1require 'mkmf'
2
3dir_config("ming")
4if have_header("ming.h") and have_library("ming", "newSWFMovie")
5	create_makefile("mingc")
6end
7