Changeset 9237 for trunk/tools


Ignore:
Timestamp:
Sep 14, 2002, 6:29:05 PM (23 years ago)
Author:
bird
Message:

Added the dll dirs of msc v7 and v6 to the endlibpath so pwb might work.

File:
1 edited

Legend:

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

    r9236 r9237  
    1 /* $Id: buildenv.cmd,v 1.32 2002-09-14 16:01:03 bird Exp $
     1/* $Id: buildenv.cmd,v 1.33 2002-09-14 16:29:05 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    22792279    call EnvSet      fRM, 'PATH_MSC',   sPathMSC;
    22802280    call EnvAddFront fRM, 'path',       sPathMSC'\binp;'
     2281    call EnvAddFront fRM, 'endlibpath', sPathMSC'\dll;'
    22812282    call EnvAddFront fRM, 'include',    sPathMSC'\include;'
    22822283    call EnvAddFront fRM, 'include16',  sPathMSC'\include;'
     
    23712372    call EnvSet      fRM, 'PATH_MSC',   sPathMSC;
    23722373    call EnvAddFront fRM, 'path',       sPathMSC'\binp;'
     2374    call EnvAddFront fRM, 'endlibpath', sPathMSC'\dll;'
    23732375    call EnvAddFront fRM, 'include',    sPathMSC'\include;'
    23742376    call EnvAddFront fRM, 'include16',  sPathMSC'\include;'
Note: See TracChangeset for help on using the changeset viewer.