From bb28bcdf987ed9a5599de7e14be6c1e900dad4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sat, 23 Sep 2000 05:19:16 +0000 Subject: [PATCH] Workaround for tlhelp32.h: place the missing header file in outinc --- ms/mingw32.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ms/mingw32.bat b/ms/mingw32.bat index 1726c55bcd..db70b8580e 100644 --- a/ms/mingw32.bat +++ b/ms/mingw32.bat @@ -76,6 +76,8 @@ rem Create files -- this can be skipped if using the GNU file utilities make -f ms/mingw32f.mak echo You can ignore the error messages above +copy ms\tlhelp32.h outinc + echo Building the libraries make -f ms/mingw32a.mak if errorlevel 1 goto end -- 2.25.1