Changeset 128
- Timestamp:
- Sep 1, 2010, 8:11:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/env.cmd
r126 r128 165 165 call EnvAddFront 'PATH', G.PATH_LIB_ODIN32'\bin\Debug;'G.PATH_LIB_ODIN32'\bin' 166 166 call EnvAddFront 'BEGINLIBPATH', G.PATH_LIB_ODIN32'\bin\Debug;'G.PATH_LIB_ODIN32'\bin' 167 call EnvSet 'WIN32.DEBUGBREAK', '1' 167 168 end 168 169 169 170 if (fOdinLog) then call EnvSet 'WIN32LOG_ENABLED', '1' 170 171 else call EnvSet 'WIN32LOG_ENABLED', '' 172 173 /* 174 * Various Java runtime settings 175 */ 176 if (\fRelease) then do 177 call EnvSet 'JAVA_TOOL_OPTIONS', '-XX:+UseOSErrorReporting' 178 end 171 179 172 180 /*
Note:
See TracChangeset
for help on using the changeset viewer.