Changeset 9081 for trunk/tools
- Timestamp:
- Aug 22, 2002, 2:13:04 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CmdQd/makefile
r8237 r9081 1 # $Id: makefile,v 1. 8 2002-04-11 21:28:27bird Exp $1 # $Id: makefile,v 1.9 2002-08-22 00:13:04 bird Exp $ 2 2 3 3 # … … 8 8 # 9 9 10 !ifdef BUILD_SETUP_MAK # If defined use the new build system. 11 12 # 13 # Setup config 14 # 15 PATH_ROOT = ..\.. 16 !include $(PATH_ROOT)\$(BUILD_SETUP_MAK) 17 18 # 19 # Target config 20 # 21 TARGET_NAME = CmdQd 22 TARGET_PUBLIC = 1 23 TARGET_PUBNAME = $(PATH_TOOLS)\$(TARGET_NAME).$(EXT_EXE) 24 25 # 26 # Rules config 27 # 28 RULES_FORWARD = 29 !include $(MAKE_INCLUDE_PROCESS) 30 31 32 !else # else use the ole make system. 10 33 11 34 # … … 76 99 77 100 # 78 # We need all.79 #80 needed: all81 82 83 #84 101 # Extra clean rule to which removes the cmdqd.exe file from /tools/bin 85 102 # if it's not currently used. … … 93 110 !endif 94 111 112 !endif # new/old makefile 113 114 # 115 # We need all. 116 # 117 needed: all 95 118 96 119 #
Note:
See TracChangeset
for help on using the changeset viewer.