[Hdrflow-svn] SF.net SVN: hdrflow: [276] trunk/lib/openlibraries/src/openobjectlib/ plugins
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2007-08-26 12:21:47
|
Revision: 276
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=276&view=rev
Author: glslang
Date: 2007-08-26 05:21:42 -0700 (Sun, 26 Aug 2007)
Log Message:
-----------
+ visibility symbols
Modified Paths:
--------------
trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/Makefile.am
trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/Makefile.am
trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/Makefile.am 2007-08-26 11:41:33 UTC (rev 275)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/Makefile.am 2007-08-26 12:21:42 UTC (rev 276)
@@ -15,7 +15,8 @@
libopenobjectlib_3ds_la_CXXFLAGS = \
$(OLIB_CXXFLAGS) \
- $(BOOST_INCLUDE_PATH)
+ $(BOOST_INCLUDE_PATH) \
+ -DSG_EXPORTS
libopenobjectlib_3ds_la_LIBADD = \
$(BOOST_FILESYSTEM_LIBS)
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/Makefile.am 2007-08-26 11:41:33 UTC (rev 275)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/Makefile.am 2007-08-26 12:21:42 UTC (rev 276)
@@ -22,7 +22,7 @@
$(OLIB_CXXFLAGS) \
$(BOOST_INCLUDE_PATH) \
$(XML2_CXXFLAGS) \
- # end
+ -DSG_EXPORTS
libopenobjectlib_x3d_la_LIBADD = \
$(BOOST_FILESYSTEM_LIBS) \
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am 2007-08-26 11:41:33 UTC (rev 275)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/obj/Makefile.am 2007-08-26 12:21:42 UTC (rev 276)
@@ -16,7 +16,8 @@
libopenobjectlib_obj_la_CXXFLAGS = \
$(OLIB_CXXFLAGS) \
- $(BOOST_INCLUDE_PATH)
+ $(BOOST_INCLUDE_PATH) \
+ -DSG_EXPORTS
libopenobjectlib_obj_la_LIBADD = \
$(BOOST_FILESYSTEM_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|