changeset 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 d9e4d0aefc90
children 30fd69882184
files create.cmd create64.cmd
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/create.cmd	Mon Feb 21 19:28:35 2011 +0100
+++ b/create.cmd	Mon Feb 21 19:32:20 2011 +0100
@@ -6,7 +6,7 @@
 cd make\windows
 
 mkdir %OrigPath%\work
-call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java
+call create.bat %OrigPath%
 
 cd %OrigPath%
 pause
--- a/create64.cmd	Mon Feb 21 19:28:35 2011 +0100
+++ b/create64.cmd	Mon Feb 21 19:32:20 2011 +0100
@@ -7,7 +7,7 @@
 cd make\windows
 
 mkdir %OrigPath%\work
-call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java
+call create.bat %OrigPath%
 
 set PATH=%ORIG_PATH%
 cd %OrigPath%