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

@ -22,6 +22,6 @@
require 'mkmf'
dir_config("audio")
have_library("sfml-audio")
have_library("sfml-audio-s")
find_header("main.hpp", "../sfml-system/system")
create_makefile("sfml/audio", "audio")