Changeset 79


Ignore:
Timestamp:
Jul 24, 2010, 4:02:03 PM (15 years ago)
Author:
dmik
Message:

Set the path to the import JDK from LocalEnv.cmd.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalEnv.tpl.cmd

    r61 r79  
    4444
    4545/**
     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 */
     49G.PATH_JDK_IMPORT       = 'J:\Coding\openjdk\openjdk6\build\windows-i586\j2sdk-image'
     50
     51/**
    4652 * Log file to save all console output of the build process (only works when
    4753 * using the SE script). Leave it empty to disable logging.
  • trunk/env.cmd

    r61 r79  
    8888call EnvSetIfEmtpy 'ALT_FREETYPE_HEADERS_PATH', UnixSlashes(ScriptDir'libs\freetype\include')
    8989call EnvSetIfEmtpy 'ALT_FREETYPE_LIB_PATH', UnixSlashes(ScriptDir'libs\freetype\lib')
     90call EnvSetIfEmpty 'ALT_JDK_IMPORT_PATH', UnixSlashes(G.PATH_JDK_IMPORT)
    9091
    9192/*
Note: See TracChangeset for help on using the changeset viewer.