|
From: <br...@us...> - 2010-02-13 22:03:22
|
Revision: 4097
http://openvrml.svn.sourceforge.net/openvrml/?rev=4097&view=rev
Author: braden
Date: 2010-02-13 22:03:15 +0000 (Sat, 13 Feb 2010)
Log Message:
-----------
Link with libboost_system.
Modified Paths:
--------------
trunk/ChangeLog
trunk/tests/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-02-13 20:16:59 UTC (rev 4096)
+++ trunk/ChangeLog 2010-02-13 22:03:15 UTC (rev 4097)
@@ -1,5 +1,9 @@
2010-02-13 Braden McDaniel <br...@en...>
+ * tests/Makefile.am (browser_LDADD): Link with libboost_system.
+
+2010-02-13 Braden McDaniel <br...@en...>
+
Fixes for Windows.
* src/libopenvrml/openvrml/local/conf.cpp
Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am 2010-02-13 20:16:59 UTC (rev 4096)
+++ trunk/tests/Makefile.am 2010-02-13 22:03:15 UTC (rev 4097)
@@ -50,7 +50,8 @@
browser_LDADD = \
libtest-openvrml.la \
-lboost_unit_test_framework$(BOOST_LIB_SUFFIX) \
- -lboost_filesystem$(BOOST_LIB_SUFFIX)
+ -lboost_filesystem$(BOOST_LIB_SUFFIX) \
+ -lboost_system$(BOOST_LIB_SUFFIX)
parse_anchor_SOURCES = parse_anchor.cpp
parse_anchor_LDADD = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|