diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-04-28 19:02:34 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-04-28 19:02:34 +0200 |
commit | 120dd2d1d4cafadf8fbbf71f5213e30a03850b17 (patch) | |
tree | ee68d3ab8cc47e80ab01e1c7beb0e3d3e6809a54 /sd/util | |
parent | ace424d63082a3daf5321f4f9a65638bc6df881f (diff) | |
parent | b316ddbb7c819779c7fca6ef7a86dfe4fd66324a (diff) |
renaissance2: rebase m77
Diffstat (limited to 'sd/util')
-rwxr-xr-x | sd/util/makefile.mk | 2 | ||||
-rwxr-xr-x | sd/util/sd.map | 8 | ||||
-rwxr-xr-x | sd/util/sdd.map | 8 | ||||
-rwxr-xr-x | sd/util/sdfilt.map | 2 | ||||
-rwxr-xr-x | sd/util/sdui.map | 2 |
5 files changed, 3 insertions, 19 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index b0d0b133ab4c..8f56a0d47f7f 100755 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -157,7 +157,7 @@ LIB6FILES= \ # sdd SHL2TARGET= sdd$(DLLPOSTFIX) SHL2IMPLIB= sddimp -SHL2VERSIONMAP= sdd.map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) diff --git a/sd/util/sd.map b/sd/util/sd.map deleted file mode 100755 index 59e1057c6daa..000000000000 --- a/sd/util/sd.map +++ /dev/null @@ -1,8 +0,0 @@ -SD_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sd/util/sdd.map b/sd/util/sdd.map deleted file mode 100755 index c7439a13948e..000000000000 --- a/sd/util/sdd.map +++ /dev/null @@ -1,8 +0,0 @@ -SCH_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sd/util/sdfilt.map b/sd/util/sdfilt.map index 62213393408d..e38cc1e8c597 100755 --- a/sd/util/sdfilt.map +++ b/sd/util/sdfilt.map @@ -1,4 +1,4 @@ -PPTEXPORTER_1_0 { +UDK_3_0_0 { global: ExportPPT; ImportPPT; diff --git a/sd/util/sdui.map b/sd/util/sdui.map index 51f26bb81cfb..ad5e33836c7c 100755 --- a/sd/util/sdui.map +++ b/sd/util/sdui.map @@ -1,4 +1,4 @@ -CUI_1_0 { +UDK_3_0_0 { global: CreateDialogFactory; local: |