]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fixed two compile issues with vid_sdl.c.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Aug 2015 18:30:47 +0000 (18:30 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 9 Aug 2015 18:30:47 +0000 (18:30 +0000)
commit59d9acac0b803124032d42df4b7a5d03021ab16e
tree2f9d98f9a7c62e2d871a984dc909a43b885fd519
parentefc1a7a6de53ce3dbce02947a39d2a459fe2f01e
Fixed two compile issues with vid_sdl.c.

Added support for SDL2 compilation in vs2010, vs2012, vs2013.

Changed the build directories for all vs2010, vs2012, vs2013 projects - they are now more consistent (output binaries go into SolutionDir, intermediate files have a fully qualified directory so they don't conflict between builds).

Audited and reduced differences between vs2010, vs2012, vs2013 projects.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12224 d7cf8633-e32d-0410-b094-e92efae38249
21 files changed:
darkplaces-dedicated-vs2010.vcxproj
darkplaces-dedicated-vs2012.vcxproj
darkplaces-dedicated-vs2013.vcxproj
darkplaces-sdl-vs2010.vcxproj
darkplaces-sdl-vs2012.vcxproj
darkplaces-sdl-vs2013.vcxproj
darkplaces-sdl2-vs2010.vcxproj [new file with mode: 0644]
darkplaces-sdl2-vs2012.vcxproj [new file with mode: 0644]
darkplaces-sdl2-vs2013.vcxproj [new file with mode: 0644]
darkplaces-vs2010.sln
darkplaces-vs2012.sln
darkplaces-vs2013.sln
darkplaces-wgl-vs2010.vcxproj
darkplaces-wgl-vs2012.vcxproj
darkplaces-wgl-vs2013.vcxproj
sys_sdl.c
vid_sdl.c
vs2010_sdl2_win32.props [new file with mode: 0644]
vs2010_sdl2_win64.props [new file with mode: 0644]
vs2012_sdl2_win32.props [new file with mode: 0644]
vs2012_sdl2_win64.props [new file with mode: 0644]