Changeset 648
- Timestamp:
- Apr 30, 2007, 10:06:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/warpin/makefile ¶
r611 r648 9 9 all: wpi 10 10 11 wpi: checkfiles fm2.wpi 11 wpi: checkfiles fm2.wpi fm2utils.wpi 12 12 13 13 checkfiles: … … 25 25 bld_fm2_wpi /SCRIPT 26 26 27 !ifdef BUILD_FM2UTILS 28 fm2utils.wpi: bld_fm2utils_wpi.cmd fm2utils\fm2utils.doc fm2utils\license.txt ..\shadowmgr.cmd 29 @echo Building FM2Utils 30 bld_fm2utils_wpi 31 !endif 32 27 33 distclean: 28 34 -if exist fm2.wpi del fm2.wpi 35 -if exist fm2utils.wpi del fm2utils.wpi 29 36 -if exist bld_fm2_wpidirs.in del bld_fm2_wpidirs.in 30 37 clean_wpidirs
Note:
See TracChangeset
for help on using the changeset viewer.