Changeset 10020 for trunk/tools


Ignore:
Timestamp:
Apr 15, 2003, 12:23:47 AM (22 years ago)
Author:
bird
Message:

Add bin to the PATH.

File:
1 edited

Legend:

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

    r10019 r10020  
    1 /* $Id: odin32env.cmd,v 1.31 2003-04-14 22:08:04 bird Exp $
     1/* $Id: odin32env.cmd,v 1.32 2003-04-14 22:23:47 bird Exp $
    22 *
    33 * Sets the build environment.
     
    1616
    1717/* base env */
     18'Set PATH='||sDir||'bin'||';%PATH%';
    1819sOldDir = directory();
    19 call directory sDir||'\bin';
     20call directory sDir||'bin';
    2021call BuildEnv 'warpin mysql perl~ cvs ddkbase mscv6-16 emx gcc321 vac365õ watcomc11cõ vac40õ vac308 toolkit40 debug'
    2122call directory sOldDir;
Note: See TracChangeset for help on using the changeset viewer.