Changeset 648


Ignore:
Timestamp:
Apr 30, 2007, 10:06:34 PM (18 years ago)
Author:
John Small
Message:
  • Added code build support building (and cleaning) FM2UTILS.WPI.
  • This code is nested in a !ifdef BUILD_FM2UTILS so it will not be

used unless a macro/envvar named BUILD_FM2UTILS is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/warpin/makefile

    r611 r648  
    99all: wpi
    1010
    11 wpi: checkfiles fm2.wpi
     11wpi: checkfiles fm2.wpi fm2utils.wpi
    1212
    1313checkfiles:
     
    2525   bld_fm2_wpi /SCRIPT
    2626
     27!ifdef BUILD_FM2UTILS
     28fm2utils.wpi: bld_fm2utils_wpi.cmd fm2utils\fm2utils.doc fm2utils\license.txt ..\shadowmgr.cmd
     29   @echo Building FM2Utils
     30   bld_fm2utils_wpi
     31!endif
     32
    2733distclean:
    2834  -if exist fm2.wpi del fm2.wpi
     35  -if exist fm2utils.wpi del fm2utils.wpi
    2936  -if exist bld_fm2_wpidirs.in del bld_fm2_wpidirs.in
    3037  clean_wpidirs
Note: See TracChangeset for help on using the changeset viewer.