Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-24 20:04:36 +0400
committerRichard Levitte <levitte@openssl.org>2000-09-24 20:04:36 +0400
commit47dc5a132191c01536610063c5a4979e09319912 (patch)
treedb4e153bb04eec2b6a41f2ae242d6b99656972da /ms
parent34765151958228ce88934adad72f0877b7c4ded8 (diff)
Merge from main trunk.OpenSSL-engine-0_9_6
Diffstat (limited to 'ms')
-rw-r--r--ms/mingw32.bat2
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