Ignore:
Timestamp:
Feb 13, 2000, 12:54:30 AM (26 years ago)
Author:
bird
Message:

Corrections, DB optimizations, and some new features in StateUpd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/makefile.gcc

    r2745 r2770  
    1 # $Id: makefile.gcc,v 1.1 2000-02-10 22:43:19 bird Exp $
     1# $Id: makefile.gcc,v 1.2 2000-02-12 23:54:30 bird Exp $
    22
    33#
     
    170170
    171171
    172 
    173172#
    174173# clean
    175174#
    176175clean:
    177    @$(RM) *.obj *.lib *.o *.a *.dll *.exe *.pch *.log *.map
    178    @cd gd
    179    @nmake /nologo clean
    180    @cd ..
     176   $(RM) *.obj *.lib *.o *.a *.dll *.exe *.pch *.log *.map *.html
     177   cd gd
     178   $(MAKE) /nologo clean
     179   cd ..
    181180
    182181force:
Note: See TracChangeset for help on using the changeset viewer.