Subversion Repositories pentevo

Rev

Rev 1065 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1065 Rev 1068
Line 1... Line 1...
1
 
1
 
2
echo off
2
echo off
3
 
3
 
4
if not exist rom md rom
4
if not exist rom md rom
5
if not exist lst md lst
5
if not exist lst md lst
6
set path=%path%;d:\yad\svn\pentevo\tools\asl\bin;d:\yad\svn\pentevo\tools\mhmt
-
 
-
 
6
 
7
set includes=d:\yad\svn\pentevo\rom
7
if "%BUILDFULL%"=="" call ../../setpath.bat
8
 
8
 
9
asl -U -L -x -olist lst\dos_fe.lst -i %includes% dos_fe.a80
9
asl -U -L -x -olist lst\dos_fe.lst -i %includes% dos_fe.a80
10
p2bin dos_fe.p rom\dos_fe.rom -r $-$ -k
10
p2bin dos_fe.p rom\dos_fe.rom -r $-$ -k
11
 
11
 
12
mhmt -mlz rom\dos_fe.rom ..\dos_fe_pack.rom
12
mhmt -mlz rom\dos_fe.rom ..\dos_fe_pack.rom
-
 
13
 
-
 
14
 
-
 
15
if NOT "%BUILDFULL%"=="" exit /b
-
 
16
 
-
 
17
set PATH=%oldpath%
13
 
18