flex_nav/plugins/test/build.bat

22 lines
530 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\;d:\yad\sprinter_src\tools\
set includes=d:\yad\svn\pentevo\rom;d:\zxgit\common_includes\;d:\zxgit\flex_nav\
asl -U -L -C -x -olist tmp\test.lst -i %includes% test.a80 || goto error
p2bin test.p ..\test.flx -r $-$ -k
echo ########################
echo # -= End Compile Ok =- #
echo ########################
goto exit
:error
echo #######################
echo # -= Error Compile =- #
echo #######################
:exit