view create.cmd @ 2214:30fd69882184

More build system adjustments.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:53:48 +0100
parents 020eee65316d
children
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
call create.bat %OrigPath%

cd %OrigPath%
pause