carnold 2005/01/06 23:03:10
Modified: . build.xml
Log:
Needed boost-lib.prefix in unix-init
Revision Changes Path
1.17 +1 -0 logging-log4cxx/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 7 Jan 2005 05:42:03 -0000 1.16
+++ build.xml 7 Jan 2005 07:03:10 -0000 1.17
@@ -135,6 +135,7 @@
<property name="cppunit.lib.dir" location="/usr/local/lib"/>
<property name="cppunit.bin.dir" location="/usr/local/lib"/>
<property name="cppunit.lib.name" value="cppunit"/>
+ <property name="boost-lib.prefix" value=""/>
<property name="boost-lib.suffix" value="-gcc"/>
</target>