Had to do a lot of configurations to get the cross-module include work correctly.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1679 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-19 14:03:40 +00:00
parent f1cae1cfef
commit 8153ec8db8
6 changed files with 16 additions and 12 deletions

View file

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