Changeset 602
- Timestamp:
- Apr 4, 2007, 12:11:10 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/warpin/bld_fm2_wpi.cmd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/bld_fm2_wpi.cmd
r596 r602 71 71 /* Add the files to the WPI */ 72 72 do 73 if archive_previous_WPI == 1 then 74 'if exist 'WPI.archivename' ren 'WPI.archivename WPI.archivename || '.' || time('S') 75 else 76 'if exist 'WPI.archivename' del 'WPI.archivename 73 if stream(WPI.archivename, 'c', 'query exists') \= '' then 74 if archive_previous_WPI == 1 then 75 'ren 'WPI.archivename WPI.archivename || '.' || time('S') 76 else 77 'del 'WPI.archivename 77 78 do p = 1 to WPI.pkg.0 78 79 call SysFileTree WPI.pkg.p.dir || '\*', 'pkgfilelist.', 'FOS' … … 177 178 ext_libpath = SysQueryExtLibpath('B') 178 179 if pos( Warpin_pathentry, ';' || translate(SysQueryExtLibpath('B')) || ';' ) == 0 then 179 do 180 ext_libpath = SysQueryExtLibpath('E') 181 if pos( Warpin_pathentry, ';' || translate(SysQueryExtLibpath('E')) || ';' ) == 0 then 182 call SysSetExtLibpath Warpin_pathentry || ';' || ext_libpath, 'E' 183 end 180 call SysSetExtLibpath Warpin_pathentry || ';' || ext_libpath, 'B' 184 181 185 182 parse source . . thispgm
Note:
See TracChangeset
for help on using the changeset viewer.
