Ignore:
Timestamp:
Nov 20, 2000, 12:53:47 AM (25 years ago)
Author:
bird
Message:

Adjustments and corrections.
1) Flag macros can't be added and added and added and added to - NMAKE don't

support it.

2) Use CreatePath.cmd to makesure that OBJDIR any target directory for a

copy (CP) operation exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.tools

    r4620 r4636  
    1 # $Id: pdwin32.tools,v 1.15 2000-11-19 08:31:20 bird Exp $
     1# $Id: pdwin32.tools,v 1.16 2000-11-19 23:53:46 bird Exp $
    22# ODIN / win32os2 Project
    33#
     
    3838IMPDEF      = $(PDWIN32_TOOLS)\impdef.exe
    3939DEPEND      = $(PDWIN32_TOOLS)\fastdep.exe -o$$(OBJDIR) -cy+
     40CREATEPATH  = $(PDWIN32_TOOLS)\CreatePath.cmd
    4041
    4142#Svl: Remove this when everything has been converted to the new build rules
Note: See TracChangeset for help on using the changeset viewer.