Changeset 4643
- Timestamp:
- Nov 20, 2000, 6:00:50 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r4024 r4643 1 # $Id: makefile,v 1.1 2 2000-08-17 05:11:22bird Exp $1 # $Id: makefile,v 1.13 2000-11-20 05:00:50 bird Exp $ 2 2 3 3 # … … 23 23 # 24 24 25 # 26 # Directory macros. 27 # 28 PDWIN32_INCLUDE = .\include 29 PDWIN32_TOOLS = .\tools 30 PDWIN32_LIB = .\lib 31 PDWIN32_BIN = .\bin 32 33 34 # 35 # Include makefile. (Not completeled) 36 # 37 #!include $(PDWIN32_INCLUDE)/pdwin32.mk 38 25 39 all: odin_libraries needed_tools 26 40 cd src 27 nmake -nologo all41 nmake -nologo all 28 42 cd ..\tools\install 29 nmake -nologo all43 nmake -nologo all 30 44 31 45 clean: … … 45 59 debugsmp: odin_libraries needed_tools 46 60 cd src 47 start nmake -i -f makefile.smp -nologo all DEBUG=1 48 nmake -nologo all DEBUG=1 61 nmake -nologo DEBUG=1 smp 49 62 cd ..\tools\install 50 nmake -nologo all DEBUG=163 nmake -nologo DEBUG=1 all 51 64 52 65 nodebuginfo: odin_libraries needed_tools … … 58 71 nodebuginfosmp: odin_libraries needed_tools 59 72 cd src 60 start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1 61 nmake -nologo all DEBUG=1 NODEBUGINFO=1 73 nmake -nologo DEBUG=1 NODEBUGINFO=1 smp 62 74 cd ..\tools\install 63 nmake -nologo all DEBUG=1 NODEBUGINFO=175 nmake -nologo DEBUG=1 NODEBUGINFO=1 all 64 76 65 77 release: odin_libraries needed_tools … … 73 85 SET DEBUG= 74 86 cd src 75 start nmake -i -f makefile.smp -nologo all 76 nmake -nologo all 87 nmake -nologo smp 77 88 cd ..\tools\install 78 89 nmake -nologo all
Note:
See TracChangeset
for help on using the changeset viewer.
