summaryrefslogtreecommitdiffstats
path: root/docs/release/build/make.bat
blob: 009f82bc2e83899e7433b45d8577cdbed44a8a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@if exist scripts\minimaws\minimaws.sqlite3 del scripts\minimaws\minimaws.sqlite3
del build\generated\resource\hbmamevers.rc
:start
del hbmameui.exe
if exist hbmameui.exe goto start
call make64 -j4 "OSD=winui" %1 %2 %3
color
if not exist hbmameui.exe goto end
@del hbmameui.sym
@del hbmame.sym
:start1
del hbmame.exe
if exist hbmame.exe goto start1
call make64 "ARCHOPTS='-fuse-ld=lld'" -j4 %1 %2 %3
color
if not exist hbmame.exe goto end
@call v.bat
:end