Buildable
A generic Library class that builds both shared and static
# File lib/makeconf/library.rb, line 7 def initialize(options) raise ArgumentError unless options.kind_of?(Hash) @buildable = [SharedLibrary.new(options), StaticLibrary.new(options)] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.