Changeset 640


Ignore:
Timestamp:
Apr 28, 2007, 11:04:33 PM (19 years ago)
Author:
John Small
Message:
  • Previous version had a bug which affected only those still

building WPI files from an unzipped FM/2 distribution. This
change "fixes" the bug. Those still building WPI files this
way will not be able to take advantage of the selective
rebuild process added recently; they will always build the
WPI file completely (not just add the recently changed files.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/bld_fm2_wpidirs.cmd

    r608 r640  
    2121
    2222n = setlocal()
    23 
     23trace 'i'
    2424parse source . . thispgm
    2525thisdir = left(thispgm, lastpos('\', thispgm) - 1)
     
    141141      WPI.src_basedir = WPI.src_basedir || '\'
    142142   if args == '' then
    143 /*
    144       WPI.infile = 'BLD_FM2_WPIDIRS.TXT'
    145 */
    146143      WPI.infile = 'BLD_FM2_WPIDIRS.IN'
    147144   else
     
    150147      else
    151148         WPI.infile = word(args, 1)
     149   if stream(WPI.infile, 'c', 'query exists') == '' then
     150      WPI.infile = 'BLD_FM2_WPIDIRS.TXT'
    152151return
    153152
Note: See TracChangeset for help on using the changeset viewer.