shift & goto parseArgs
:start
- if "%MODE%" == "GENERATE" (
- call ..\buildconf
- ) else if "%VERSION%" == "PRE" (
- call ..\buildconf -clean
- ) else if "%VERSION%" == "ALL" (
- call ..\buildconf -clean
+ if exist ..\buildconf.bat (
+ if "%MODE%" == "GENERATE" (
+ call ..\buildconf
+ ) else if "%VERSION%" == "PRE" (
+ call ..\buildconf -clean
+ ) else if "%VERSION%" == "ALL" (
+ call ..\buildconf -clean
+ )
)
if "%VERSION%" == "VC6" goto vc6
if "%VERSION%" == "VC7" goto vc7