Changeset 3062


Ignore:
Timestamp:
Mar 9, 2000, 8:38:51 PM (25 years ago)
Author:
bird
Message:

Added EXISTS.

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:12 bird Exp $
     1# $Id: pdwin32.tools,v 1.10 2000-03-09 19:38:51 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    1616MKDIR       = mkdir
    1717ECHO        = echo
     18EXISTS      = $(PDWIN32_TOOLS)\Exists.cmd
     19DOWITHDIRS  = $(PDWIN32_TOOLS)\dowithdirs.cmd
    1820IMPDEF      = $(PDWIN32_TOOLS)\impdef.exe
    1921DEPEND      = $(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
    2124!ifdef OLDBUILD
    2225DEPEND      = $(PDWIN32_TOOLS)\fastdep.exe
    2326!endif
    24 
    25 DOWITHDIRS  = $(PDWIN32_TOOLS)\dowithdirs.cmd
    2627MAKE_CMD    = nmake /nologo
    2728!ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.