Changeset 1266
- Timestamp:
- Oct 30, 2008, 3:49:53 PM (17 years ago)
- Location:
- trunk/warpin
- Files:
-
- 2 edited
-
bld_fm2_wpi.cmd (modified) (2 diffs)
-
makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/bld_fm2_wpi.cmd
r1246 r1266 9 9 * 10 10 * History 11 * 09 Oct 07 jbs: Changed the "find Warpin" code so that it will no longer11 * 09 Oct 07 JBS: Changed the "find Warpin" code so that it will no longer 12 12 * mistakenly find a WIC.EXE on the PATH which may not be Warpin's 13 13 * WIC.EXE 14 * 30 Oct 08 JBS: Deleted WPI script addtion. (Now done solely by makefile. 14 15 * 15 16 * Requirements/assumptions … … 86 87 if delete_files_afterwards = 1 then 87 88 call clean_wpidirs 88 end89 do90 /* Add the script file to the WPI */91 /*92 'eautil 'WPI.scriptname' NUL /s'93 */94 WPI.WIC_pgm WPI.archivename' -s 'WPI.scriptname95 if rc \= 0 then96 call ErrorExit 4 rc97 89 end 98 90 -
trunk/warpin/makefile
r1265 r1266 81 81 bld_fm2_wpi fm2$(FM2_VER).wpi 82 82 83 # fm2$(FM2_VER).wpi:: fm2.wis makefile84 # @echo Inserting the new Warpin script into the WPI file...85 # bld_fm2_wpi fm2$(FM2_VER).wpi /SCRIPT86 87 83 fm2utils$(FM2UTILS_VER).wpi: bld_fm2utils_wpi.cmd fm2utils.wis fm2utils\fm2utils.doc fm2utils\license.txt ..\shdwmgr.cmd makefile 88 84 @echo Building FM2Utils
Note:
See TracChangeset
for help on using the changeset viewer.
