Browse Source

updated sdl

[email protected] 7 years ago
parent
commit
473e787321
4 changed files with 0 additions and 5 deletions
  1. BIN
      libs/SDL2.dll
  2. BIN
      libs/SDL2.lib
  3. BIN
      libs/SDL2main.lib
  4. 0 5
      readme/VisualStudio.txt

BIN
libs/SDL2.dll


BIN
libs/SDL2.lib


BIN
libs/SDL2main.lib


+ 0 - 5
readme/VisualStudio.txt

@@ -6,11 +6,6 @@ and just go to any example and open it right away
 2. There are prebuilt example solutions for VS2010+
 =================================================================================================
 - Build SDL:
-  - Open SDL\include\SDL_config_windows.h in any text editor
-  - Find this line:
-    #define SDL_AUDIO_DRIVER_XAUDIO2    1
-  - and comment it so it looks like:
-    //#define SDL_AUDIO_DRIVER_XAUDIO2    1
   - Go to folder SDL\VisualC\ 
   - Open SDL.sln and build it in Release configration
   - Go to folder SDL\VisualC\Win32\Release\