view create.cmd @ 1435:20a3896518ac

Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 22 Oct 2010 17:31:38 +0200
parents a197210cb4ae
children 020eee65316d
line wrap: on
line source

set HotSpotMksHome=C:\Cygwin\bin
set path=%JAVA_HOME%\bin;C:\Cygwin\bin
call "%VS_VCVARS%\vsvars32.bat"

set OrigPath=%cd%
cd make\windows

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

cd %OrigPath%
pause