Changeset 845 for trunk/makefile
- Timestamp:
- Sep 6, 1999, 3:44:18 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r23 r845 1 # $Id: makefile,v 1. 2 1999-06-01 08:43:08 phaller Exp $1 # $Id: makefile,v 1.3 1999-09-06 01:44:18 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API 4 # PD-Win32 API 5 5 # 6 6 # Top of the tree makefile … … 8 8 # 9 9 # Usage: nmake ( debug | release | all | clean ) 10 # 10 # 11 11 # debug: Change to a debug build. 12 12 # release: Change to a release build. … … 14 14 # clean: Bring tree back to a "virgin" state. 15 15 # 16 # 17 # 16 # 17 # 18 18 19 all: odin_libraries 19 all: odin_libraries needed_tools 20 20 cd src 21 21 nmake -nologo all 22 22 23 clean: odin_libraries 23 clean: odin_libraries needed_tools 24 24 cd src 25 25 nmake -nologo clean 26 26 27 debug: odin_libraries 27 debug: odin_libraries needed_tools 28 28 cd src 29 29 nmake -nologo all DEBUG=1 30 30 31 release: odin_libraries 31 release: odin_libraries needed_tools 32 32 cd src 33 nmake -nologo all 33 nmake -nologo all 34 34 35 35 … … 41 41 cd .. 42 42 43 44 needed_tools: 45 cd tools 46 nmake needed 47 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.
