Top secrets sources NedoPC pentevo

Rev

Rev 1065 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?


echo off

if not exist rom md rom
if not exist lst md lst

if "%BUILDFULL%"=="" call ../../setpath.bat

asl -U -L -x -olist lst\dos_fe.lst -i %includes% dos_fe.a80
p2bin dos_fe.p rom\dos_fe.rom -r $-$ -k

mhmt -mlz rom\dos_fe.rom ..\dos_fe_pack.rom


if NOT "%BUILDFULL%"=="" exit /b

set PATH=%oldpath%