blob: 71783369f5e377789362e591e8db23db871f9280 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
del hbmame.sym
:start1
del hbmame.exe
if exist hbmame.exe goto start1
call make64 "ARCHOPTS='-fuse-ld=lld'" -j4 %1 %2 %3
if not exist hbmame.exe goto end
hbmame -valid
:end
|