]> git.jsancho.org Git - lugaru.git/commit
Added win32 SDL libraries for MinGW and MSVC; Modified CMake scripts to properly...
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 22:03:23 +0000 (17:03 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 22:03:23 +0000 (17:03 -0500)
commit0c31806b28fadf9d9c8fd629e9bf70939334e566
tree5f7a8282dc601f8044989a5696de3f30ac2a3234
parentc32ed0b5dc3912d78dbf6d99baeaceb1f51799d7
Added win32 SDL libraries for MinGW and MSVC; Modified CMake scripts to properly install 'SDL.dll' to install prefix
CMakeLists.txt
Dependencies/SDL12/lib/win32/mingw32/SDL.dll [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw32/libSDL.dll.a [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw32/libSDL.la [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a [new file with mode: 0644]
Dependencies/SDL12/lib/win32/msvc/SDL.dll [new file with mode: 0755]
Dependencies/SDL12/lib/win32/msvc/SDL.lib [new file with mode: 0755]
Dependencies/SDL12/lib/win32/msvc/SDLmain.lib [new file with mode: 0755]