Changeset 3062
- Timestamp:
- Mar 9, 2000, 8:38:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/pdwin32.tools ¶
r3032 r3062 1 # $Id: pdwin32.tools,v 1. 9 2000-03-06 23:42:12bird Exp $1 # $Id: pdwin32.tools,v 1.10 2000-03-09 19:38:51 bird Exp $ 2 2 # ODIN / win32os2 Project 3 3 # … … 16 16 MKDIR = mkdir 17 17 ECHO = echo 18 EXISTS = $(PDWIN32_TOOLS)\Exists.cmd 19 DOWITHDIRS = $(PDWIN32_TOOLS)\dowithdirs.cmd 18 20 IMPDEF = $(PDWIN32_TOOLS)\impdef.exe 19 21 DEPEND = $(PDWIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) 20 #SvL: Remove this when everything has been converted to the new build rules 22 23 #Svl: Remove this when everything has been converted to the new build rules 21 24 !ifdef OLDBUILD 22 25 DEPEND = $(PDWIN32_TOOLS)\fastdep.exe 23 26 !endif 24 25 DOWITHDIRS = $(PDWIN32_TOOLS)\dowithdirs.cmd26 27 MAKE_CMD = nmake /nologo 27 28 !ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.