Changed so that we use the static libraries of SFML instead to reduce the dependency when you want to distribute your ruby applications.

Also seems like that my sfml-all wasn't committed. Should be done now.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1734 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-12-03 11:27:38 +00:00
parent 6d66ed1af3
commit c61b4fec47
7 changed files with 31 additions and 5 deletions

View file

@ -25,6 +25,8 @@
#include "ruby.h"
#define SFML_STATIC
VALUE RetrieveSFMLClass( const char * aName );
// Ruby initiation function