Changeset 9876 for trunk/makefile
- Timestamp:
- Feb 28, 2003, 11:32:50 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r7996 r9876 1 # $Id: makefile,v 1.2 0 2002-02-23 23:47:08 birdExp $1 # $Id: makefile,v 1.21 2003-02-28 10:26:33 sandervl Exp $ 2 2 3 3 # … … 68 68 69 69 cleanall: 70 SET DEBUG=71 70 SET CCENV=VAC3 72 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) clean 73 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) DEBUG=1 clean 74 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) PROFILE=1 clean 75 SET CCENV=VAC36 76 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) clean 77 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) DEBUG=1 clean 78 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) PROFILE=1 clean 79 SET CCENV=WAT 80 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) clean 81 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) DEBUG=1 clean 82 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) PROFILE=1 clean 83 71 -@$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) NODEP=1 cleanall 72 rm -Rf bin\Debug* bin\Release\* bin\Profile* 73 84 74 85 75 #
Note:
See TracChangeset
for help on using the changeset viewer.
