Changeset 8789 for trunk/tools
- Timestamp:
- Jun 27, 2002, 12:13:14 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32env.cmd
r8231 r8789 1 /* $Id: odin32env.cmd,v 1.2 4 2002-04-11 16:27:03bird Exp $1 /* $Id: odin32env.cmd,v 1.25 2002-06-26 22:13:14 bird Exp $ 2 2 * 3 3 * Sets the build environment. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 791 791 call EnvVar_Set fRM, 'PATH_WARPIN', sPathWarpIn; 792 792 call EnvVar_AddFront fRM, 'path', sPathWarpIn';' 793 call EnvVar_AddFront fRM, 'beginlibpath',sPathWarpIn';' 793 794 call EnvVar_AddFront fRM, 'bookshelf', sPathWarpIn';' 794 795 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.