(file) Return to library-windows.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/library-windows.mak between version 1.6 and 1.7

version 1.6, 2001/04/24 16:13:58 version 1.7, 2001/06/11 03:37:01
Line 7 
Line 7 
 ## ##
  
 $(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR) $(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)
         link -nologo -dll -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES) $(SYS_LIBS)          link -nologo -dll $(LINK_FLAGS) -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES) $(SYS_LIBS)
         mu copy $(BIN_DIR)/$(LIBRARY).lib $(FULL_LIB)         mu copy $(BIN_DIR)/$(LIBRARY).lib $(FULL_LIB)
         mu rm $(BIN_DIR)/$(LIBRARY).lib         mu rm $(BIN_DIR)/$(LIBRARY).lib
         @ $(ECHO)         @ $(ECHO)


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2