view create.cmd @ 2213:020eee65316d

Adjustment to the Windows create script (new calling convention only has one argument).
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:32:20 +0100
parents a197210cb4ae
children 30fd69882184
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%

cd %OrigPath%
pause