summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/benchmark/make.bat
blob: 4ebe4b32417fbfbb271b1c9b80465b814d75bb0b (plain)
1
2
3
4
5
6
7
8
9
REM quick and dirty build file for testing different MSDEVs
setlocal 

set myFLAGS= /I../include /I../../mySTL /c /W3 /G6 /O2

cl %myFLAGS% benchmark.cpp

link.exe  /out:benchmark.exe ../src/taocrypt.lib benchmark.obj advapi32.lib