view create64.cmd @ 1483:ba37b9335e1e

New option "-graal" that sets up the correct boot class path and C1X options using only the two environment variables MAXINE and GRAAL. This greatly simplifies command line arguments necessary to start the Graal VM.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 29 Nov 2010 16:58:26 +0100
parents a50d2a8d726e
children 020eee65316d
line wrap: on
line source

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

set OrigPath=%cd%
cd make\windows

mkdir %OrigPath%\work
call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java

set PATH=%ORIG_PATH%
cd %OrigPath%
pause