comparison create.cmd @ 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 a197210cb4ae
children 30fd69882184
comparison
equal deleted inserted replaced
2212:d9e4d0aefc90 2213:020eee65316d
4 4
5 set OrigPath=%cd% 5 set OrigPath=%cd%
6 cd make\windows 6 cd make\windows
7 7
8 mkdir %OrigPath%\work 8 mkdir %OrigPath%\work
9 call create.bat %OrigPath% %OrigPath%\work %OrigPath%\java 9 call create.bat %OrigPath%
10 10
11 cd %OrigPath% 11 cd %OrigPath%
12 pause 12 pause