changeset 2218:686f5091af28

Clean up of the build scripts.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 21:30:29 +0100
parents 2a36994d0967
children 0a14ff0a8cc4
files create.cmd create64.cmd
diffstat 2 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/create.cmd	Mon Feb 21 21:16:29 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-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
--- a/create64.cmd	Mon Feb 21 21:16:29 2011 +0100
+++ b/create64.cmd	Mon Feb 21 21:30:29 2011 +0100
@@ -1,5 +1,5 @@
 set HotSpotMksHome=C:\cygwin\bin
-set JAVA_HOME=%cd%\java
+set JAVA_HOME=%cd%\java64
 set ORIG_PATH=%PATH%
 set path=%JAVA_HOME%\bin;%path%;C:\cygwin\bin