(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.4 and 1.5

version 1.4, 2001/04/08 08:29:27 version 1.5, 2001/04/24 02:47:36
Line 5 
Line 5 
 ## ##
 ## ws2_32.lib is needed to get the WINSOCK routines! ## ws2_32.lib is needed to get the WINSOCK routines!
 ## ##
 SYSTEM_LIBRARIES = ws2_32.lib  SYSTEM_LIBRARIES = ws2_32.lib advapi32.lib
  
 $(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) $(SYSTEM_LIBRARIES)         link -nologo -dll -out:$(FULL_DLL) $(OBJECTS) $(LIBRARIES) $(SYSTEM_LIBRARIES)


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2