10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
|
Windows AMD64:
|
||
|
cd DataPipes
|
||
|
if [[ ! -d out/win32_amd64 ]]; then
|
||
|
mkdir -p out/win32_amd64
|
||
|
fi
|
||
|
cd out/win32_amd64
|
||
|
cmake ../../ -G"Visual Studio 14 2015 Win64" -DOPENSSL_NO_ASM=ON
|
||
|
MSBuild.exe //p:Configuration=Release //p:Platform=x64 crypto/crypto.vcxproj
|
||
|
MSBuild.exe //p:Configuration=Release //p:Platform=x64 ssl/ssl.vcxproj
|