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 | ec0ee57607a1e8a800bb4809a0be6921df1f2e19 (patch) | |
tree | fb70533bb702938e058ed2a51e6ed386c8d9eb78 /configmgr | |
parent | e6823163e3aa6117f6ee87954b238be2b0e4fa22 (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 'configmgr')
-rw-r--r-- | configmgr/qa/unit/export.map | 2 | ||||
-rw-r--r-- | configmgr/util/configmgr.map | 8 | ||||
-rw-r--r-- | configmgr/util/configmgrl.map | 8 | ||||
-rw-r--r-- | configmgr/util/makefile.mk | 2 |
4 files changed, 2 insertions, 18 deletions
diff --git a/configmgr/qa/unit/export.map b/configmgr/qa/unit/export.map index 4ca70fa85463..879fa8953788 100644 --- a/configmgr/qa/unit/export.map +++ b/configmgr/qa/unit/export.map @@ -1,4 +1,4 @@ -UDK_3.0 { +UDK_3_0_0 { global: registerAllTestFunction; diff --git a/configmgr/util/configmgr.map b/configmgr/util/configmgr.map deleted file mode 100644 index ad92fbe03e9f..000000000000 --- a/configmgr/util/configmgr.map +++ /dev/null @@ -1,8 +0,0 @@ -CFGMGR_2_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/configmgr/util/configmgrl.map b/configmgr/util/configmgrl.map deleted file mode 100644 index ad92fbe03e9f..000000000000 --- a/configmgr/util/configmgrl.map +++ /dev/null @@ -1,8 +0,0 @@ -CFGMGR_2_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index eaea5d343503..1a1785d9ea21 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -44,7 +44,7 @@ DLLPRE = # --- Library ----------------------------------- SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR).uno -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ |