Changeset 640
- Timestamp:
 - Apr 28, 2007, 11:04:33 PM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/warpin/bld_fm2_wpidirs.cmd (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/warpin/bld_fm2_wpidirs.cmd
r608 r640 21 21 22 22 n = setlocal() 23 23 trace 'i' 24 24 parse source . . thispgm 25 25 thisdir = left(thispgm, lastpos('\', thispgm) - 1) … … 141 141 WPI.src_basedir = WPI.src_basedir || '\' 142 142 if args == '' then 143 /*144 WPI.infile = 'BLD_FM2_WPIDIRS.TXT'145 */146 143 WPI.infile = 'BLD_FM2_WPIDIRS.IN' 147 144 else … … 150 147 else 151 148 WPI.infile = word(args, 1) 149 if stream(WPI.infile, 'c', 'query exists') == '' then 150 WPI.infile = 'BLD_FM2_WPIDIRS.TXT' 152 151 return 153 152  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  