view create64.cmd @ 3588:fac58f1753a4

Make IGV ids consistant with compiler's node ids when possible (which should be always in Graal)
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Mon, 17 Oct 2011 14:07:33 +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%