Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
2f524481c1
974 changed files with 295448 additions and 0 deletions
20
ruby/RubyOpenGL/gl/extconf.rb
Normal file
20
ruby/RubyOpenGL/gl/extconf.rb
Normal file
|
@ -0,0 +1,20 @@
|
|||
require "mkmf"
|
||||
$CFLAGS = "/MD /O2 /EHsc /DWIN32 /DNDEBUG /D_WINDOWS"
|
||||
#$CFLAGS = "/MD /Zi /EHsc /DWIN32 /DNDEBUG /D_WINDOWS"
|
||||
#$LDFLAGS = "/Zi"
|
||||
|
||||
libs = [
|
||||
"opengl32",
|
||||
"glu32",
|
||||
]
|
||||
|
||||
libs.each {|lib|
|
||||
unless have_library(lib)
|
||||
puts "Unable to find #{lib}.lib!"
|
||||
puts
|
||||
exit
|
||||
end
|
||||
}
|
||||
|
||||
create_makefile("gl")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue