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 | e884cc86ee4bf5172bd9d56e5559e490fed8d467 (patch) | |
tree | 9f5f61f0e34eeab38d7f578c2dafa20b0c09227a /dbaccess/source/ext | |
parent | fda00bbc2c5ab2e83b3911c8ccd948a636ef7842 (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 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/adabas/adabasui.map | 8 | ||||
-rw-r--r-- | dbaccess/source/ext/adabas/makefile.mk | 2 | ||||
-rw-r--r-- | dbaccess/source/ext/macromigration/dbmm.map | 8 | ||||
-rw-r--r-- | dbaccess/source/ext/macromigration/makefile.mk | 2 |
4 files changed, 2 insertions, 18 deletions
diff --git a/dbaccess/source/ext/adabas/adabasui.map b/dbaccess/source/ext/adabas/adabasui.map deleted file mode 100644 index 26ba4ca31813..000000000000 --- a/dbaccess/source/ext/adabas/adabasui.map +++ /dev/null @@ -1,8 +0,0 @@ -ADABASUI_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/dbaccess/source/ext/adabas/makefile.mk b/dbaccess/source/ext/adabas/makefile.mk index 973c11a89655..7fe44f8ee119 100644 --- a/dbaccess/source/ext/adabas/makefile.mk +++ b/dbaccess/source/ext/adabas/makefile.mk @@ -80,7 +80,7 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS=$(SLB)$/$(TARGET).lib DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=$(TARGET).dxp -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map # --- .res file ---------------------------------------------------------- RES1FILELIST=\ diff --git a/dbaccess/source/ext/macromigration/dbmm.map b/dbaccess/source/ext/macromigration/dbmm.map deleted file mode 100644 index 397b86886982..000000000000 --- a/dbaccess/source/ext/macromigration/dbmm.map +++ /dev/null @@ -1,8 +0,0 @@ -DBMM_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/dbaccess/source/ext/macromigration/makefile.mk b/dbaccess/source/ext/macromigration/makefile.mk index b108cac667e4..b9f3345a3e65 100644 --- a/dbaccess/source/ext/macromigration/makefile.mk +++ b/dbaccess/source/ext/macromigration/makefile.mk @@ -66,7 +66,7 @@ SLOFILES= $(SLO)$/macromigrationwizard.obj \ # --- library ----------------------------------- SHL1TARGET=$(TARGET)$(DLLPOSTFIX) -SHL1VERSIONMAP=$(TARGET).map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1STDLIBS= \ $(CPPULIB) \ |