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 | 0acec7aff4f5ee1e181439b4936d7e0e34bbc0e1 (patch) | |
tree | c1b7287ad0c5a44a17399d45ce37a6611c806fc6 /sw/util | |
parent | 298485cf835d6bfc17b548ecab7245d26ebaa69d (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 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | sw/util/msword.map | 2 | ||||
-rw-r--r-- | sw/util/sw.map | 8 | ||||
-rw-r--r-- | sw/util/swd.map | 8 | ||||
-rw-r--r-- | sw/util/swui.map | 2 | ||||
-rw-r--r-- | sw/util/vbaswobj.map | 9 |
6 files changed, 4 insertions, 29 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 08afadc106..c2ab9f8701 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -138,7 +138,7 @@ DEFLIB1NAME=swall $(SWLIBFILES:b) SHL2TARGET= swd$(DLLPOSTFIX) SHL2IMPLIB= swdimp -SHL2VERSIONMAP= swd.map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) @@ -345,7 +345,7 @@ TARGET_VBA=vbaswobj SHL5TARGET=$(TARGET_VBA)$(DLLPOSTFIX).uno SHL5IMPLIB= i$(TARGET_VBA) -SHL5VERSIONMAP=$(TARGET_VBA).map +SHL5VERSIONMAP=$(SOLARENV)/src/component.map SHL5DEF=$(MISC)$/$(SHL5TARGET).def DEF5NAME=$(SHL5TARGET) SHL5STDLIBS= \ diff --git a/sw/util/msword.map b/sw/util/msword.map index db60fc5ce8..16b9d25b0b 100755..100644 --- a/sw/util/msword.map +++ b/sw/util/msword.map @@ -1,4 +1,4 @@ -MSWORD_1_0 { +UDK_3_0_0 { global: ImportRTF; ExportRTF; diff --git a/sw/util/sw.map b/sw/util/sw.map deleted file mode 100644 index 272fab31a0..0000000000 --- a/sw/util/sw.map +++ /dev/null @@ -1,8 +0,0 @@ -SW_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sw/util/swd.map b/sw/util/swd.map deleted file mode 100644 index 272fab31a0..0000000000 --- a/sw/util/swd.map +++ /dev/null @@ -1,8 +0,0 @@ -SW_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sw/util/swui.map b/sw/util/swui.map index f40bd255fe..ad5e33836c 100644 --- a/sw/util/swui.map +++ b/sw/util/swui.map @@ -1,4 +1,4 @@ -SWUI_1_0 { +UDK_3_0_0 { global: CreateDialogFactory; local: diff --git a/sw/util/vbaswobj.map b/sw/util/vbaswobj.map deleted file mode 100644 index 737cddbfe3..0000000000 --- a/sw/util/vbaswobj.map +++ /dev/null @@ -1,9 +0,0 @@ -OOO_1.1 { - global: - component_getImplementationEnvironment; - component_getFactory; - component_writeInfo; - - local: - *; -}; |