summaryrefslogtreecommitdiffstats
path: root/crypto/threads/win32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/threads/win32.bat')
-rwxr-xr-xcrypto/threads/win32.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/threads/win32.bat b/crypto/threads/win32.bat
new file mode 100755
index 0000000000..56089f69be
--- /dev/null
+++ b/crypto/threads/win32.bat
@@ -0,0 +1,4 @@
+del mttest.exe
+
+cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssleay32.lib ..\out\libeay32.lib
+