# HG changeset patch # User Thomas Wuerthinger # Date 1298313140 -3600 # Node ID 020eee65316de0c38c000cdd6756001c584eb9bf # Parent d9e4d0aefc901bab66ee5051b8ccbd2668f5f0a4 Adjustment to the Windows create script (new calling convention only has one argument). diff -r d9e4d0aefc90 -r 020eee65316d create.cmd --- 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 diff -r d9e4d0aefc90 -r 020eee65316d create64.cmd --- 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%