client-root/third_party/build_tommath.txt
2019-07-01 12:40:51 +02:00

10 lines
334 B
Plaintext

Windows AMD64:
cd tommath
if [[ ! -d out/win32_amd64 ]]; then
mkdir -p out/win32_amd64
fi
cd out/win32_amd64
cmake ../../ -G"Visual Studio 14 2015 Win64" -DMSVC_RUNTIME=static
MSBuild.exe //p:Configuration=Release //p:Platform=x64 TomMath_Static.vcxproj
MSBuild.exe //p:Configuration=Release //p:Platform=x64 TomMath_Shared.vcxproj