Changeset 589 for trunk/makefile


Ignore:
Timestamp:
Mar 31, 2007, 2:38:38 AM (19 years ago)
Author:
John Small
Message:
  • Top level targets DIST and DISTCLEAN were added.
  • WPI build moved from ALL target to DIST target
  • WPI cleanup moved from CLEAN for DISTCLEAN
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r579 r589  
    2121!include makefile_pre.mk
    2222
    23 all: dll $(BASE) allexe wpi
     23dist: all wpi
     24
     25all: dll $(BASE) allexe
    2426
    2527# Only update resources
     
    4850wpi:
    4951   cd warpin
    50    $(MAKE) /nologo /$(MAKEFLAGS) all
     52   $(MAKE) /NOLOGO /$(MAKEFLAGS) all
    5153   cd ..
    5254
     
    7173  cd dll
    7274  $(MAKE) /nologo $(MAKEFLAGS) clean
    73   cd ..\warpin
    74   $(MAKE) /nologo $(MAKEFLAGS) clean
    7575  cd ..
    7676  -del *.exe
     
    8080  -del fm3res.str
    8181
     82distclean: clean
     83  cd warpin
     84  $(MAKE) /nologo $(MAKEFLAGS) distclean
     85  cd ..
     86
    8287!include makefile_post.mk
    8388
Note: See TracChangeset for help on using the changeset viewer.