forked from MirrorRepos/RomWBW
11 changed files with 26 additions and 9738 deletions
@ -1,10 +1,11 @@ |
|||||
@echo off |
@echo off |
||||
setlocal |
setlocal |
||||
|
|
||||
set TOOLS=../../Tools |
|
||||
|
set TOOLS=../../../Tools |
||||
set PATH=%TOOLS%\tasm32;%PATH% |
set PATH=%TOOLS%\tasm32;%PATH% |
||||
set TASMTABS=%TOOLS%\tasm32 |
set TASMTABS=%TOOLS%\tasm32 |
||||
|
|
||||
tasm -t80 -g3 -fFF sysconfig.asm sysconfig.com sysconfig.lst || exit /b |
|
||||
|
tasm -t80 -g3 -fFF -dCPM sysconfig.asm sysconfig.com sysconfig.lst || exit /b |
||||
|
tasm -t80 -g3 -fFF -dROMWBW sysconfig.asm sysconfig.bin sysconfig.lst || exit /b |
||||
|
|
||||
copy /Y sysconfig.com ..\..\Binary\Apps\ || exit /b |
|
||||
|
copy /Y sysconfig.com ..\..\..\Binary\Apps\ || exit /b |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue