flex_nav/plugins/fnviewer/build.bat

22 lines
514 B
Batchfile

@echo off
if not exist tmp md tmp
set path=d:\yad\svn\pentevo\tools\asl\bin\;d:\yad\svn\pentevo\tools\mhmt\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\
asl -U -L -C -x -olist tmp\fviewer.lst -i %includes% fvmain.a80 || goto error
p2bin fvmain.p ..\fnviewer.flx -r $-$ -k
echo ########################
echo # -= End Compile Ok =- #
echo ########################
goto exit
:error
echo #######################
echo # -= Error Compile =- #
echo #######################
:exit