From 8c38b17d009032f3cd848ef43bd3c65fc6a81641 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Tue, 8 Oct 2019 14:38:51 -0700 Subject: [PATCH] sync --- winmake.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/winmake.bat b/winmake.bat index 8bde2003a..93bf38fbc 100644 --- a/winmake.bat +++ b/winmake.bat @@ -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 )