Changeset 9211 for trunk/tools
- Timestamp:
- Sep 5, 2002, 4:53:36 AM (23 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/CmdQd/makefile
r9108 r9211 1 # $Id: makefile,v 1.1 0 2002-08-24 04:22:30bird Exp $1 # $Id: makefile,v 1.11 2002-09-05 02:53:25 bird Exp $ 2 2 3 3 # 4 4 # Odin32 API 5 5 # 6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep)6 # Makefile for the command queue utility. (CmdQd) 7 7 # 8 8 # … … 21 21 TARGET_NAME = CmdQd 22 22 TARGET_MODE = EXE 23 TARGET_ PUBLIC= 124 TARGET_PUB NAME = $(PATH_TOOLS)\$(TARGET_NAME).$(EXT_EXE)23 TARGET_NEEDED = 1 24 TARGET_PUB_DIR = $(PATH_TOOLS) 25 25 26 26 # … … 111 111 !endif 112 112 113 !endif # new/old makefile114 113 115 114 # … … 117 116 # 118 117 needed: all 118 119 !endif # new/old makefile 119 120 120 121 # -
trunk/tools/fastdep/makefile
r9108 r9211 1 # $Id: makefile,v 1.1 4 2002-08-24 04:22:18bird Exp $1 # $Id: makefile,v 1.15 2002-09-05 02:53:36 bird Exp $ 2 2 3 3 # … … 26 26 TARGET_NAME = fastdep 27 27 TARGET_MODE = EXE 28 TARGET_ PUBLIC= 129 TARGET_PUB NAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE)28 TARGET_NEEDED = 1 29 TARGET_PUB_BASE = $(PATH_TOOLS) 30 30 31 31 TARGET_OBJS =\
Note:
See TracChangeset
for help on using the changeset viewer.