Changeset 4717 for trunk/src/wsock32/makefile
- Timestamp:
 - Dec 3, 2000, 12:45:13 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/wsock32/makefile (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/wsock32/makefile
r4620 r4717 1 # $Id: makefile,v 1.2 8 2000-11-19 08:35:49bird Exp $1 # $Id: makefile,v 1.29 2000-12-02 23:43:27 bird Exp $ 2 2 3 3 # … … 11 11 # Compiler, tools, and interference rules. 12 12 # 13 !include ../../ include/pdwin32.mk13 !include ../../makefile.inc 14 14 15 15 … … 39 39 # 40 40 LIBS = \ 41 $( PDWIN32_LIB)/kernel32.lib \42 $( PDWIN32_LIB)/user32.lib \43 $( PDWIN32_LIB)/$(ODINCRT).lib \41 $(ODIN32_LIB)/kernel32.lib \ 42 $(ODIN32_LIB)/user32.lib \ 43 $(ODIN32_LIB)/$(ODINCRT).lib \ 44 44 so32dll.lib \ 45 45 tcp32dll.lib \ … … 57 57 # Includes the common rules. 58 58 # 59 !include $( PDWIN32_INCLUDE)/pdwin32.post59 !include $(ODIN32_POST_INC) 60 60  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  