| Path: | ext/rubygame/extconf.rb |
| Last Update: | Sat Jul 22 13:37:37 -0500 2006 |
| VAL_FALSE | = | ["f","false","n","no"] | ||
| VAL_TRUE | = | ["t","true","y","yes"] | ||
| OPTS | = | { :with_gfx => true, :with_image => true, :with_ttf => true, :with_opengl => true, :library_path => nil, :include_path => nil, :cflags => "-Wall", :libs => "", :no_sdl_config => false, :sdl_config => "sdl-config" | Option default values |
Break up a colon-separated list into separate elements, prefix the given string, and put them together in a string, like this:
>> parse_path("/usr/local/lib:/usr/lib", "-L")
=> " -L/usr/local/lib -L/usr/lib "