mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
9 lines
232 B
Batchfile
9 lines
232 B
Batchfile
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
|
|
|