Changeset 4653 for trunk/tools/fastdep/makefile
- Timestamp:
- Nov 21, 2000, 5:35:37 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/tools/fastdep/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/makefile
r4620 r4653 1 # $Id: makefile,v 1. 6 2000-11-19 08:27:21bird Exp $1 # $Id: makefile,v 1.7 2000-11-21 04:35:37 bird Exp $ 2 2 3 3 # … … 10 10 11 11 # 12 # Tell buildenvironment that we're makeing an .exe. 12 # Directory macro. 13 # 14 PDWIN32_BIN = ..\bin 15 16 17 # 18 # Tell buildenvironment that we're making an VIO .exe. 19 # Tell buildenvironment that we like to use static linked CRT. 13 20 # Tell buildenvironment that we should not copy this into /bin. 14 21 # 15 22 EXETARGET = 1 23 VIO = 1 24 STATIC_CRT = 1 16 25 NO_MAIN_BIN_COPY = 1 17 26 … … 20 29 # include common definitions 21 30 # 22 PDWIN32_INCLUDE = ..\..\include 23 PDWIN32_TOOLS = ..\bin 24 PDWIN32_BIN = ..\bin 25 PDWIN32_LIB = ..\..\lib 26 !include $(PDWIN32_INCLUDE)\pdwin32.mk 31 !include ../../include/pdwin32.mk 27 32 28 33
Note:
See TracChangeset
for help on using the changeset viewer.
