From: <pat...@us...> - 2010-03-06 16:00:51
|
Revision: 637 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=637&view=rev Author: patrickh Date: 2010-03-06 16:00:44 +0000 (Sat, 06 Mar 2010) Log Message: ----------- Reorder things a bit to get better behavior. This change is nearly two years old. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2009-11-21 15:58:55 UTC (rev 636) +++ trunk/SConstruct 2010-03-06 16:00:44 UTC (rev 637) @@ -94,9 +94,7 @@ """%(opts.GenerateHelpText(common_env),) #help_text = opts.GenerateHelpText(common_env) + help_text -Help(help_text) - # --- MAIN BUILD STEPS ---- # # If we are running the build if not SConsAddons.Util.hasHelpFlag(): @@ -271,3 +269,5 @@ # Close up with aliases and defaults Default('.') + +Help(help_text) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |