Workaround for tlhelp32.h: place the missing header file in outinc
authorUlf Möller <ulf@openssl.org>
Sat, 23 Sep 2000 05:19:16 +0000 (05:19 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 23 Sep 2000 05:19:16 +0000 (05:19 +0000)
ms/mingw32.bat

index 1726c55bcdaefc66e723ff09995ddba709cdba3c..db70b8580ee3c9a938a72ed7686597c69d447e23 100644 (file)
@@ -76,6 +76,8 @@ rem Create files -- this can be skipped if using the GNU file utilities
 make -f ms/mingw32f.mak\r
 echo You can ignore the error messages above\r
 \r
+copy ms\tlhelp32.h outinc\r
+\r
 echo Building the libraries\r
 make -f ms/mingw32a.mak\r
 if errorlevel 1 goto end\r