Rev 13 |
Blame |
Last modification |
View Log
| RSS feed
:recheck
:mapster32check_done
if "
%debug%"=="1"
echo DEBUG: Mapster32 Directory: "
%mapster32dir%"
:nwdircheck
if "
%debug%"=="1"
echo DEBUG: NW+ Directory: "
%nwdir%".
if "
%debug%"=="1"
echo DEBUG: NWHRP Directory: "
%nwhrpdir%".
type "%mapster32dir%\names.h" > "%mapster32dir%\NWNames.h"
echo.
>> "
%mapster32dir%\NWNames.h"
type "%nwdir%\NWNames.def" >> "%mapster32dir%\NWNames.h"
if exist "
%nwdir%"
set args=
%args% -j"
%nwdir:\=/%"
if exist "
%nwhrpdir%"
set args=
%args% -j"
%nwhrpdir:\=/%"
set args=
%args% -namesfile NWNames.h -hnwinter.def -gnwinter.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