From 20001a2598d53b38ddb551851d31f1d536e6c3d0 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 --- animations/source/animcore/animcore.map | 9 --------- animations/source/animcore/makefile.mk | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 animations/source/animcore/animcore.map (limited to 'animations') diff --git a/animations/source/animcore/animcore.map b/animations/source/animcore/animcore.map deleted file mode 100644 index 30c5bb729ac7..000000000000 --- a/animations/source/animcore/animcore.map +++ /dev/null @@ -1,9 +0,0 @@ -UDK_3_0_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - component_canUnload; - local: - *; -}; diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk index b68f0299a53c..2fe38c02b166 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -52,7 +52,7 @@ SLOFILES = $(SLO)$/animcore.obj\ $(SLO)$/targetpropertiescreator.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map SHL1STDLIBS= \ $(SALLIB) \ -- cgit