view create64.cmd @ 3722:7c5524a4e86e

Unified the way a specific build of the VM is chosen for any mx command that runs the GraalVM.
author Doug Simon <doug.simon@oracle.com>
date Fri, 16 Dec 2011 16:33:42 +0100
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%