mariadb/extra/yassl/taocrypt/test/make.bat
msvensson@shellback.(none) e8723ca453 Update yassl to 1.2.2
2006-04-07 11:35:12 +02:00

9 lines
215 B
Batchfile

# quick and dirty build file for testing different MSDEVs
setlocal
set myFLAGS= /I../include /I../../mySTL /c /W3 /G6 /O2
cl %myFLAGS% test.cpp
link.exe /out:test.exe ../src/taocrypt.lib test.obj advapi32.lib