2011-01-18 19:08:49 -05:00
|
|
|
######################################################################
|
|
|
|
# This file is imported from the rubygems project.
|
|
|
|
# DO NOT make modifications in this repo. They _will_ be reverted!
|
|
|
|
# File a patch instead and assign it to Ryan Davis or Eric Hodel.
|
|
|
|
######################################################################
|
|
|
|
|
2007-11-10 02:48:56 -05:00
|
|
|
#--
|
|
|
|
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
|
|
|
|
# All rights reserved.
|
|
|
|
# See LICENSE.txt for permissions.
|
|
|
|
#++
|
|
|
|
|
|
|
|
require 'rubygems'
|
|
|
|
|
|
|
|
##
|
|
|
|
# Classes for building C extensions live here.
|
|
|
|
|
|
|
|
module Gem::Ext; end
|
|
|
|
|
|
|
|
require 'rubygems/ext/builder'
|
|
|
|
require 'rubygems/ext/configure_builder'
|
|
|
|
require 'rubygems/ext/ext_conf_builder'
|
|
|
|
require 'rubygems/ext/rake_builder'
|
|
|
|
|