Changeset 8022 for trunk/tools
- Timestamp:
- Feb 26, 2002, 6:25:37 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32db.cmd
r7229 r8022 1 /* $Id: odin32db.cmd,v 1. 5 2001-10-26 20:53:02bird Exp $1 /* $Id: odin32db.cmd,v 1.6 2002-02-26 17:25:37 bird Exp $ 2 2 * 3 3 * Updates the Odin32 API database. 4 4 * 5 * Copyright (c) 1999-200 0knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT 8 8 * 9 9 */ 10 /* load rexxutils functions */10 /* load rexxutils functions and Ftp Utils. */ 11 11 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; 12 12 call SysloadFuncs; 13 call RxFuncAdd 'FtpLoadFuncs','rxFtp','FtpLoadFuncs'; 14 call FtpLoadFuncs; 13 15 14 16 /*
Note:
See TracChangeset
for help on using the changeset viewer.