Changeset 9724 for trunk/tools


Ignore:
Timestamp:
Jan 23, 2003, 3:10:20 PM (23 years ago)
Author:
bird
Message:

Added gcc303 config for dream.

File:
1 edited

Legend:

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

    r9723 r9724  
    1 /* $Id: buildenv.cmd,v 1.44 2003-01-23 14:09:04 bird Exp $
     1/* $Id: buildenv.cmd,v 1.45 2003-01-23 14:10:20 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    892892        aPath.i.sPId = 'emx';                       aPath.i.sPath = 'e:\emx';                       i = i + 1;
    893893        aPath.i.sPId = 'emxpgcc';                   aPath.i.sPath = 'e:\dev\emxpgcc\v2.95.2';       i = i + 1;
    894         aPath.i.sPId = 'gcc303';                    aPath.i.sPath = 'e:\dev\v3.0.3beta\emx';        i = i + 1;
     894        aPath.i.sPId = 'gcc303';                    aPath.i.sPath = 'e:\dev\gcc\v3.0.3\emx';        i = i + 1;
    895895      /*aPath.i.sPId = 'db2v52';                    aPath.i.sPath = 'e:\sqllib52';                  i = i + 1;
    896896        aPath.i.sPId = 'icatgam';                   aPath.i.sPath = 'e:\icatos2';                   i = i + 1;
     
    942942        aPath.i.sPId = 'emx';                       aPath.i.sPath = 'd:\emx';                       i = i + 1;
    943943        aPath.i.sPId = 'emxpgcc';                   aPath.i.sPath = 'd:\dev\emxpgcc\v2.95.2';       i = i + 1;
    944         aPath.i.sPId = 'gcc303';                    aPath.i.sPath = 'd:\dev\gcc\v3.0.3beta\emx';    i = i + 1;
     944        aPath.i.sPId = 'gcc303';                    aPath.i.sPath = 'd:\dev\gcc\v3.0.3\emx';        i = i + 1;
    945945      /*aPath.i.sPId = 'db2v52';                    aPath.i.sPath = 'e:\sqllib52';                  i = i + 1;
    946946        aPath.i.sPId = 'icatgam';                   aPath.i.sPath = 'e:\icatos2';                   i = i + 1;
Note: See TracChangeset for help on using the changeset viewer.