Changeset 3535 for trunk/tools


Ignore:
Timestamp:
May 13, 2000, 7:15:24 PM (25 years ago)
Author:
bird
Message:

nmake -> $(MAKE) and other addjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/makefile

    r3470 r3535  
    1 # $Id: makefile,v 1.10 2000-05-02 11:24:53 bird Exp $
     1# $Id: makefile,v 1.11 2000-05-13 17:15:24 bird Exp $
    22
    33#
     
    1919
    2020!ifdef DEBUG
    21 MAKE_CMD = nmake -nologo DEBUG=1
     21MAKE_CMD = $(MAKE) -nologo DEBUG=1
    2222!else
    23 MAKE_CMD = nmake -nologo
     23MAKE_CMD = $(MAKE) -nologo
    2424!endif
    2525
     
    8888    cd ..\sdf
    8989    $(MAKE_CMD) NODEP=1 clean
     90    cd ..
    9091
    91     cd ..\bin
    92 # wrc.exe requires lots of tools so better not remove it...
    93 #    $(RM) *.exe *.dll
    94     cd ..\..
    95 
Note: See TracChangeset for help on using the changeset viewer.