Changeset 7651 for trunk/tools
- Timestamp:
- Dec 19, 2001, 2:19:24 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CmdQd/makefile
r6543 r7651 1 # $Id: makefile,v 1. 2 2001-08-16 04:27:45bird Exp $1 # $Id: makefile,v 1.3 2001-12-19 01:19:24 bird Exp $ 2 2 3 3 # … … 19 19 # Tell buildenvironment that we like to use static linked CRT. 20 20 # Tell buildenvironment that we should not copy this into /bin. 21 # Tell buildenvironment that we no public cleaning - we do that our self. 21 22 # 22 23 EXETARGET = 1 … … 25 26 NO_MAIN_BIN_COPY = 1 26 27 NO_MULTIJOBS = 1 28 CLEAN2 = 1 29 LOCALCLEAN = 1 27 30 28 31 … … 76 79 needed: all 77 80 81 82 # 83 # Extra clean rule to which removes the cmdqd.exe file from /tools/bin 84 # if it's not currently used. 85 # 86 clean2: 87 !ifndef MULTIJOBS 88 if exist $(ODIN32_TOOLS)\cmdqd.exe do $(ODIN32_TOOLS)\cmdqd kill 89 $(RM) $(ODIN32_BIN)\$(TARGET).$(TARGET_EXTENSION) $(ODIN32_BIN)\$(TARGET).sym 90 !else 91 @echo Info: Not removing $(ODIN32_TOOLS)\cmdqd.exe becuase MULTIJOBS is defined. 92 !endif 93
Note:
See TracChangeset
for help on using the changeset viewer.