|
From: <ar...@us...> - 2007-07-16 13:09:24
|
Revision: 618
http://svn.sourceforge.net/xml-cppdom/?rev=618&view=rev
Author: aronb
Date: 2007-07-16 06:09:26 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Quote paths for use on windows.
Modified Paths:
--------------
trunk/cppdom.fpc.in
Modified: trunk/cppdom.fpc.in
===================================================================
--- trunk/cppdom.fpc.in 2007-07-07 01:25:46 UTC (rev 617)
+++ trunk/cppdom.fpc.in 2007-07-16 13:09:26 UTC (rev 618)
@@ -10,7 +10,7 @@
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}
+Libs: -L"${libdir}" ${libs}
+Cflags: -I"${includedir}"
Arch: @arch@
prefix: @prefix@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|