From: <al...@us...> - 2006-08-08 01:50:54
|
Revision: 553 Author: allenb Date: 2006-08-07 18:50:52 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=553&view=rev Log Message: ----------- Remove the provides type for now from fpc file. This still needs to be fixed up but I don't know how to do it well when only debug or optimized is in path. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2006-08-08 01:50:13 UTC (rev 552) +++ trunk/SConstruct 2006-08-08 01:50:52 UTC (rev 553) @@ -187,8 +187,9 @@ # Build up the provides vars for the .fpc files inst_paths['pkgconfig'] = pj(inst_paths['lib'],'pkgconfig') provides = "cppdom" - if combo["type"] != "optimized": - provides += "_%s"%combo["type"] + # XXX: provides data + #if combo["type"] != "optimized": + # provides += "_%s"%combo["type"] arch = "noarch" if "ia32" == combo["arch"]: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |