view create.cmd @ 1417:2c41834aa270

Small adaptations
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Wed, 23 Jun 2010 17:20:40 +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