Changeset 8789 for trunk/tools


Ignore:
Timestamp:
Jun 27, 2002, 12:13:14 AM (23 years ago)
Author:
bird
Message:

Warping libpath fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32env.cmd

    r8231 r8789  
    1 /* $Id: odin32env.cmd,v 1.24 2002-04-11 16:27:03 bird Exp $
     1/* $Id: odin32env.cmd,v 1.25 2002-06-26 22:13:14 bird Exp $
    22 *
    33 * Sets the build environment.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    791791    call EnvVar_Set      fRM, 'PATH_WARPIN', sPathWarpIn;
    792792    call EnvVar_AddFront fRM, 'path',        sPathWarpIn';'
     793    call EnvVar_AddFront fRM, 'beginlibpath',sPathWarpIn';'
    793794    call EnvVar_AddFront fRM, 'bookshelf',   sPathWarpIn';'
    794795return 0;
Note: See TracChangeset for help on using the changeset viewer.