From: <al...@us...> - 2006-08-12 22:04:35
|
Revision: 556 Author: allenb Date: 2006-08-12 15:04:30 -0700 (Sat, 12 Aug 2006) ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=556&view=rev Log Message: ----------- Add --basedir param. Modified Paths: -------------- trunk/cppdom-config Modified: trunk/cppdom-config =================================================================== --- trunk/cppdom-config 2006-08-08 12:42:11 UTC (rev 555) +++ trunk/cppdom-config 2006-08-12 22:04:30 UTC (rev 556) @@ -10,6 +10,7 @@ parser.add_option("--cxxflags",action="store_true",help="Pring the CppDom-specific flags for the C++ compiler.") parser.add_option("--libs",action="store_true",help="Pring the CppDom specific libraries.") parser.add_option("--all",action="store_true",help="Print all the flags used for compiling or linking.") +parser.add_option("--basedir",action="store_true",help="For compatibility. (disabled in this wrapper)") (options, pos_args) = parser.parse_args() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |