Added win static build for curl

This commit is contained in:
Nemirtingas 2019-08-21 21:35:41 +02:00
parent ea4588f442
commit b17e3b7be3
12 changed files with 4 additions and 3 deletions

4
build_curl.sh Normal file → Executable file
View File

@ -32,6 +32,10 @@ args+=($build_testing)
args+=($build_type)
args+=($custom_arch_var)
if [ ! -z "$EXTRA_CMAKE_ENV" ]; then
args+=("-DCURL_STATIC_CRT=ON")
fi
# EXTRA_CMAKE_ENV is set by setup_clang_env.sh to build for windows.
# You must run setup_clang_env.sh before calling this script if you build for windows.

0
build_env_x64.bat Normal file → Executable file
View File

0
build_env_x86.bat Normal file → Executable file
View File

0
build_linux.sh Normal file → Executable file
View File

0
build_set_protobuf_directories.bat Normal file → Executable file
View File

0
build_steamos.sh Normal file → Executable file
View File

0
build_win_debug_experimental.bat Normal file → Executable file
View File

0
build_win_find_interfaces.bat Normal file → Executable file
View File

0
build_win_lobby_connect.bat Normal file → Executable file
View File

0
build_win_release.bat Normal file → Executable file
View File

0
build_win_release_experimental.bat Normal file → Executable file
View File

View File

@ -38,9 +38,6 @@ else()
else()
message(FATAL_ERROR "Arch unknown")
endif()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fPIC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fPIC")
endif()
set(CMAKE_CXX_STANDARD 11)