Changeset 79
- Timestamp:
- Jul 24, 2010, 4:02:03 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalEnv.tpl.cmd
r61 r79 44 44 45 45 /** 46 * Path to the previous Java SDK where components not built from the 47 * current source tree will be imported from. So far, must be set. 48 */ 49 G.PATH_JDK_IMPORT = 'J:\Coding\openjdk\openjdk6\build\windows-i586\j2sdk-image' 50 51 /** 46 52 * Log file to save all console output of the build process (only works when 47 53 * using the SE script). Leave it empty to disable logging. -
trunk/env.cmd
r61 r79 88 88 call EnvSetIfEmtpy 'ALT_FREETYPE_HEADERS_PATH', UnixSlashes(ScriptDir'libs\freetype\include') 89 89 call EnvSetIfEmtpy 'ALT_FREETYPE_LIB_PATH', UnixSlashes(ScriptDir'libs\freetype\lib') 90 call EnvSetIfEmpty 'ALT_JDK_IMPORT_PATH', UnixSlashes(G.PATH_JDK_IMPORT) 90 91 91 92 /*
Note:
See TracChangeset
for help on using the changeset viewer.