aboutsummaryrefslogtreecommitdiff
path: root/drivers/builtin_openssl2/crypto/threads/ptest.bat
diff options
context:
space:
mode:
authorJuan Linietsky2014-08-01 22:10:38 -0300
committerJuan Linietsky2014-08-01 22:10:38 -0300
commit678948068bbde7f12a9c5f28a467b6cf4d127851 (patch)
tree75572f3a5cc6089a6ca3046e9307d0a7c0b72c51 /drivers/builtin_openssl2/crypto/threads/ptest.bat
parent9ff6d55822647c87eef392147ea15641d0922d47 (diff)
downloadgodot-678948068bbde7f12a9c5f28a467b6cf4d127851.tar.gz
godot-678948068bbde7f12a9c5f28a467b6cf4d127851.tar.zst
godot-678948068bbde7f12a9c5f28a467b6cf4d127851.zip
Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
Diffstat (limited to 'drivers/builtin_openssl2/crypto/threads/ptest.bat')
-rwxr-xr-xdrivers/builtin_openssl2/crypto/threads/ptest.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/builtin_openssl2/crypto/threads/ptest.bat b/drivers/builtin_openssl2/crypto/threads/ptest.bat
new file mode 100755
index 000000000..4071b5ffe
--- /dev/null
+++ b/drivers/builtin_openssl2/crypto/threads/ptest.bat
@@ -0,0 +1,4 @@
+del mttest.exe
+
+purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib
+