view create64.cmd @ 3569:76a7f1732bb0

New runtime parameter: runtimeCallStackSize (size on the stack that must be left empty in case of runtime calls)
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 02 Sep 2011 18:28:45 +0200
parents dbad39c24069
children c843578c269d
line wrap: on
line source

set HotSpotMksHome=C:\cygwin\bin
set JAVA_HOME=%cd%\java64
set ORIG_PATH=%PATH%
set path=%JAVA_HOME%\bin;%path%;C:\cygwin\bin

set OrigPath=%cd%
cd make\windows
call create.bat %OrigPath%

set PATH=%ORIG_PATH%
cd %OrigPath%