Changeset 908 for trunk/tools


Ignore:
Timestamp:
Sep 12, 1999, 1:45:36 AM (26 years ago)
Author:
bird
Message:

Added the wrc directory to the all and clean rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/makefile

    r825 r908  
    1 # $Id: makefile,v 1.1 1999-09-05 02:26:39 bird Exp $
     1# $Id: makefile,v 1.2 1999-09-11 23:45:36 bird Exp $
    22
    33#
     
    3131        cd ..\impdef
    3232        $(MAKE_CMD)
     33        cd ..\wrc
     34        $(MAKE_CMD)
     35        cd ..
    3336
    3437# compile tools needed to compile rest of the tree.
     
    3841        cd ..\impdef
    3942        $(MAKE_CMD)
     43        cd ..
    4044
    4145clean:
     
    4650        cd ..\impdef
    4751        $(MAKE_CMD) clean
     52        cd ..\wrc
     53        $(MAKE_CMD) clean
    4854        cd ..\bin
    49         -$(RM) *.exe
    50         -$(RM) *.dll
     55        -$(RM) *.exe *.dll
     56        cd ..
    5157
Note: See TracChangeset for help on using the changeset viewer.