This commit is contained in:
Peter Ferrie 2019-10-08 14:38:51 -07:00
parent 99ed224b77
commit 8c38b17d00

View File

@ -149,4 +149,5 @@ for %%q in (src\prelaunch\*.a) do (
for /f "tokens=* usebackq" %%k in (`find "^!to" %%q`) do set _to=%%k
set _to=!_to:~0,1!
if !_to!==t %ACME% %%q
for %%q in (res\title.hgr\*) do if not exist build\prelaunch\%%~nq 1>nul copy build\prelaunch\standard build\prelaunch\%%~nq
)