Changeset 3470
- Timestamp:
- May 2, 2000, 1:24:53 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
makefile (modified) (6 diffs)
-
tools/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r2714 r3470 1 # $Id: makefile,v 1.1 0 2000-02-09 23:47:56bird Exp $1 # $Id: makefile,v 1.11 2000-05-02 11:24:52 bird Exp $ 2 2 3 3 # … … 26 26 cd src 27 27 nmake -nologo all 28 cd ..\tools\install 29 nmake -nologo all 28 30 29 31 clean: … … 38 40 cd src 39 41 nmake -nologo all DEBUG=1 42 cd ..\tools\install 43 nmake -nologo all DEBUG=1 40 44 41 45 debugsmp: odin_libraries needed_tools … … 43 47 start nmake -i -f makefile.smp -nologo all DEBUG=1 44 48 nmake -nologo all DEBUG=1 49 cd ..\tools\install 50 nmake -nologo all DEBUG=1 45 51 46 52 nodebuginfo: odin_libraries needed_tools 47 53 cd src 54 nmake -nologo all DEBUG=1 NODEBUGINFO=1 55 cd ..\tools\install 48 56 nmake -nologo all DEBUG=1 NODEBUGINFO=1 49 57 … … 52 60 start nmake -i -f makefile.smp -nologo all DEBUG=1 NODEBUGINFO=1 53 61 nmake -nologo all DEBUG=1 NODEBUGINFO=1 62 cd ..\tools\install 63 nmake -nologo all DEBUG=1 NODEBUGINFO=1 54 64 55 65 release: odin_libraries needed_tools 56 66 cd src 67 nmake -nologo all 68 cd ..\tools\install 57 69 nmake -nologo all 58 70 … … 60 72 cd src 61 73 start nmake -i -f makefile.smp -nologo all 74 nmake -nologo all 75 cd ..\tools\install 62 76 nmake -nologo all 63 77 -
trunk/tools/makefile
r3459 r3470 1 # $Id: makefile,v 1. 9 2000-04-29 18:23:33 sandervlExp $1 # $Id: makefile,v 1.10 2000-05-02 11:24:53 bird Exp $ 2 2 3 3 # … … 51 51 $(MAKE_CMD) NODEP=1 dep 52 52 $(MAKE_CMD) needed 53 cd ..\install54 $(MAKE_CMD)55 53 cd ..\impdef 56 54 $(MAKE_CMD) NODEP=1 dep
Note:
See TracChangeset
for help on using the changeset viewer.
