Skip to content

Commit

Permalink
Static link crt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Marsh committed Nov 9, 2017
1 parent f872b4e commit 7dc663a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified examples/button-clicker/Assets/Resources/discord-rpc.dll
Binary file not shown.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if(WIN32)
set(BASE_RPC_SRC ${BASE_RPC_SRC} connection_win.cpp discord_register_win.cpp)
add_library(discord-rpc ${RPC_LIBRARY_TYPE} ${BASE_RPC_SRC})
target_compile_options(discord-rpc PRIVATE /EHsc
/MT
/Wall
/wd4100 # unreferenced formal parameter
/wd4514 # unreferenced inline
Expand Down

0 comments on commit 7dc663a

Please sign in to comment.