Changeset 23 for trunk/makefile
- Timestamp:
- Jun 1, 1999, 10:43:08 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r4 r23 1 # $Id: makefile,v 1. 1 1999-05-24 20:19:05 ktkExp $1 # $Id: makefile,v 1.2 1999-06-01 08:43:08 phaller Exp $ 2 2 3 3 # … … 17 17 # 18 18 19 all: 20 cd src21 nmake -nologo all19 all: odin_libraries 20 cd src 21 nmake -nologo all 22 22 23 clean: 24 cd src25 nmake -nologo clean23 clean: odin_libraries 24 cd src 25 nmake -nologo clean 26 26 27 debug: 28 cd src29 nmake -nologo all DEBUG=127 debug: odin_libraries 28 cd src 29 nmake -nologo all DEBUG=1 30 30 31 release: 32 cd src 33 nmake -nologo all 31 release: odin_libraries 32 cd src 33 nmake -nologo all 34 35 36 37 # --- common section --- 38 odin_libraries: 39 cd lib 40 nmake -nologo 41 cd .. 42
Note:
See TracChangeset
for help on using the changeset viewer.