Subversion Repositories vaca_plus

Compare Revisions

Regard whitespace Rev 14 → Rev 15

/vaca_plus/Carib_Mapster32.bat
10,13 → 10,13
set mapster32dir=%cd%
if "%debug%"=="1" echo DEBUG: Mapster32 Directory: "%mapster32dir%"
 
if exist vacation_hrp set vacahrpdir=%cd%
if exist vacation\ set vacahrpdir=%cd%
:vacadircheck
if exist VACATION.PRG ren VACATION.PRG vacation.grp
cd vaca_plus
set vacadir=%cd%
if exist vacation_hrp set vacahrpdir=%cd%
if exist vaca_plus goto vacadircheck
if exist vacation\ set vacahrpdir=%cd%
if exist vaca_plus\ goto vacadircheck
if "%debug%"=="1" echo DEBUG: Vaca+ Directory: "%vacadir%".
if "%debug%"=="1" echo DEBUG: VacaHRP Directory: "%vacahrpdir%".
 
25,7 → 25,15
if exist duke3d_hrp.zip set hrp=-gduke3d_hrp.zip
if exist hrp_update.zip set hrpu=-ghrp_update.zip
 
set args=-j"%vacadir%" -j"%vacahrpdir%" -hvacation.def -gvacation.grp %hrp% %hrpu% %*
type "%mapster32dir%\names.h" > "%mapster32dir%\VacaNames.h"
echo. >> "%mapster32dir%\VacaNames.h"
type "%vacadir%\VacaNames.def" >> "%mapster32dir%\VacaNames.h"
 
set args=
if exist "%vacadir%" set args=%args% -j"%vacadir:\=/%"
if exist "%vacahrpdir%" set args=%args% -j"%vacahrpdir:\=/%"
set args=%args% -namesfile VacaNames.h -hvacation.def -gvacation.grp %hrp% %hrpu% %*
 
set exe=mapster32
if "%debug%"=="1" set exe=mapster32.debug