Changeset 9349 for trunk/tools


Ignore:
Timestamp:
Oct 15, 2002, 2:31:47 PM (23 years ago)
Author:
bird
Message:

Adjustments for bird's work setups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/buildenv.cmd

    r9284 r9349  
    1 /* $Id: buildenv.cmd,v 1.35 2002-09-20 05:04:38 bird Exp $
     1/* $Id: buildenv.cmd,v 1.36 2002-10-15 12:31:47 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    2727     * Version
    2828     */
    29     sVersion = '1.0.8 [2002-09-15]';
     29    sVersion = '1.0.9 [2002-10-15]';
    3030
    3131    /*
     
    878878     * Bird: laptop box.
    879879     */
    880     if (translate(EnvGet('HOSTNAME')) = 'BIRD') then
     880    if (translate(EnvGet('HOSTNAME')) = 'DELIRIUM') then
    881881    do
    882882        say 'Info: No or empty path file, using birds work defaults.';
     
    958958        aPath.i.sPId = 'xfree86';                   aPath.i.sPath = 'd:\xfree86';                   i = i + 1;
    959959        aPath.i.sPId = 'vac308';                    aPath.i.sPath = 'd:\dev\VACpp\v308';            i = i + 1;
    960       /*aPath.i.sPId = 'vac365';                    aPath.i.sPath = 'e:\ibmcxxo';                   i = i + 1;
    961         aPath.i.sPId = 'vac40';                     aPath.i.sPath = 'e:\ibmcpp40';                  i = i + 1;*/
     960        aPath.i.sPId = 'vac365';                    aPath.i.sPath = 'd:\dev\VACpp\v365';            i = i + 1;
     961        aPath.i.sPId = 'vac40';                     aPath.i.sPath = 'd:\dev\VACpp\v40ga';           i = i + 1;
    962962        aPath.i.sPId = 'warpin';                    aPath.i.sPath = 'c:\warpin';                    i = i + 1;
    963       /*aPath.i.sPId = 'watcom11';                  aPath.i.sPath = 'e:\watcom';                    i = i + 1;*/
     963        aPath.i.sPId = 'watcom11';                  aPath.i.sPath = 'd:\dev\watcom\v110';           i = i + 1;
    964964        aPath.i.sPId = 'watcom11c';                 aPath.i.sPath = 'd:\dev\watcom\v110c';          i = i + 1;
    965965        aPath.i.sPId = 'testcase_drive_unused';     aPath.i.sPath = 't'; /* reqired */              i = i + 1;
Note: See TracChangeset for help on using the changeset viewer.