Changeset 1266


Ignore:
Timestamp:
Oct 30, 2008, 3:49:53 PM (17 years ago)
Author:
John Small
Message:

Warpin build improvements, including condensed script-related code and
eliminated occasional duplicate addtion of the script to the WPI file

Location:
trunk/warpin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/bld_fm2_wpi.cmd

    r1246 r1266  
    99 *
    1010 * History
    11  *    09 Oct 07 jbs: Changed the "find Warpin" code so that it will no longer
     11 *    09 Oct 07 JBS: Changed the "find Warpin" code so that it will no longer
    1212 *       mistakenly find a WIC.EXE on the PATH which may not be Warpin's
    1313 *       WIC.EXE
     14 *    30 Oct 08 JBS: Deleted WPI script addtion. (Now done solely by makefile.
    1415 *
    1516 * Requirements/assumptions
     
    8687      if delete_files_afterwards = 1 then
    8788         call clean_wpidirs
    88    end
    89    do
    90       /* Add the script file to the WPI   */
    91       /*
    92       'eautil 'WPI.scriptname' NUL /s'
    93       */
    94       WPI.WIC_pgm WPI.archivename' -s 'WPI.scriptname
    95       if rc \= 0 then
    96          call ErrorExit 4 rc
    9789   end
    9890
  • trunk/warpin/makefile

    r1265 r1266  
    8181   bld_fm2_wpi fm2$(FM2_VER).wpi
    8282
    83 # fm2$(FM2_VER).wpi:: fm2.wis makefile
    84 #    @echo Inserting the new Warpin script into the WPI file...
    85 #    bld_fm2_wpi fm2$(FM2_VER).wpi /SCRIPT
    86 
    8783fm2utils$(FM2UTILS_VER).wpi: bld_fm2utils_wpi.cmd fm2utils.wis fm2utils\fm2utils.doc fm2utils\license.txt ..\shdwmgr.cmd makefile
    8884   @echo Building FM2Utils
Note: See TracChangeset for help on using the changeset viewer.