- Timestamp:
- Dec 3, 2000, 12:45:13 AM (25 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DPlayX/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 09:18:20bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:39:19 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 … … 34 34 # 35 35 LIBS = \ 36 $( PDWIN32_LIB)/kernel32.lib \37 $( PDWIN32_LIB)/$(ODINCRT).lib \38 $( PDWIN32_LIB)/advapi32.lib \36 $(ODIN32_LIB)/kernel32.lib \ 37 $(ODIN32_LIB)/$(ODINCRT).lib \ 38 $(ODIN32_LIB)/advapi32.lib \ 39 39 OS2386.LIB \ 40 40 $(RTLLIB_O) \ 41 $( PDWIN32_LIB)/user32.lib \42 $( PDWIN32_LIB)/ole32.lib \43 $( PDWIN32_LIB)/winmm.lib \44 $( PDWIN32_LIB)/ntdll.lib \45 $( PDWIN32_LIB)/msvfw32.lib41 $(ODIN32_LIB)/user32.lib \ 42 $(ODIN32_LIB)/ole32.lib \ 43 $(ODIN32_LIB)/winmm.lib \ 44 $(ODIN32_LIB)/ntdll.lib \ 45 $(ODIN32_LIB)/msvfw32.lib 46 46 47 47 … … 55 55 # Includes the common rules. 56 56 # 57 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 58 58 -
trunk/src/NTDLL/makefile
r4630 r4717 1 # $Id: makefile,v 1.2 5 2000-11-19 12:56:37 sandervlExp $1 # $Id: makefile,v 1.26 2000-12-02 23:40:28 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 … … 40 40 # 41 41 LIBS = \ 42 $( PDWIN32_LIB)/kernel32.lib \43 $( PDWIN32_LIB)/user32.lib \44 $( PDWIN32_LIB)/crtdll.lib \45 $( PDWIN32_LIB)/$(ODINCRT).lib \42 $(ODIN32_LIB)/kernel32.lib \ 43 $(ODIN32_LIB)/user32.lib \ 44 $(ODIN32_LIB)/crtdll.lib \ 45 $(ODIN32_LIB)/$(ODINCRT).lib \ 46 46 OS2386.LIB \ 47 47 $(RTLLIB_O) … … 57 57 # Includes the common rules. 58 58 # 59 !include $( PDWIN32_INCLUDE)/pdwin32.post59 !include $(ODIN32_POST_INC) 60 60 -
trunk/src/advapi32/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 6 2000-11-19 09:27:40bird Exp $1 # $Id: makefile,v 1.27 2000-12-02 23:36: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 … … 32 32 # 33 33 LIBS = \ 34 $( PDWIN32_LIB)/kernel32.lib \35 $( PDWIN32_LIB)/ntdll.lib \36 $( PDWIN32_LIB)/$(ODINCRT).lib \37 $( PDWIN32_LIB)/pmwinx.lib \34 $(ODIN32_LIB)/kernel32.lib \ 35 $(ODIN32_LIB)/ntdll.lib \ 36 $(ODIN32_LIB)/$(ODINCRT).lib \ 37 $(ODIN32_LIB)/pmwinx.lib \ 38 38 OS2386.LIB \ 39 39 $(RTLLIB_O) … … 49 49 # Includes the common rules. 50 50 # 51 !include $( PDWIN32_INCLUDE)/pdwin32.post51 !include $(ODIN32_POST_INC) 52 52 -
trunk/src/avifil32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 0 2000-11-19 09:26:55bird Exp $1 # $Id: makefile,v 1.11 2000-12-02 23:36:33 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) \ 33 $( PDWIN32_LIB)/ole32.lib \34 $( PDWIN32_LIB)/msvfw32.lib33 $(ODIN32_LIB)/ole32.lib \ 34 $(ODIN32_LIB)/msvfw32.lib 35 35 36 36 … … 44 44 # Includes the common rules. 45 45 # 46 !include $( PDWIN32_INCLUDE)/pdwin32.post46 !include $(ODIN32_POST_INC) 47 47 -
trunk/src/capi2032/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 4 2000-11-19 09:23:29bird Exp $1 # $Id: makefile,v 1.15 2000-12-02 23:37:05 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/comctl32/makefile
r4624 r4717 1 # $Id: makefile,v 1.3 0 2000-11-19 09:25:46bird Exp $1 # $Id: makefile,v 1.31 2000-12-02 23:37:13 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 … … 53 53 # 54 54 LIBS = \ 55 $( PDWIN32_LIB)/kernel32.lib \56 $( PDWIN32_LIB)/gdi32.lib \57 $( PDWIN32_LIB)/user32.lib \58 $( PDWIN32_LIB)/msvfw32.lib \59 $( PDWIN32_LIB)/$(ODINCRT).lib \55 $(ODIN32_LIB)/kernel32.lib \ 56 $(ODIN32_LIB)/gdi32.lib \ 57 $(ODIN32_LIB)/user32.lib \ 58 $(ODIN32_LIB)/msvfw32.lib \ 59 $(ODIN32_LIB)/$(ODINCRT).lib \ 60 60 os2386.lib \ 61 61 $(RTLLIB_O) … … 71 71 # Includes the common rules. 72 72 # 73 !include $( PDWIN32_INCLUDE)/pdwin32.post73 !include $(ODIN32_POST_INC) 74 74 -
trunk/src/comdlg32/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 1 2000-11-19 09:23:00 bird Exp $1 # $Id: makefile,v 1.22 2000-12-02 23:37:20 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 … … 35 35 # 36 36 LIBS = \ 37 $( PDWIN32_LIB)/kernel32.lib \38 $( PDWIN32_LIB)/user32.lib \39 $( PDWIN32_LIB)/$(ODINCRT).lib \40 $( PDWIN32_LIB)/shlwapi.lib \41 $( PDWIN32_LIB)/shell32.lib \42 $( PDWIN32_LIB)/comctl32.lib \43 $( PDWIN32_LIB)/gdi32.lib \44 $( PDWIN32_LIB)/pmwinx.lib \37 $(ODIN32_LIB)/kernel32.lib \ 38 $(ODIN32_LIB)/user32.lib \ 39 $(ODIN32_LIB)/$(ODINCRT).lib \ 40 $(ODIN32_LIB)/shlwapi.lib \ 41 $(ODIN32_LIB)/shell32.lib \ 42 $(ODIN32_LIB)/comctl32.lib \ 43 $(ODIN32_LIB)/gdi32.lib \ 44 $(ODIN32_LIB)/pmwinx.lib \ 45 45 os2386.lib \ 46 46 $(RTLLIB_O) … … 56 56 # Includes the common rules. 57 57 # 58 !include $( PDWIN32_INCLUDE)/pdwin32.post58 !include $(ODIN32_POST_INC) 59 59 -
trunk/src/crtdll/old/makefile
r4667 r4717 1 # $Id: makefile,v 1. 1 2000-11-21 23:49:04 phallerExp $1 # $Id: makefile,v 1.2 2000-12-02 23:37:31 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 … … 34 34 # 35 35 LIBS = \ 36 $( PDWIN32_LIB)/kernel32.lib \37 $( PDWIN32_LIB)/$(ODINCRT).lib \38 $( PDWIN32_LIB)/user32.lib \39 $( PDWIN32_LIB)/pmwinx.lib \36 $(ODIN32_LIB)/kernel32.lib \ 37 $(ODIN32_LIB)/$(ODINCRT).lib \ 38 $(ODIN32_LIB)/user32.lib \ 39 $(ODIN32_LIB)/pmwinx.lib \ 40 40 os2386.lib \ 41 41 $(RTLLIB_O) … … 51 51 # Includes the common rules. 52 52 # 53 !include $( PDWIN32_INCLUDE)/pdwin32.post53 !include $(ODIN32_POST_INC) 54 54 -
trunk/src/dciman32/makefile
r4624 r4717 1 # $Id: makefile,v 1. 2 2000-11-19 09:21:41bird Exp $1 # $Id: makefile,v 1.3 2000-12-02 23:38:47 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/gdi32.lib \31 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/gdi32.lib \ 31 $(ODIN32_LIB)/$(ODINCRT).lib \ 32 32 os2386.lib \ 33 33 $(RTLLIB_O) … … 43 43 # Includes the common rules. 44 44 # 45 !include $( PDWIN32_INCLUDE)/pdwin32.post45 !include $(ODIN32_POST_INC) 46 46 -
trunk/src/ddraw/makefile
r4624 r4717 1 # $Id: makefile,v 1.25 2000-11-19 09:20:50 bird Exp $ 1 # $Id: makefile,v 1.26 2000-12-02 23:38:54 bird Exp $ 2 2 3 # 3 # ddraw.dll makefile4 # Odin32 API 4 5 # 5 # Copyright 1998 Sander van Leeuwen 6 # 1999 Markus Montkowski 6 # ddraw.dll makefile 7 7 # 8 # Project Odin Software License can be found in LICENSE.TXT9 #10 #11 12 8 13 9 … … 15 11 # Compiler, tools, and interference rules. 16 12 # 17 !include ../../ include/pdwin32.mk13 !include ../../makefile.inc 18 14 19 15 … … 44 40 # 45 41 LIBS = \ 46 $( PDWIN32_LIB)/ole32.lib \47 $( PDWIN32_LIB)/advapi32.lib \48 $( PDWIN32_LIB)/gdi32.lib \49 $( PDWIN32_LIB)/comctl32.lib \50 $( PDWIN32_LIB)/kernel32.lib \51 $( PDWIN32_LIB)/$(ODINCRT).lib \52 $( PDWIN32_LIB)/user32.lib \42 $(ODIN32_LIB)/ole32.lib \ 43 $(ODIN32_LIB)/advapi32.lib \ 44 $(ODIN32_LIB)/gdi32.lib \ 45 $(ODIN32_LIB)/comctl32.lib \ 46 $(ODIN32_LIB)/kernel32.lib \ 47 $(ODIN32_LIB)/$(ODINCRT).lib \ 48 $(ODIN32_LIB)/user32.lib \ 53 49 mmpm2.lib \ 54 50 os2386.lib \ … … 65 61 # Includes the common rules. 66 62 # 67 !include $( PDWIN32_INCLUDE)/pdwin32.post63 !include $(ODIN32_POST_INC) 68 64 -
trunk/src/ddraw/new/makefile
r3345 r4717 1 # $Id: makefile,v 1.1 2000-04-07 18:21:13 mike Exp $ 1 # $Id: makefile,v 1.2 2000-12-02 23:38:54 bird Exp $ 2 2 3 # 3 # ddraw.dll makefile4 # Odin32 API 4 5 # 5 # Copyright 1998 Sander van Leeuwen 6 # 1999 Markus Montkowski 7 # 8 # Project Odin Software License can be found in LICENSE.TXT 9 # 6 # ddraw.dll makefile 10 7 # 11 8 12 # Directory macros. 13 PDWIN32_INCLUDE = ..\..\..\include 14 PDWIN32_LIB = ..\..\..\lib 15 PDWIN32_BIN = ..\..\..\$(OBJDIR) 16 PDWIN32_TOOLS = ..\..\..\tools\bin 9 10 # 11 # Compiler, tools, and interference rules. 12 # 13 !include ../../../makefile.inc 17 14 18 15 19 # Compiler, tools, and interference rules. 20 !include $(PDWIN32_INCLUDE)/pdwin32.mk 21 22 23 # Flag overloads and local macros. 24 CLEANEXTRAS = ddrawrsrc.asm 25 ASFLAGS = -Sc -Sv:ALP 26 27 28 # Object files. All objects should be prefixed with $(OBJDIR)! 16 # 17 # Object files. Prefix with OBJDIR and one space before the '\'. 18 # 29 19 OBJS = \ 30 20 $(OBJDIR)\ddraw.obj \ … … 47 37 48 38 39 # 40 # Libraries. One space before the '\'. 41 # 42 LIBS = \ 43 $(ODIN32_LIB)/ole32.lib \ 44 $(ODIN32_LIB)/advapi32.lib \ 45 $(ODIN32_LIB)/gdi32.lib \ 46 $(ODIN32_LIB)/comctl32.lib \ 47 $(ODIN32_LIB)/kernel32.lib \ 48 $(ODIN32_LIB)/$(ODINCRT).lib \ 49 $(ODIN32_LIB)/user32.lib \ 50 mmpm2.lib \ 51 OS2386.LIB \ 52 $(RTLLIB_O) 53 54 55 # 49 56 # Target name - name of the dll without extention and path. 57 # 50 58 TARGET = ddraw 51 59 52 60 53 # All rule - build objs, target dll, copies dll to bin and makes libs. 54 all: $(OBJDIR) \ 55 $(OBJDIR)\$(TARGET).dll \ 56 $(PDWIN32_BIN)\$(TARGET).dll \ 57 lib 61 # 62 # Includes the common rules. 63 # 64 !include $(ODIN32_POST_INC) 58 65 59 60 # Lib rule - build importlibrary (and evt. other libs)61 lib: $(TARGET).lib $(PDWIN32_LIB)\$(TARGET).lib62 63 64 # Dll rule - builds the target dll.65 $(OBJDIR)\$(TARGET).dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf66 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf67 68 69 # Linker file - creates the parameter file passed on to the linker.70 $(OBJDIR)\$(TARGET).lrf: makefile71 @echo Creating file <<$@72 /OUT:$(OBJDIR)\$(TARGET).dll73 /MAP:$(OBJDIR)\$(TARGET).map74 $(OBJS)75 $(PDWIN32_LIB)/ole32.lib76 $(PDWIN32_LIB)/advapi32.lib77 $(PDWIN32_LIB)/gdi32.lib78 $(PDWIN32_LIB)/comctl32.lib79 $(PDWIN32_LIB)/kernel32.lib80 $(PDWIN32_LIB)/odincrt.lib81 $(PDWIN32_LIB)/user32.lib82 mmpm2.lib83 OS2386.LIB84 $(RTLLIB_O)85 $(TARGET).def86 <<keep87 88 89 # Dep rule - makes depenencies for C, C++ and Asm files.90 dep:91 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \92 *.c *.cpp *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h93 94 95 # Includes the common rules.96 !include $(PDWIN32_INCLUDE)/pdwin32.post97 -
trunk/src/dinput/makefile
r4624 r4717 1 # $Id: makefile,v 1. 8 2000-11-19 09:20:11bird Exp $1 # $Id: makefile,v 1.9 2000-12-02 23:39:00 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 … … 29 29 # 30 30 LIBS = \ 31 $( PDWIN32_LIB)/kernel32.lib \32 $( PDWIN32_LIB)/$(ODINCRT).lib \31 $(ODIN32_LIB)/kernel32.lib \ 32 $(ODIN32_LIB)/$(ODINCRT).lib \ 33 33 OS2386.LIB \ 34 34 $(RTLLIB_O) \ 35 $( PDWIN32_LIB)/user32.lib \36 $( PDWIN32_LIB)/ole32.lib35 $(ODIN32_LIB)/user32.lib \ 36 $(ODIN32_LIB)/ole32.lib 37 37 38 38 … … 46 46 # Includes the common rules. 47 47 # 48 !include $( PDWIN32_INCLUDE)/pdwin32.post48 !include $(ODIN32_POST_INC) 49 49 -
trunk/src/dllentry/makefile
r4624 r4717 1 # $Id: makefile,v 1. 6 2000-11-19 09:19:09bird Exp $1 # $Id: makefile,v 1.7 2000-12-02 23:39:06 bird Exp $ 2 2 3 3 # … … 18 18 # Compiler, tools, and interference rules. 19 19 # 20 !include ../../ include/pdwin32.mk20 !include ../../makefile.inc 21 21 22 22 … … 42 42 # All rule - build objs and copies obj to lib. 43 43 # 44 all: $(OBJDIR) $( PDWIN32_LIB)\$(TARGET).obj44 all: $(OBJDIR) $(ODIN32_LIB)\$(TARGET).obj 45 45 46 46 … … 52 52 53 53 # Build objs and copies obj to lib. 54 $( PDWIN32_LIB)\$(TARGET).obj: $(OBJS)54 $(ODIN32_LIB)\$(TARGET).obj: $(OBJS) 55 55 $(CP) $(OBJS) $@ 56 56 … … 59 59 # Includes the common rules. 60 60 # 61 !include $( PDWIN32_INCLUDE)/pdwin32.post61 !include $(ODIN32_POST_INC) 62 62 -
trunk/src/dplay/makefile
r4624 r4717 1 # $Id: makefile,v 1. 9 2000-11-19 09:17:41bird Exp $1 # $Id: makefile,v 1.10 2000-12-02 23:39:13 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) \ 33 $( PDWIN32_LIB)/ole32.lib \34 $( PDWIN32_LIB)/advapi32.lib33 $(ODIN32_LIB)/ole32.lib \ 34 $(ODIN32_LIB)/advapi32.lib 35 35 36 36 … … 44 44 # Includes the common rules. 45 45 # 46 !include $( PDWIN32_INCLUDE)/pdwin32.post46 !include $(ODIN32_POST_INC) 47 47 -
trunk/src/dsound/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 0 2000-11-19 09:16:55bird Exp $1 # $Id: makefile,v 1.21 2000-12-02 23:39:26 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 … … 35 35 # 36 36 LIBS = \ 37 $( PDWIN32_LIB)/kernel32.lib \38 $( PDWIN32_LIB)/$(ODINCRT).lib \39 $( PDWIN32_LIB)/ole32.lib \37 $(ODIN32_LIB)/kernel32.lib \ 38 $(ODIN32_LIB)/$(ODINCRT).lib \ 39 $(ODIN32_LIB)/ole32.lib \ 40 40 pmwinx.lib \ 41 41 mmpm2.lib \ … … 53 53 # Includes the common rules. 54 54 # 55 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 56 56 -
trunk/src/gdi32/makefile
r4625 r4717 1 # $Id: makefile,v 1.3 1 2000-11-19 09:34:39bird Exp $1 # $Id: makefile,v 1.32 2000-12-02 23:39:32 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 … … 51 51 # 52 52 LIBS = \ 53 $( PDWIN32_LIB)/kernel32.lib \54 $( PDWIN32_LIB)/user32.lib \55 $( PDWIN32_LIB)/$(ODINCRT).lib \56 $( PDWIN32_LIB)/pmwinx.lib \53 $(ODIN32_LIB)/kernel32.lib \ 54 $(ODIN32_LIB)/user32.lib \ 55 $(ODIN32_LIB)/$(ODINCRT).lib \ 56 $(ODIN32_LIB)/pmwinx.lib \ 57 57 OS2386.LIB \ 58 58 $(RTLLIB_O) … … 68 68 # Includes the common rules. 69 69 # 70 !include $( PDWIN32_INCLUDE)/pdwin32.post70 !include $(ODIN32_POST_INC) 71 71 -
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 -
trunk/src/imagehlp/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 09:15:10bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:39:44 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 … … 33 33 # 34 34 LIBS = \ 35 $( PDWIN32_LIB)/kernel32.lib \36 $( PDWIN32_LIB)/$(ODINCRT).lib \35 $(ODIN32_LIB)/kernel32.lib \ 36 $(ODIN32_LIB)/$(ODINCRT).lib \ 37 37 OS2386.LIB \ 38 38 $(RTLLIB_O) … … 48 48 # Includes the common rules. 49 49 # 50 !include $( PDWIN32_INCLUDE)/pdwin32.post50 !include $(ODIN32_POST_INC) 51 51 -
trunk/src/imm32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 1 2000-11-19 09:14:43bird Exp $1 # $Id: makefile,v 1.12 2000-12-02 23:39:51 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/lz32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 3 2000-11-19 09:13:58bird Exp $1 # $Id: makefile,v 1.14 2000-12-02 23:39:57 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/$(ODINCRT).lib \30 $( PDWIN32_LIB)/kernel32.lib \29 $(ODIN32_LIB)/$(ODINCRT).lib \ 30 $(ODIN32_LIB)/kernel32.lib \ 31 31 os2386.lib \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/mpr/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 6 2000-11-19 09:13:33 bird Exp $1 # $Id: makefile,v 1.17 2000-12-02 23:40:03 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/user32.lib \31 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/user32.lib \ 31 $(ODIN32_LIB)/$(ODINCRT).lib \ 32 32 OS2386.LIB \ 33 33 $(RTLLIB_O) … … 43 43 # Includes the common rules. 44 44 # 45 !include $( PDWIN32_INCLUDE)/pdwin32.post45 !include $(ODIN32_POST_INC) 46 46 -
trunk/src/msacm32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 09:12:04bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:40:09 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 … … 32 32 # 33 33 LIBS = \ 34 $( PDWIN32_LIB)/kernel32.lib \35 $( PDWIN32_LIB)/$(ODINCRT).lib \36 $( PDWIN32_LIB)/winmm.lib \37 $( PDWIN32_LIB)/advapi32.lib \38 $( PDWIN32_LIB)/pmwinx.lib \34 $(ODIN32_LIB)/kernel32.lib \ 35 $(ODIN32_LIB)/$(ODINCRT).lib \ 36 $(ODIN32_LIB)/winmm.lib \ 37 $(ODIN32_LIB)/advapi32.lib \ 38 $(ODIN32_LIB)/pmwinx.lib \ 39 39 OS2386.LIB \ 40 40 $(RTLLIB_O) … … 50 50 # Includes the common rules. 51 51 # 52 !include $( PDWIN32_INCLUDE)/pdwin32.post52 !include $(ODIN32_POST_INC) 53 53 -
trunk/src/msvcrt/makefile
r4624 r4717 1 # $Id: makefile,v 1. 19 2000-11-19 09:09:12bird Exp $1 # $Id: makefile,v 1.20 2000-12-02 23:40:15 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 -
trunk/src/msvcrt/msvcrt.mak
r4624 r4717 1 # $Id: msvcrt.mak,v 1. 1 2000-11-19 09:09:12bird Exp $1 # $Id: msvcrt.mak,v 1.2 2000-12-02 23:40:15 bird Exp $ 2 2 3 3 # … … 17 17 # Compiler, tools, and interference rules. 18 18 # 19 !include ../../ include/pdwin32.mk19 !include ../../makefile.inc 20 20 21 21 … … 35 35 # 36 36 LIBS = \ 37 $( PDWIN32_LIB)/kernel32.lib \38 $( PDWIN32_LIB)/crtdll.lib \39 $( PDWIN32_LIB)/$(ODINCRT).lib \37 $(ODIN32_LIB)/kernel32.lib \ 38 $(ODIN32_LIB)/crtdll.lib \ 39 $(ODIN32_LIB)/$(ODINCRT).lib \ 40 40 OS2386.LIB \ 41 41 $(RTLLIB_O) … … 51 51 # Includes the common rules. 52 52 # 53 !include $( PDWIN32_INCLUDE)/pdwin32.post53 !include $(ODIN32_POST_INC) 54 54 -
trunk/src/msvcrt/msvcrt20.mak
r4624 r4717 1 # $Id: msvcrt20.mak,v 1. 1 2000-11-19 09:09:12bird Exp $1 # $Id: msvcrt20.mak,v 1.2 2000-12-02 23:40:15 bird Exp $ 2 2 3 3 # … … 17 17 # Compiler, tools, and interference rules. 18 18 # 19 !include ../../ include/pdwin32.mk19 !include ../../makefile.inc 20 20 21 21 … … 35 35 # 36 36 LIBS = \ 37 $( PDWIN32_LIB)/kernel32.lib \38 $( PDWIN32_LIB)/crtdll.lib \39 $( PDWIN32_LIB)/$(ODINCRT).lib \37 $(ODIN32_LIB)/kernel32.lib \ 38 $(ODIN32_LIB)/crtdll.lib \ 39 $(ODIN32_LIB)/$(ODINCRT).lib \ 40 40 OS2386.LIB \ 41 41 $(RTLLIB_O) … … 51 51 # Includes the common rules. 52 52 # 53 !include $( PDWIN32_INCLUDE)/pdwin32.post53 !include $(ODIN32_POST_INC) 54 54 -
trunk/src/msvcrt/msvcrt40.mak
r4624 r4717 1 # $Id: msvcrt40.mak,v 1. 1 2000-11-19 09:09:12bird Exp $1 # $Id: msvcrt40.mak,v 1.2 2000-12-02 23:40:15 bird Exp $ 2 2 3 3 # … … 17 17 # Compiler, tools, and interference rules. 18 18 # 19 !include ../../ include/pdwin32.mk19 !include ../../makefile.inc 20 20 21 21 … … 35 35 # 36 36 LIBS = \ 37 $( PDWIN32_LIB)/kernel32.lib \38 $( PDWIN32_LIB)/crtdll.lib \39 $( PDWIN32_LIB)/$(ODINCRT).lib \37 $(ODIN32_LIB)/kernel32.lib \ 38 $(ODIN32_LIB)/crtdll.lib \ 39 $(ODIN32_LIB)/$(ODINCRT).lib \ 40 40 OS2386.LIB \ 41 41 $(RTLLIB_O) … … 51 51 # Includes the common rules. 52 52 # 53 !include $( PDWIN32_INCLUDE)/pdwin32.post53 !include $(ODIN32_POST_INC) 54 54 -
trunk/src/msvfw32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 0 2000-11-19 09:08:05bird Exp $1 # $Id: makefile,v 1.11 2000-12-02 23:40:22 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/user32.lib \31 $( PDWIN32_LIB)/gdi32.lib \32 $( PDWIN32_LIB)/winmm.lib \33 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/user32.lib \ 31 $(ODIN32_LIB)/gdi32.lib \ 32 $(ODIN32_LIB)/winmm.lib \ 33 $(ODIN32_LIB)/$(ODINCRT).lib \ 34 34 OS2386.LIB \ 35 35 $(RTLLIB_O) … … 45 45 # Includes the common rules. 46 46 # 47 !include $( PDWIN32_INCLUDE)/pdwin32.post47 !include $(ODIN32_POST_INC) 48 48 -
trunk/src/odincrt/makefile
r4624 r4717 1 # $Id: makefile,v 1. 19 2000-11-19 09:06:58bird Exp $1 # $Id: makefile,v 1.20 2000-12-02 23:40:36 bird Exp $ 2 2 3 3 # … … 6 6 # odincrt.dll makefile 7 7 # 8 8 9 9 10 # … … 16 17 # Compiler, tools, and interference rules. 17 18 # 18 !include ../../ include/pdwin32.mk19 !include ../../makefile.inc 19 20 20 21 … … 69 70 # Includes the common rules. 70 71 # 71 !include $( PDWIN32_INCLUDE)/pdwin32.post72 !include $(ODIN32_POST_INC) 72 73 -
trunk/src/ole32/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 7 2000-11-19 09:05:15bird Exp $1 # $Id: makefile,v 1.28 2000-12-02 23:40:42 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 -
trunk/src/ole32/new/makefile
r3456 r4717 1 # $Id: makefile,v 1. 1 2000-04-27 22:21:36 davidrExp $1 # $Id: makefile,v 1.2 2000-12-02 23:40:43 bird Exp $ 2 2 3 3 # … … 8 8 9 9 10 # Directory macros.11 PDWIN32_INCLUDE = ..\..\..\include12 PDWIN32_LIB = ..\..\..\lib13 PDWIN32_BIN = ..\..\..\$(OBJDIR)14 PDWIN32_TOOLS = ..\..\..\tools\bin15 16 10 17 11 # Compiler, tools, and interference rules. 18 !include $(PDWIN32_INCLUDE)/pdwin32.mk 12 OLD_STYLE = 1 13 !include ../../../makefile.inc 19 14 20 15 21 16 # Flag overloads and local macros. 22 CLEANEXTRAS = ole32rsrc.asm $( PDWIN32_BIN)\regsvr32.exe17 CLEANEXTRAS = ole32rsrc.asm $(ODIN32_BIN)\regsvr32.exe 23 18 24 19 … … 68 63 all: $(OBJDIR) \ 69 64 $(OBJDIR)\$(TARGET).dll \ 70 $( PDWIN32_BIN)\$(TARGET).dll \65 $(ODIN32_BIN)\$(TARGET).dll \ 71 66 lib \ 72 67 $(OBJDIR)\regsvr32.exe \ 73 $( PDWIN32_BIN)\regsvr32.exe68 $(ODIN32_BIN)\regsvr32.exe 74 69 75 70 76 71 # Lib rule - build importlibrary (and evt. other libs) 77 lib: $(ORGTARGET).lib $( PDWIN32_LIB)\$(ORGTARGET).lib72 lib: $(ORGTARGET).lib $(ODIN32_LIB)\$(ORGTARGET).lib 78 73 79 74 … … 89 84 /MAP:$(OBJDIR)\$(TARGET).map 90 85 $(OBJS) 91 $( PDWIN32_LIB)/rpcrt4.lib92 $( PDWIN32_LIB)/user32.lib93 $( PDWIN32_LIB)/gdi32.lib94 $( PDWIN32_LIB)/comctl32.lib95 $( PDWIN32_LIB)/advapi32.lib96 $( PDWIN32_LIB)/kernel32.lib97 $( PDWIN32_LIB)/oleaut32.lib98 $( PDWIN32_LIB)/odincrt.lib86 $(ODIN32_LIB)/rpcrt4.lib 87 $(ODIN32_LIB)/user32.lib 88 $(ODIN32_LIB)/gdi32.lib 89 $(ODIN32_LIB)/comctl32.lib 90 $(ODIN32_LIB)/advapi32.lib 91 $(ODIN32_LIB)/kernel32.lib 92 $(ODIN32_LIB)/oleaut32.lib 93 $(ODIN32_LIB)/odincrt.lib 99 94 OS2386.LIB 100 95 $(RTLLIB_O) … … 111 106 112 107 $(OBJDIR)\regsvr32.exe: $(OBJDIR)\regsvr32.obj regsvr32.def \ 113 $( PDWIN32_LIB)/user32.lib \114 $( PDWIN32_LIB)/kernel32.lib \115 $( PDWIN32_LIB)/ole32.lib108 $(ODIN32_LIB)/user32.lib \ 109 $(ODIN32_LIB)/kernel32.lib \ 110 $(ODIN32_LIB)/ole32.lib 116 111 $(LD) $(LDFLAGS) -Ge+ -Fm -Fe$@ $** \ 117 $( PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)112 $(ODIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 118 113 119 $( PDWIN32_BIN)\regsvr32.exe: $(OBJDIR)\regsvr32.exe114 $(ODIN32_BIN)\regsvr32.exe: $(OBJDIR)\regsvr32.exe 120 115 $(CP) $** $@ 121 116 … … 123 118 # Dep rule - makes depenencies for C, C++ and Asm files. 124 119 dep: 125 $(DEPEND) -I$( PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win;. \126 *.c *.cpp *.h *.asm *.inc $( PDWIN32_INCLUDE)\*.h120 $(DEPEND) -I$(ODIN32_INCLUDE);$(ODIN32_INCLUDE)\win;. \ 121 *.c *.cpp *.h *.asm *.inc $(ODIN32_INCLUDE)\*.h 127 122 128 123 129 124 # Includes the common rules. 130 !include $( PDWIN32_INCLUDE)/pdwin32.post125 !include $(ODIN32_POST_INC) 131 126 -
trunk/src/ole32/ole32.mak
r4659 r4717 1 # $Id: ole32.mak,v 1. 2 2000-11-21 11:36:51 sandervlExp $1 # $Id: ole32.mak,v 1.3 2000-12-02 23:40:43 bird Exp $ 2 2 3 3 # … … 16 16 # Compiler, tools, and interference rules. 17 17 # 18 !include ../../ include/pdwin32.mk18 !include ../../makefile.inc 19 19 20 20 … … 61 61 # 62 62 LIBS = \ 63 $( PDWIN32_LIB)/rpcrt4.lib \64 $( PDWIN32_LIB)/user32.lib \65 $( PDWIN32_LIB)/gdi32.lib \66 $( PDWIN32_LIB)/comctl32.lib \67 $( PDWIN32_LIB)/advapi32.lib \68 $( PDWIN32_LIB)/kernel32.lib \69 $( PDWIN32_LIB)/oleaut32.lib \70 $( PDWIN32_LIB)/$(ODINCRT).lib \63 $(ODIN32_LIB)/rpcrt4.lib \ 64 $(ODIN32_LIB)/user32.lib \ 65 $(ODIN32_LIB)/gdi32.lib \ 66 $(ODIN32_LIB)/comctl32.lib \ 67 $(ODIN32_LIB)/advapi32.lib \ 68 $(ODIN32_LIB)/kernel32.lib \ 69 $(ODIN32_LIB)/oleaut32.lib \ 70 $(ODIN32_LIB)/$(ODINCRT).lib \ 71 71 OS2386.LIB \ 72 72 $(RTLLIB_O) … … 83 83 # Includes the common rules. 84 84 # 85 !include $( PDWIN32_INCLUDE)/pdwin32.post85 !include $(ODIN32_POST_INC) 86 86 -
trunk/src/ole32/regsvr32.mak
r4624 r4717 1 # $Id: regsvr32.mak,v 1. 1 2000-11-19 09:05:15bird Exp $1 # $Id: regsvr32.mak,v 1.2 2000-12-02 23:40:43 bird Exp $ 2 2 3 3 # … … 19 19 # Compiler, tools, and interference rules. 20 20 # 21 !include ../../ include/pdwin32.mk21 !include ../../makefile.inc 22 22 23 23 … … 33 33 # 34 34 LIBS = \ 35 $( PDWIN32_LIB)/user32.lib \36 $( PDWIN32_LIB)/kernel32.lib \37 $( PDWIN32_LIB)/ole32.lib \38 $( PDWIN32_LIB)/$(ODINCRT).lib \35 $(ODIN32_LIB)/user32.lib \ 36 $(ODIN32_LIB)/kernel32.lib \ 37 $(ODIN32_LIB)/ole32.lib \ 38 $(ODIN32_LIB)/$(ODINCRT).lib \ 39 39 OS2386.LIB \ 40 40 $(RTLLIB_O) … … 50 50 # Includes the common rules. 51 51 # 52 !include $( PDWIN32_INCLUDE)/pdwin32.post52 !include $(ODIN32_POST_INC) 53 53 -
trunk/src/oleaut32/makefile
r4624 r4717 1 # $Id: makefile,v 1.2 0 2000-11-19 09:04:02bird Exp $1 # $Id: makefile,v 1.21 2000-12-02 23:40:50 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 … … 46 46 # 47 47 LIBS = \ 48 $( PDWIN32_LIB)/advapi32.lib \49 $( PDWIN32_LIB)/kernel32.lib \50 $( PDWIN32_LIB)/user32.lib \51 $( PDWIN32_LIB)/ole32.lib \52 $( PDWIN32_LIB)/gdi32.lib \53 $( PDWIN32_LIB)/$(ODINCRT).lib \54 $( PDWIN32_LIB)/pmwinx.lib \48 $(ODIN32_LIB)/advapi32.lib \ 49 $(ODIN32_LIB)/kernel32.lib \ 50 $(ODIN32_LIB)/user32.lib \ 51 $(ODIN32_LIB)/ole32.lib \ 52 $(ODIN32_LIB)/gdi32.lib \ 53 $(ODIN32_LIB)/$(ODINCRT).lib \ 54 $(ODIN32_LIB)/pmwinx.lib \ 55 55 OS2386.LIB \ 56 56 $(RTLLIB_O) … … 67 67 # Includes the common rules. 68 68 # 69 !include $( PDWIN32_INCLUDE)/pdwin32.post69 !include $(ODIN32_POST_INC) 70 70 -
trunk/src/olecli32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 1 2000-11-19 09:03:33bird Exp $1 # $Id: makefile,v 1.12 2000-12-02 23:40:57 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/oledlg/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 1 2000-11-19 09:03:01bird Exp $1 # $Id: makefile,v 1.12 2000-12-02 23:41:04 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/olepro32/makefile
r4624 r4717 1 # $Id: makefile,v 1. 4 2000-11-19 09:01:18bird Exp $1 # $Id: makefile,v 1.5 2000-12-02 23:41:11 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/oleaut32.lib \31 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/oleaut32.lib \ 31 $(ODIN32_LIB)/$(ODINCRT).lib \ 32 32 OS2386.LIB \ 33 33 $(RTLLIB_O) … … 43 43 # Includes the common rules. 44 44 # 45 !include $( PDWIN32_INCLUDE)/pdwin32.post45 !include $(ODIN32_POST_INC) 46 46 -
trunk/src/olesvr32/makefile
r4624 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 09:00:28bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:41:17 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 … … 27 27 # 28 28 LIBS = \ 29 $( PDWIN32_LIB)/kernel32.lib \30 $( PDWIN32_LIB)/$(ODINCRT).lib \29 $(ODIN32_LIB)/kernel32.lib \ 30 $(ODIN32_LIB)/$(ODINCRT).lib \ 31 31 OS2386.LIB \ 32 32 $(RTLLIB_O) … … 42 42 # Includes the common rules. 43 43 # 44 !include $( PDWIN32_INCLUDE)/pdwin32.post44 !include $(ODIN32_POST_INC) 45 45 -
trunk/src/winspool/makefile
r4620 r4717 1 # $Id: makefile,v 1.1 8 2000-11-19 08:35:50bird Exp $1 # $Id: makefile,v 1.19 2000-12-02 23:45:13 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 … … 28 28 # 29 29 LIBS = \ 30 $( PDWIN32_LIB)/kernel32.lib \31 $( PDWIN32_LIB)/pmwinx.lib \32 $( PDWIN32_LIB)/user32.lib \33 $( PDWIN32_LIB)/$(ODINCRT).lib \30 $(ODIN32_LIB)/kernel32.lib \ 31 $(ODIN32_LIB)/pmwinx.lib \ 32 $(ODIN32_LIB)/user32.lib \ 33 $(ODIN32_LIB)/$(ODINCRT).lib \ 34 34 OS2386.LIB \ 35 35 $(RTLLIB_O) … … 45 45 # Includes the common rules. 46 46 # 47 !include $( PDWIN32_INCLUDE)/pdwin32.post47 !include $(ODIN32_POST_INC) 48 48 -
trunk/src/wnaspi32/makefile
r4620 r4717 1 # $Id: makefile,v 1.1 2 2000-11-19 08:35:50bird Exp $1 # $Id: makefile,v 1.13 2000-12-02 23:45:07 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 … … 28 28 # 29 29 LIBS = \ 30 $( PDWIN32_LIB)/kernel32.lib \31 $( PDWIN32_LIB)/$(ODINCRT).lib \32 $( PDWIN32_LIB)/advapi32.lib \30 $(ODIN32_LIB)/kernel32.lib \ 31 $(ODIN32_LIB)/$(ODINCRT).lib \ 32 $(ODIN32_LIB)/advapi32.lib \ 33 33 OS2386.LIB \ 34 34 $(RTLLIB_O) … … 44 44 # Includes the common rules. 45 45 # 46 !include $( PDWIN32_INCLUDE)/pdwin32.post46 !include $(ODIN32_POST_INC) 47 47 -
trunk/src/wnetap32/makefile
r4621 r4717 1 # $Id: makefile,v 1.1 5 2000-11-19 08:38:24bird Exp $1 # $Id: makefile,v 1.16 2000-12-02 23:44:57 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 … … 28 28 # 29 29 LIBS = \ 30 $( PDWIN32_LIB)/kernel32.lib \31 $( PDWIN32_LIB)/user32.lib \32 $( PDWIN32_LIB)/$(ODINCRT).lib \30 $(ODIN32_LIB)/kernel32.lib \ 31 $(ODIN32_LIB)/user32.lib \ 32 $(ODIN32_LIB)/$(ODINCRT).lib \ 33 33 OS2386.LIB \ 34 34 $(RTLLIB_O) … … 45 45 # Includes the common rules. 46 46 # 47 !include $( PDWIN32_INCLUDE)/pdwin32.post47 !include $(ODIN32_POST_INC) 48 48 -
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 -
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 -
trunk/src/wsock32/old/makefile
r2014 r4717 1 # $Id: makefile,v 1. 2 1999-12-07 20:29:15 achimhaExp $1 # $Id: makefile,v 1.3 2000-12-02 23:43:28 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # 6 # wsock32.dll makefile 7 7 # 8 8 9 PDWIN32_INCLUDE = ..\..\..\include 10 PDWIN32_LIB = ..\..\..\lib 11 PDWIN32_BIN = ..\..\..\bin 12 PDWIN32_TOOLS = ..\..\..\tools\bin 13 14 !include $(PDWIN32_INCLUDE)/pdwin32.mk 9 OLD_STYLE=1 10 !include ../../../makefile.inc 15 11 16 12 17 CFLAGS = $(CFLAGS) -I$( PDWIN32_INCLUDE)18 CXXFLAGS = $(CXXFLAGS) -I$( PDWIN32_INCLUDE)13 CFLAGS = $(CFLAGS) -I$(ODIN32_INCLUDE) 14 CXXFLAGS = $(CXXFLAGS) -I$(ODIN32_INCLUDE) 19 15 20 16 … … 27 23 28 24 $(TARGET).dll: $(OBJS) $(TARGET).def 29 30 $( PDWIN32_LIB)\pmwinx.lib $(PDWIN32_LIB)\user32.lib \31 tcp32dll.lib so32dll.lib $( PDWIN32_LIB)\kernel32.lib \32 $( PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)33 $(CP) $@ $(PDWIN32_BIN)25 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 26 $(ODIN32_LIB)\pmwinx.lib $(ODIN32_LIB)\user32.lib \ 27 tcp32dll.lib so32dll.lib $(ODIN32_LIB)\kernel32.lib \ 28 $(ODIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 29 $(CP) $@ $(ODIN32_BIN) 34 30 35 31 $(TARGET).lib: $(TARGET)exp.def 36 32 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 37 $(CP) $@ $( PDWIN32_LIB)33 $(CP) $@ $(ODIN32_LIB) 38 34 39 35 $(TARGET)exp.def: $(TARGET).def … … 47 43 48 44 clean: 49 50 $(RM) $(PDWIN32_BIN)\$(TARGET).dll51 $(RM) $(PDWIN32_LIB)\$(TARGET).lib45 $(RM) *.obj *.lib *.dll *~ *.map *.pch 46 $(RM) $(ODIN32_BIN)\$(TARGET).dll 47 $(RM) $(ODIN32_LIB)\$(TARGET).lib 52 48
Note:
See TracChangeset
for help on using the changeset viewer.