mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
1ebe4850d6
- Includes patch for Bug#25189
9 lines
214 B
Batchfile
9 lines
214 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% test.cpp
|
|
|
|
link.exe /out:test.exe ../src/taocrypt.lib test.obj advapi32.lib
|
|
|