From: Patrik Gornicz Date: Mon, 20 Apr 2009 17:21:47 +0000 (-0400) Subject: added SDL win32 X-Git-Tag: v0.10~3 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=5a87de4946d01d0bce33d2a683c191eec40c2a3d added SDL win32 --- diff --git a/libs/README-SDL b/libs/README-SDL new file mode 100644 index 0000000..1669736 --- /dev/null +++ b/libs/README-SDL @@ -0,0 +1,13 @@ + +Please distribute this file with the SDL runtime environment: + +The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library +designed to make it easy to write multi-media software, such as games and +emulators. + +The Simple DirectMedia Layer library source code is available from: +http://www.libsdl.org/ + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + diff --git a/libs/SDL.dll b/libs/SDL.dll new file mode 100755 index 0000000..3ce97a5 Binary files /dev/null and b/libs/SDL.dll differ