view create64.cmd @ 1412:9195b99c841b

Added first VM entry method. TODO: Check why initialization method of compiler is not called. Register native methods only once.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 17 May 2010 16:37:23 +0200
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