Was being compiled both against shared library and static library.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1804 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2011-03-05 14:52:28 +00:00
parent a26827adcc
commit 3e0b09f3f1

View File

@ -32,11 +32,11 @@ if (on_windows)
have_library("gdi32") have_library("gdi32")
have_library("opengl32") have_library("opengl32")
have_library("glew") have_library("glew")
have_library("sfml-system-s") have_library("sfml-system")
have_library("sfml-window-s") have_library("sfml-window")
have_library("sfml-graphics-s") have_library("sfml-graphics")
else else
have_library("sfml-graphics-s") have_library("sfml-graphics")
end end
find_header("main.hpp", "../sfml-system/system") find_header("main.hpp", "../sfml-system/system")
create_makefile("sfml/graphics", "graphics") create_makefile("sfml/graphics", "graphics")