summaryrefslogtreecommitdiffstats
path: root/docs/release/build/makee.bat
blob: d8cfa106a3bfecb1aff2dc74a330e33f2cd744ac (plain) (blame)
1
2
3
4
5
6
7
:start
del hbmameui.exe
if exist hbmameui.exe goto start
call make64 -j4 "OSD=winui" %1 %2 %3
if not exist hbmameui.exe goto end
del hbmameui.sym
:end