Changeset 3534 for trunk/tools/common


Ignore:
Timestamp:
May 13, 2000, 6:04:44 PM (25 years ago)
Author:
bird
Message:

More corrections.

Location:
trunk/tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile

    r3532 r3534  
    1 # $Id: makefile,v 1.4 2000-05-13 15:40:34 bird Exp $
     1# $Id: makefile,v 1.5 2000-05-13 16:04:43 bird Exp $
    22
    33#
     
    1919
    2020PDWIN32_INCLUDE = ..\..\include
    21 PDWIN32_TOOLS = ..\bin
     21PDWIN32_TOOLS   = ..\bin
    2222!include $(PDWIN32_INCLUDE)\pdwin32.mk
    2323
    2424
    2525!ifdef DEBUG
    26 MAKE_CMD = nmake -nologo DEBUG=1
     26MAKE_CMD = $(MAKE) -nologo DEBUG=1
    2727!else
    28 MAKE_CMD = nmake -nologo
     28MAKE_CMD = $(MAKE) -nologo
    2929!endif
    3030
  • trunk/tools/common/makefile.icc

    r3532 r3534  
    1 # $Id: makefile.icc,v 1.7 2000-05-13 15:40:34 bird Exp $
     1# $Id: makefile.icc,v 1.8 2000-05-13 16:04:44 bird Exp $
    22
    33#
     
    4949
    5050commonicc.lib: $(OBJDIR)\commonicc.lib
    51     $(CP) $@ $**
     51    $(CP) $** $@
    5252
    5353$(OBJDIR)\commonicc.lib: $(OBJS)
Note: See TracChangeset for help on using the changeset viewer.