Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platforms/win/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mv cargs-${CARGS_SHA} cargs
cd cargs
sed -i.bak 's/set_target_properties(cargs PROPERTIES DEFINE_SYMBOL CAG_EXPORTS)/set_target_properties(cargs PROPERTIES DEFINE_SYMBOL CAG_EXPORTS)\nset_target_properties(cargs PROPERTIES OUTPUT_NAME cargs64)/' CMakeLists.txt
cmake \
-G "Visual Studio 17 2022" \
-G "Visual Studio 18 2026" \
-DBUILD_SHARED_LIBS=ON \
-B build
cmake --build build --config ${BUILD_TYPE}
Expand Down Expand Up @@ -73,7 +73,7 @@ mv sockpp-${SOCKPP_SHA} sockpp
cd sockpp
sed -i.bak 's/set(SOCKPP_SHARED_LIBRARY sockpp)/set(SOCKPP_SHARED_LIBRARY sockpp64)/' CMakeLists.txt
cmake \
-G "Visual Studio 17 2022" \
-G "Visual Studio 18 2026" \
-B build
cmake --build build --config ${BUILD_TYPE}
cp -r include/sockpp ../../third-party/include/
Expand Down
4 changes: 2 additions & 2 deletions platforms/win/x86/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tar xzf cargs-${CARGS_SHA}.tar.gz
mv cargs-${CARGS_SHA} cargs
cd cargs
cmake \
-G "Visual Studio 17 2022" \
-G "Visual Studio 18 2026" \
-DBUILD_SHARED_LIBS=ON \
-A Win32 \
-B build
Expand Down Expand Up @@ -71,7 +71,7 @@ tar xzf sockpp-${SOCKPP_SHA}.tar.gz
mv sockpp-${SOCKPP_SHA} sockpp
cd sockpp
cmake \
-G "Visual Studio 17 2022" \
-G "Visual Studio 18 2026" \
-A Win32 \
-B build
cmake --build build --config ${BUILD_TYPE}
Expand Down
Loading