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

@ -23,7 +23,6 @@
#include "VideoMode.hpp"
#include "main.hpp"
#include <SFML/Window/VideoMode.hpp>
#include <iostream>
VALUE globalVideoModeClass;