Changeset 2500


Ignore:
Timestamp:
Dec 18, 2005, 2:31:42 PM (20 years ago)
Author:
bird
Message:

limits.h fix attempt (gcc forward slashes first).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/env.cmd

    r2499 r2500  
    630630
    631631    call EnvAddFront fRM, 'BEGINLIBPATH',       sGCCBack'\lib;'
    632     call EnvAddFront fRM, 'PATH',               sGCCBack'\bin;'sGCCForw'/bin;'sGCCBack'\bin;'sGCCForw'/bin;'
     632    call EnvAddFront fRM, 'PATH',               sGCCForw'/bin;'sGCCBack'\bin;'
    633633    call EnvAddFront fRM, 'C_INCLUDE_PATH',     sGCCForw'/include'
    634634    call EnvAddFront fRM, 'LIBRARY_PATH',       sGCCForw'/lib/gcc-lib/i386-pc-os2-emx/'sVer';'sGCCForw'/lib;'sGCCForw'/lib/mt;'
Note: See TracChangeset for help on using the changeset viewer.