From: <pat...@us...> - 2006-11-09 14:43:18
|
Revision: 565 http://svn.sourceforge.net/xml-cppdom/?rev=565&view=rev Author: patrickh Date: 2006-11-09 06:43:04 -0800 (Thu, 09 Nov 2006) Log Message: ----------- It appears to me that cppdom.pc is not being generated, so we ought not to have any use for cppdom.pc.in. Modified Paths: -------------- trunk/SConstruct Removed Paths: ------------- trunk/cppdom.pc.in Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2006-11-08 17:45:49 UTC (rev 564) +++ trunk/SConstruct 2006-11-09 14:43:04 UTC (rev 565) @@ -206,7 +206,7 @@ elif "x64" == combo["arch"]: arch = "x86_64" - # - Define a builder for the cppdom.pc file + # - Define a builder for the cppdom.fpc file # ------------------ Build -config and .pc files ----------------- # # Build up substitution map submap = { @@ -223,7 +223,7 @@ '@version@' : cppdom_version_str } - # Setup the builder for cppdom.pc + # Setup the builder for cppdom.fpc if GetPlatform() != 'win32': name_parts = ['cppdom',cppdom_version_str,arch] if combo["type"] != "optimized": Deleted: trunk/cppdom.pc.in =================================================================== --- trunk/cppdom.pc.in 2006-11-08 17:45:49 UTC (rev 564) +++ trunk/cppdom.pc.in 2006-11-09 14:43:04 UTC (rev 565) @@ -1,17 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -cxxflags=@cppdom_cxxflags@ -includedir=@includedir@ -libs=@cppdom_libs@ -libdir=@libdir@ -version_major=@VERSION_MAJOR@ -version_minor=@VERSION_MINOR@ -version_patch=@VERSION_PATCH@ - -Name: XML CppDom -Version: ${version_major}.${version_minor}.${version_patch} -Description: A C++ based XML loader and writer with an internal DOM representation. -URL: http://xml-cppdom.sf.net -Requires: -Libs: -L${libdir} ${libs} -Cflags: -I${includedir} -I${cxxflags} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |