-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to SDL2.0.20 Signed-off-by: Patrick Roncagliolo <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- a/CMakeLists.txt.orig 2020-04-01 14:23:24.000000000 +0000 | ||
+++ b/CMakeLists.txt 2020-04-01 14:23:38.000000000 +0000 | ||
@@ -1556,9 +1556,9 @@ elseif(WINDOWS) | ||
--- a/CMakeLists.txt.orig | ||
+++ b/CMakeLists.txt | ||
@@ -1693,6 +1693,6 @@ elseif(WINDOWS) | ||
endif() | ||
|
||
# Libraries for Win32 native and MinGW | ||
if(NOT WINDOWS_STORE) | ||
- list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32) | ||
+ list(APPEND EXTRA_LIBS vcruntime user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32) | ||
endif() | ||
|
||
# TODO: in configure.ac the check for timers is set on | ||
# cygwin | mingw32* - does this include mingw32CE? |