mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
V2.0.1
This commit is contained in:
parent
54a27f5c4c
commit
b40ab5e36a
@ -36,6 +36,6 @@ if (WIN32)
|
|||||||
OpenSSL::SSL OpenSSL::Crypto libevent::openssl ws2_32)
|
OpenSSL::SSL OpenSSL::Crypto libevent::openssl ws2_32)
|
||||||
else(WIN32) #MINGW
|
else(WIN32) #MINGW
|
||||||
add_definitions("-D_WIN32_WINNT=0x0600")
|
add_definitions("-D_WIN32_WINNT=0x0600")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s -static-libgcc -static-libstdc++ --static")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Os -s --static")
|
||||||
target_link_libraries(${PROJECT_NAME} discord-rpc evpp_static glog event pthread ssl crypto event_openssl ws2_32 ssp dbghelp iphlpapi z)
|
target_link_libraries(${PROJECT_NAME} discord-rpc evpp_static z)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
@ -26,7 +26,7 @@ std::string GetVer(){
|
|||||||
return "2.0";
|
return "2.0";
|
||||||
}
|
}
|
||||||
std::string GetPatch(){
|
std::string GetPatch(){
|
||||||
return "";
|
return ".1";
|
||||||
}
|
}
|
||||||
std::string GetEP(char*P){
|
std::string GetEP(char*P){
|
||||||
static std::string Ret = [&](){
|
static std::string Ret = [&](){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user