Windows (MSVC2013) move to SDL2

This commit is contained in:
Martijn Berger
2014-11-13 16:19:57 +01:00
parent dc519f3eb7
commit 96ca64629d
6 changed files with 8 additions and 5 deletions

View File

@@ -1180,7 +1180,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
dllsources += ['${BF_PTHREADS_LIBPATH}/${BF_PTHREADS_LIB}.dll']
if env['WITH_BF_SDL']:
dllsources.append('${BF_SDL_LIBPATH}/SDL.dll')
dllsources.append('${BF_SDL_LIBPATH}/SDL2.dll')
if env['WITH_BF_PYTHON']:
if env['BF_DEBUG']: