Changeset 8356 for trunk/tools


Ignore:
Timestamp:
Apr 30, 2002, 9:51:42 PM (23 years ago)
Author:
bird
Message:

New build environments.

File:
1 edited

Legend:

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

    r8331 r8356  
    1 /* $Id: MapSym.cmd,v 1.3 2002-04-30 04:17:20 bird Exp $
     1/* $Id: MapSym.cmd,v 1.4 2002-04-30 19:51:42 bird Exp $
    22 *
    33 * Helper script for calling MAPSYM.EXE.
     
    1212 * Configuration.
    1313 */
    14 sWatcom = ';wat11c;wat11;watcom;'
    15 sIBMOld = ';vac3xx;vac365;vac308;link386;emx;emxpgcc;mscv6;ibmold;'
     14sWatcom = ';wat11c;wat11;watcom;wat11c-16;wat11-16;'
     15sIBMOld = ';vac3xx;vac365;vac308;link386;emx;emxpgcc;mscv6;mscv6-16;ibmold;'
    1616sVAC40  = ';vac40;'
    17 sLinkers = ';vac3xx;vac365;vac308;vac40;link386;mscv6;watcom;wat11;wat11c;emx;emxpgcc;ibmold;'
     17sLinkers = strip(sVAC40, 'T', ';')||strip(sIBMOld, 'T', ';')||strip(sWatcom, 'T', ';')||';'
    1818
    1919/*
Note: See TracChangeset for help on using the changeset viewer.