From: <pat...@us...> - 2007-06-25 22:37:32
|
Revision: 595 http://svn.sourceforge.net/xml-cppdom/?rev=595&view=rev Author: patrickh Date: 2007-06-25 15:37:34 -0700 (Mon, 25 Jun 2007) Log Message: ----------- Removed unneeded code that has been commented out for a while now. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2007-06-25 22:34:48 UTC (rev 594) +++ trunk/SConstruct 2007-06-25 22:37:34 UTC (rev 595) @@ -250,19 +250,9 @@ 'cppdom.fpc.in', submap = submap) build_env.AddPostAction(cppdom_pc, Chmod('$TARGET', 0644)) build_env.Depends(cppdom_pc, 'cppdom/version.h') - - ## Setup the builder for cppdom-config - #if GetPlatform() != 'win32': - # env = common_env.Copy(BUILDERS = builders) - # cppdom_config = env.ConfigBuilder(pj(inst_paths['bin'],'cppdom-config'), - # 'cppdom-config.in', submap=submap ) - # env.AddPostAction (cppdom_config, Chmod('$TARGET', 0755)) - # env.Depends(cppdom_config, 'cppdom/version.h') - common_env.Install(inst_paths['bin'],'cppdom-config') common_env.Alias('install', inst_paths['base']) # Close up with aliases and defaults Default('.') - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |