blob: 14852df79ed5bac1e6bcb64944bf204cde509eed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@echo off
echo HAVE YOU UPDATED the MAKEFILE ???
echo Also update the date in HBNEW ??
pause
call newsrc.bat
call clean.bat
call clean.bat
call clean.bat
call clean.bat
del hbmame*.exe
del hbmame*.sym
call make64 -j4 "OSD=winui" "REGENIE=1" %1 %2 %3
if not exist hbmameui.exe goto end
del hbmameui.sym
call make64 -j4 "ARCHOPTS='-fuse-ld=lld'" "REGENIE=1" %1 %2 %3
:end
|