From e884cc86ee4bf5172bd9d56e5559e490fed8d467 Mon Sep 17 00:00:00 2001 From: sb Date: Fri, 29 Jan 2010 17:01:54 +0100 Subject: 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 --- reportdesign/util/makefile.mk | 4 ++-- reportdesign/util/rpt.map | 9 --------- reportdesign/util/rptui.map | 8 -------- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 reportdesign/util/rpt.map delete mode 100644 reportdesign/util/rptui.map (limited to 'reportdesign/util') diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk index 82f22e30ede7..505f0940a816 100644 --- a/reportdesign/util/makefile.mk +++ b/reportdesign/util/makefile.mk @@ -166,7 +166,7 @@ SHL2DEPN=$(SHL1TARGETN) SHL2LIBS=$(LIB2TARGET) SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME=$(SHL2TARGET) -SHL2VERSIONMAP=$(TARGET2).map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map .ENDIF # --- .res file ---------------------------------------------------------- RES2FILELIST=\ @@ -220,7 +220,7 @@ SHL3STDLIBS+= \ SHL3DEPN=$(SHL1TARGETN) SHL3LIBS=$(LIB3TARGET) SHL3IMPLIB= i$(SHL3TARGET) -SHL3VERSIONMAP=rptui.map +SHL3VERSIONMAP=$(SOLARENV)/src/component.map SHL3DEF= $(MISC)$/$(SHL3TARGET).def DEF3NAME=$(SHL3TARGET) diff --git a/reportdesign/util/rpt.map b/reportdesign/util/rpt.map deleted file mode 100644 index 82864090dff7..000000000000 --- a/reportdesign/util/rpt.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - component_getFactory; - component_getImplementationEnvironment; - component_writeInfo; - - local: - *; -}; diff --git a/reportdesign/util/rptui.map b/reportdesign/util/rptui.map deleted file mode 100644 index b34eff63c44f..000000000000 --- a/reportdesign/util/rptui.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - component_getFactory; - component_getImplementationEnvironment; - component_writeInfo; - local: - *; -}; -- cgit