view create.cmd @ 2216:b966d9b66bf9

Fixed a bug that truncated stub ids when compiling with vs.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 20:51:59 +0100
parents 30fd69882184
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