forked from MirrorRepos/RomWBW
The QPM portion of the build has been updated to dynamically combine the current CBIOS with the static QPM CCP and BDOS binaries. This will keep the QPM system image up to date and avoid HBIOS version mismatch warnings.
9 lines
153 B
Batchfile
9 lines
153 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.prn del *.prn
|
|
if exist *.hex del *.hex
|
|
if exist *.sys del *.sys
|