Changeset 4717 for trunk/src/wsock32/new
- Timestamp:
- Dec 3, 2000, 12:45:13 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/makefile
r3198 r4717 1 # $Id: makefile,v 1. 9 2000-03-22 20:01:06 sandervlExp $1 # $Id: makefile,v 1.10 2000-12-02 23:43:27 bird Exp $ 2 2 3 3 # … … 7 7 # 8 8 9 # Directory macros.10 PDWIN32_INCLUDE = ..\..\..\include11 PDWIN32_LIB = ..\..\..\lib12 PDWIN32_BIN = ..\..\..\$(OBJDIR)13 PDWIN32_TOOLS = ..\..\..\tools\bin14 15 9 16 10 # Compiler, tools, and interference rules. 17 !include $(PDWIN32_INCLUDE)/pdwin32.mk 11 OLD_STYLE=1 12 !include ../../../makefile.inc 18 13 19 14 … … 44 39 all: $(OBJDIR) \ 45 40 $(OBJDIR)\$(TARGET).dll \ 46 $( PDWIN32_BIN)\$(TARGET).dll \41 $(ODIN32_BIN)\$(TARGET).dll \ 47 42 lib 48 43 49 44 50 45 # Lib rule - build importlibrary (and evt. other libs) 51 lib: $(TARGET).lib $( PDWIN32_LIB)\$(TARGET).lib46 lib: $(TARGET).lib $(ODIN32_LIB)\$(TARGET).lib 52 47 53 48 … … 65 60 $(TARGET).def 66 61 tcp32dll.lib so32dll.lib 67 $( PDWIN32_LIB)\kernel32.lib68 $( PDWIN32_LIB)/user32.lib69 $( PDWIN32_LIB)/odincrt.lib62 $(ODIN32_LIB)\kernel32.lib 63 $(ODIN32_LIB)/user32.lib 64 $(ODIN32_LIB)/odincrt.lib 70 65 OS2386.LIB 71 66 $(RTLLIB_O) … … 75 70 # Dep rule - makes depenencies for C, C++ and Asm files. 76 71 dep: 77 $(DEPEND) -I$( PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \78 *.c *.cpp *.h *.asm *.inc $( PDWIN32_INCLUDE)\*.h72 $(DEPEND) -I$(ODIN32_INCLUDE);$(ODIN32_INCLUDE)\win \ 73 *.c *.cpp *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h 79 74 80 75 81 76 # Includes the common rules. 82 !include $( PDWIN32_INCLUDE)/pdwin32.post77 !include $(ODIN32_POST_INC) 83 78
Note:
See TracChangeset
for help on using the changeset viewer.