Revision: 75398
http://sourceforge.net/p/brlcad/code/75398
Author: starseeker
Date: 2020-04-14 16:13:01 +0000 (Tue, 14 Apr 2020)
Log Message:
-----------
Try adding exports to the plugins.
Modified Paths:
--------------
brlcad/trunk/src/libbu/tests/dylib/plugin_1.cpp
brlcad/trunk/src/libbu/tests/dylib/plugin_2.cpp
Modified: brlcad/trunk/src/libbu/tests/dylib/plugin_1.cpp
===================================================================
--- brlcad/trunk/src/libbu/tests/dylib/plugin_1.cpp 2020-04-14 16:04:22 UTC
(rev 75397)
+++ brlcad/trunk/src/libbu/tests/dylib/plugin_1.cpp 2020-04-14 16:13:01 UTC
(rev 75398)
@@ -34,7 +34,7 @@
const struct dylib_plugin pinfo = { &pcontents };
-extern "C" const struct dylib_plugin *
+BU_DYLIB_EXPORT extern "C" const struct dylib_plugin *
dylib_plugin_info()
{
return &pinfo;
Modified: brlcad/trunk/src/libbu/tests/dylib/plugin_2.cpp
===================================================================
--- brlcad/trunk/src/libbu/tests/dylib/plugin_2.cpp 2020-04-14 16:04:22 UTC
(rev 75397)
+++ brlcad/trunk/src/libbu/tests/dylib/plugin_2.cpp 2020-04-14 16:13:01 UTC
(rev 75398)
@@ -34,7 +34,7 @@
const struct dylib_plugin pinfo = { &pcontents };
-extern "C" const struct dylib_plugin *
+BU_DYLIB_EXPORT extern "C" const struct dylib_plugin *
dylib_plugin_info()
{
return &pinfo;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits