(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.3 and 1.8

version 1.3, 2001/02/05 02:31:34 version 1.8, 2001/12/25 04:22:41
Line 2 
Line 2 
 FULL_DLL = $(BIN_DIR)/$(LIBRARY).dll FULL_DLL = $(BIN_DIR)/$(LIBRARY).dll
 FULL_EXP = $(BIN_DIR)/$(LIBRARY).exp FULL_EXP = $(BIN_DIR)/$(LIBRARY).exp
  
 $(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)  ##
         link -nologo -dll -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES)  ## ws2_32.lib is needed to get the WINSOCK routines!
   ##
   
   $(FULL_LIB): $(BIN_DIR)/target $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(FULL_LIBRARIES) $(ERROR)
           link -nologo -dll $(LINK_FLAGS) -out:$(FULL_DLL) $(OBJECTS) $(FULL_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.3  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2