Welcome to mirror list, hosted at ThFree Co, Russian Federation.

multiabi_alltests_msvc.bat « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cd7bc926674feb5419ccaa0bad3025a804998f5 (plain)
1
2
3
4
5
6
7
8
9
10
if not exist asio git clone https://github.com/chriskohlhoff/asio.git
cd asio
git pull
cd ..

IF "%VisualStudioVersion%" == "14.0" (
cl /Zi /EHsc /O2 /arch:SSE2 /MD /GF /GR /Gy /bigobj /wd4503 test\test_all_multiabi.cpp detail\SpookyV2.cpp /DUNICODE=1 /DWIN32=1 /D_UNICODE=1 /D_WIN32=1 /DBOOST_THREAD_VERSION=3 /Iinclude /Itest /Iasio/asio/include /I..\.. /link /LIBPATH:..\..\stage\lib
) ELSE (
echo Sorry need inline namespace support for this
)