summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/itga/exports.map
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/itga/exports.map')
-rw-r--r--filter/source/graphicfilter/itga/exports.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/source/graphicfilter/itga/exports.map b/filter/source/graphicfilter/itga/exports.map
new file mode 100644
index 000000000000..941e4ab9bde8
--- /dev/null
+++ b/filter/source/graphicfilter/itga/exports.map
@@ -0,0 +1,7 @@
+UDK_3_0_0 {
+ global:
+ GraphicImport;
+
+ local:
+ *;
+};
's do the same everywhereJulien Nabet 2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist 2012-09-12Deliver libexslt.a (for iOS)Tor Lillqvist 2012-09-10MSVC: missing libexslt.libStephan Bergmann 2012-09-10build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch 2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim 2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann 2012-02-22support using for libxml2 internal on MacOSXNorbert Thiebaud 2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich 2011-11-12Fix iOS fallout from libxml2+libxslt marriageTor Lillqvist 2011-11-10Make also the libxslt library file names end in .so for AndroidTor Lillqvist 2011-11-03Use the xml2-config from our own libxml2 copy if not using a system libxml2Tor Lillqvist 2011-10-27Don't build libxslt.dll against debugging runtime for --enable-debugTor Lillqvist