diff options
author | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
commit | 20001a2598d53b38ddb551851d31f1d536e6c3d0 (patch) | |
tree | 8a72d0e9c372e006310f80d5d9aefa5c088cc8f3 /slideshow/util | |
parent | 6fc142c2e5993e1763a897186eef76a984105f5c (diff) |
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/exports.map | 8 | ||||
-rw-r--r-- | slideshow/util/makefile.mk | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/slideshow/util/exports.map b/slideshow/util/exports.map deleted file mode 100644 index 1c294f38c851..000000000000 --- a/slideshow/util/exports.map +++ /dev/null @@ -1,8 +0,0 @@ -SHW_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index aba4094b242f..adde1895f52a 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -74,7 +74,7 @@ SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1DEF=$(MISC)$/$(SHL1TARGET).def -SHL1VERSIONMAP=exports.map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp |