Changeset 3535 for trunk/tools
- Timestamp:
- May 13, 2000, 7:15:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/makefile
r3470 r3535 1 # $Id: makefile,v 1.1 0 2000-05-02 11:24:53bird Exp $1 # $Id: makefile,v 1.11 2000-05-13 17:15:24 bird Exp $ 2 2 3 3 # … … 19 19 20 20 !ifdef DEBUG 21 MAKE_CMD = nmake-nologo DEBUG=121 MAKE_CMD = $(MAKE) -nologo DEBUG=1 22 22 !else 23 MAKE_CMD = nmake-nologo23 MAKE_CMD = $(MAKE) -nologo 24 24 !endif 25 25 … … 88 88 cd ..\sdf 89 89 $(MAKE_CMD) NODEP=1 clean 90 cd .. 90 91 91 cd ..\bin92 # wrc.exe requires lots of tools so better not remove it...93 # $(RM) *.exe *.dll94 cd ..\..95
Note:
See TracChangeset
for help on using the changeset viewer.