summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/benchmark/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yassl/taocrypt/benchmark/make.bat')
-rw-r--r--extra/yassl/taocrypt/benchmark/make.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/benchmark/make.bat b/extra/yassl/taocrypt/benchmark/make.bat
new file mode 100644
index 00000000000..63391578cfa
--- /dev/null
+++ b/extra/yassl/taocrypt/benchmark/make.bat
@@ -0,0 +1,10 @@
+# quick and dirty build file for testing different MSDEVs
+setlocal
+
+set myFLAGS= /I../include /I../../mySTL /c /W3 /G6 /O2
+#set myFLAGS= /I../include /I../../mySTL /c /W3
+
+cl %myFLAGS% benchmark.cpp
+
+link.exe /out:benchmark.exe ../src/taocrypt.lib benchmark.obj
+