Changeset 5018 for trunk/tools
- Timestamp:
- Jan 23, 2001, 4:32:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/BldLevelInf.cmd
r5012 r5018 1 /* $Id: BldLevelInf.cmd,v 1. 3 2001-01-22 20:25:01 phallerExp $1 /* $Id: BldLevelInf.cmd,v 1.4 2001-01-23 15:32:18 bird Exp $ 2 2 * 3 3 * Adds a Description string to the given .def-file. … … 6 6 */ 7 7 8 if RxFuncQuery('SysLoadFuncs'=0 THEN 9 DO 10 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; 11 call SysLoadFuncs; 12 END 8 if (RxFuncQuery('SysLoadFuncs') = 0) then 9 do 10 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; 11 call SysLoadFuncs; 12 end 13 13 14 14 15 /*
Note:
See TracChangeset
for help on using the changeset viewer.