Rev 13 |
Rev 17 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
:recheck
:mapster32check_done
if "
%debug%"=="1"
echo DEBUG: Mapster32 Directory: "
%mapster32dir%"
:vacadircheck
if exist VACATION.PRG
ren VACATION.PRG vacation.grp
if "
%debug%"=="1"
echo DEBUG: Vaca+ Directory: "
%vacadir%".
if "
%debug%"=="1"
echo DEBUG: VacaHRP Directory: "
%vacahrpdir%".
type "%mapster32dir%\names.h" > "%mapster32dir%\VacaNames.h"
echo.
>> "
%mapster32dir%\VacaNames.h"
type "%vacadir%\VacaNames.def" >> "%mapster32dir%\VacaNames.h"
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% %*
if "
%debug%"=="1"
set exe=mapster32.debug
%exe%.exe %args%
)
:mapster32check
)
)
)
)
)
)
echo Warning: You don't have Mapster32
in your directory.
:end