Changeset 4717 for trunk/src/icmp
- Timestamp:
 - Dec 3, 2000, 12:45:13 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/icmp/makefile (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/icmp/makefile
r4624 r4717 1 # $Id: makefile,v 1.5 2000-11-19 09:15:25 bird Exp $ 1 # $Id: makefile,v 1.6 2000-12-02 23:39:37 bird Exp $ 2 2 3 # 3 4 # icmp.dll makefile 4 5 # 5 # Project Odin Software License can be found in LICENSE.TXT 6 # 6 # Project Odin Software License can be found in LICENSE.TXT 7 7 # 8 8 … … 11 11 # Compiler, tools, and interference rules. 12 12 # 13 !include ../../ include/pdwin32.mk13 !include ../../makefile.inc 14 14 15 15 … … 28 28 LIBS = \ 29 29 os2386.lib \ 30 $( PDWIN32_LIB)/wsock32.lib \30 $(ODIN32_LIB)/wsock32.lib \ 31 31 $(RTLLIB_O) \ 32 $( PDWIN32_LIB)/$(ODINCRT).lib \33 $( PDWIN32_LIB)/kernel32.lib32 $(ODIN32_LIB)/$(ODINCRT).lib \ 33 $(ODIN32_LIB)/kernel32.lib 34 34 35 35 … … 43 43 # Includes the common rules. 44 44 # 45 !include $( PDWIN32_INCLUDE)/pdwin32.post45 !include $(ODIN32_POST_INC) 46 46  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  