From 055735e48934e30443ea5b7b5084283d28b04e2a Mon Sep 17 00:00:00 2001 From: groogy Date: Tue, 2 Nov 2010 22:59:19 +0000 Subject: [PATCH] Just bare-bones for the Window library. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1594 4e206d99-4929-0410-ac5d-dfc041789085 --- ruby/sfml-window/extconf.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ruby/sfml-window/extconf.rb diff --git a/ruby/sfml-window/extconf.rb b/ruby/sfml-window/extconf.rb new file mode 100644 index 000000000..410235d49 --- /dev/null +++ b/ruby/sfml-window/extconf.rb @@ -0,0 +1,5 @@ +require 'mkmf' + +dir_config("window") +have_library("sfml-window") +create_makefile("sfml/window", "window")