Changeset 9712 for trunk/tools
- Timestamp:
- Jan 22, 2003, 6:33:14 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9695 r9712 1 /* $Id: buildenv.cmd,v 1.4 1 2003-01-20 22:15:58bird Exp $1 /* $Id: buildenv.cmd,v 1.42 2003-01-22 17:33:14 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 27 27 * Version 28 28 */ 29 sVersion = '1.0.1 4 [2003-01-20]';29 sVersion = '1.0.15 [2003-01-22]'; 30 30 31 31 /* … … 2903 2903 */ 2904 2904 call EnvSet fRM, 'PATH_TOOLKIT', sPathTK; 2905 call EnvAddFront fRM, 'beginlibpath', sPathTK'\ BETA\DLL;'sPathTK'\SAMPLES\MM\DLL;'sPathTK'\SAMPLES\OPENDOC\PARTS\DLL;'sPathTK'\SOM\COMMON\DLL;'sPathTK'\SOM\LIB;'sPathTK'\OPENDOC\BASE\DLL;'sPathTK'\OPENDOC\BASE\LOCALE\EN_US;'sPathTK'\DLL;'2906 call EnvAddFront fRM, 'path', sPathTK'\ BETA\BIN;'sPathTK'\SOM\COMMON;'sPathTK'\SOM\BIN;.;'sPathTK'\OPENDOC\BASE\BIN;'sPathTK'\BIN;'2905 call EnvAddFront fRM, 'beginlibpath', sPathTK'\archived;'sPathTK'\SAMPLES\MM\DLL;'sPathTK'\SAMPLES\OPENDOC\PARTS\DLL;'sPathTK'\SOM\COMMON\DLL;'sPathTK'\SOM\LIB;'sPathTK'\OPENDOC\BASE\DLL;'sPathTK'\OPENDOC\BASE\LOCALE\EN_US;'sPathTK'\DLL;' 2906 call EnvAddFront fRM, 'path', sPathTK'\archived;'sPathTK'\SOM\COMMON;'sPathTK'\SOM\BIN;.;'sPathTK'\OPENDOC\BASE\BIN;'sPathTK'\BIN;' 2907 2907 call EnvAddFront fRM, 'dpath', sPathTK'\SOM\COMMON\SYSTEM;'sPathTK'\SOM\MSG;'sPathTK'\OPENDOC\BASE\MSG;'sPathTK'\BOOK;'sPathTK'\MSG;' 2908 call EnvAddFront fRM, 'help', sPathTK'\ BETA\HELP;'sPathTK'\OPENDOC\BASE\LOCALE\EN_US;'sPathTK'\HELP;'2909 call EnvAddFront fRM, 'bookshelf', sPathTK'\ BETA\BOOK;'sPathTK'\BOOK;'sPathTK'\ARCHIVED;'2908 call EnvAddFront fRM, 'help', sPathTK'\archived;'sPathTK'\OPENDOC\BASE\LOCALE\EN_US;'sPathTK'\HELP;' 2909 call EnvAddFront fRM, 'bookshelf', sPathTK'\archived;'sPathTK'\BOOK;'sPathTK'\ARCHIVED;' 2910 2910 call EnvAddFront fRM, 'somir', sPathTK'\SOM\COMMON\ETC\214\SOM.IR;'sPathTK'\OPENDOC\BASE\AVLSHELL.IR;' 2911 2911 call EnvAddEnd fRM, 'somir', sPathTK'\OPENDOC\CUSTOM\OD.IR;'sPathTK'\SAMPLES\REXX\SOM\ANIMAL\ORXSMP.IR;' 2912 /* call EnvAddFront fRM, 'include', sPathTK'\SPEECH\H;' sPathTK'\BETA\H;'sPathTK'\SAMPLES\OPENDOC\PARTS\INCLUDE;'sPathTK'\SOM\INCLUDE;'sPathTK'\INC;'sPathTK'\H\GL;'sPathTK'\H;' */2913 call EnvAddFront fRM, 'include', /*sPathTK'\SPEECH\H;'*/sPathTK'\ BETA\H;'sPathTK'\SAMPLES\OPENDOC\PARTS\INCLUDE;'sPathTK'\SOM\INCLUDE;'sPathTK'\INC;'sPathTK'\H\GL;'sPathTK'\H;'2912 /* call EnvAddFront fRM, 'include', sPathTK'\SPEECH\H;''sPathTK'\SAMPLES\OPENDOC\PARTS\INCLUDE;'sPathTK'\SOM\INCLUDE;'sPathTK'\INC;'sPathTK'\H\GL;'sPathTK'\H;' */ 2913 call EnvAddFront fRM, 'include', /*sPathTK'\SPEECH\H;'*/sPathTK'\SAMPLES\OPENDOC\PARTS\INCLUDE;'sPathTK'\SOM\INCLUDE;'sPathTK'\INC;'sPathTK'\H\GL;'sPathTK'\H;' 2914 2914 call EnvAddEnd fRM, 'include', sPathTK'\H\LIBC;.;' 2915 2915 call EnvAddFront fRM, 'lib', sPathTK'\SPEECH\LIB;'sPathTK'\SAMPLES\MM\LIB;'sPathTK'\LIB;'sPathTK'\SOM\LIB;'sPathTK'\OPENDOC\BASE\LIB;'
Note:
See TracChangeset
for help on using the changeset viewer.