Ignore:
Timestamp:
2010-09-01T17:25:37+12:00 (14 years ago)
Author:
mdewsnip
Message:

Lots of improvements, particularly to Windows makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/runtime-src/src/recpt/win32.mak

    r22826 r22832  
    121121    copy $(CGIBIN_PROGRAMS) $(CGIBIN_DIR)
    122122
    123 distclean:
    124     del *.obj $(CGIBIN_PROGRAMS) win32.mak
    125 
    126123clean:
    127     del *.obj $(CGIBIN_PROGRAMS)
     124    if EXIST *.obj del *.obj
     125    if EXIST $(CGIBIN_PROGRAMS) del $(CGIBIN_PROGRAMS)
Note: See TracChangeset for help on using the changeset viewer.