r4081 - trunk/bse



Author: timj
Date: 2006-11-14 19:00:46 -0500 (Tue, 14 Nov 2006)
New Revision: 4081

Modified:
   trunk/bse/ChangeLog
   trunk/bse/ldscript.map
Log:
Wed Nov 15 00:59:15 2006  Tim Janik  <timj gtk org>                                                                                                           
                                                                                                                                                              
        * ldscript.map: restrict typeinfo symbol exports to Sfi/Bse/Birnet                                                                                    
        symbols. export vtable symbols to allow plugin building withou tlibtool.                                                                              
                                                                                                                                                              


Modified: trunk/bse/ChangeLog
===================================================================
--- trunk/bse/ChangeLog	2006-11-14 23:29:06 UTC (rev 4080)
+++ trunk/bse/ChangeLog	2006-11-15 00:00:46 UTC (rev 4081)
@@ -1,3 +1,8 @@
+Wed Nov 15 00:59:15 2006  Tim Janik  <timj gtk org>
+
+	* ldscript.map: restrict typeinfo symbol exports to Sfi/Bse/Birnet
+	symbols. export vtable symbols to allow plugin building withou tlibtool.
+
 Tue Nov 14 01:02:45 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* bseresampler.[hc]*: Added Resampler2::find_precision_for_bits to the

Modified: trunk/bse/ldscript.map
===================================================================
--- trunk/bse/ldscript.map	2006-11-14 23:29:06 UTC (rev 4080)
+++ trunk/bse/ldscript.map	2006-11-15 00:00:46 UTC (rev 4081)
@@ -1,10 +1,9 @@
 {
   global:
     extern "C++" {
-      Birnet::*;
-      Bse::*;
-      Sfi::*;
-      typeinfo*
+      Birnet::*; vtable*Birnet::*; typeinfo*Birnet::*;
+      Bse::*;    vtable*Bse::*;    typeinfo*Bse::*;
+      Sfi::*;    vtable*Sfi::*;    typeinfo*Sfi::*;
     };
     birnet_*;
     bse_*;




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]