annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
1 set HotSpotMksHome=C:\Cygwin\bin
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
2 set path=%JAVA_HOME%\bin;C:\Cygwin\bin
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
3 call "%VS_VCVARS%\vsvars32.bat"
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
4
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
5 set OrigPath=%cd%
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
6 cd make\windows
2213
020eee65316d Adjustment to the Windows create script (new calling convention only has one argument).
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents: 1405
diff changeset
7 call create.bat %OrigPath%
1405
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
8
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
9 cd %OrigPath%
a197210cb4ae initial setup for building; added create.bat
Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
parents:
diff changeset
10 pause