Changeset 125
- Timestamp:
- Sep 1, 2010, 12:32:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/env.cmd
r123 r125 91 91 92 92 if (\fMake) then do 93 if (G.PATH_TOOL_KLIBC_DEBUG \== '' & \fLibcDebug) then do93 if (G.PATH_TOOL_KLIBC_DEBUG \== '' & fLibcDebug) then do 94 94 address 'cmd' 'set LIBPATHSTRICT=T' 95 95 call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_KLIBC_DEBUG … … 97 97 end 98 98 else 99 if (G.PATH_TOOL_KLIBC_LOGCHK \== '' & \fLibcLogChk) then do99 if (G.PATH_TOOL_KLIBC_LOGCHK \== '' & fLibcLogChk) then do 100 100 address 'cmd' 'set LIBPATHSTRICT=T' 101 101 call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_KLIBC_LOGCHK
Note:
See TracChangeset
for help on using the changeset viewer.