Revision fd5bab1c
Added by Marc Dequènes over 14 years ago
- ID fd5bab1cab88caa9f47697c941f8e2fe28573a01
post-config.rb | ||
---|---|---|
|
||
# Generate config_setup.rb containing general compile/setup time configuration
|
||
# information (in the CoinDiff::Config module).
|
||
File.open('lib/cyborghood/config_setup.rb', 'w') do |file|
|
||
File.open('lib/cyborghood/base/config_setup.rb', 'w') do |file|
|
||
|
||
file.print header
|
||
file.print <<-CONFIG
|
Also available in: Unified diff
[cleanup] moved base require files in 'lib/cyborghood/base'