diff options
author | Ulf Möller <ulf@openssl.org> | 2000-09-23 07:19:16 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-09-23 07:19:16 +0200 |
commit | bb28bcdf987ed9a5599de7e14be6c1e900dad4d3 (patch) | |
tree | 67e236808e22ac73be6c4c36ea69c1426257f962 /ms | |
parent | Add some missing info. (diff) | |
download | openssl-bb28bcdf987ed9a5599de7e14be6c1e900dad4d3.tar.xz openssl-bb28bcdf987ed9a5599de7e14be6c1e900dad4d3.zip |
Workaround for tlhelp32.h: place the missing header file in outinc
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mingw32.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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
|