diff options
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/animcore.map | 9 | ||||
-rw-r--r-- | animations/source/animcore/makefile.mk | 2 |
2 files changed, 1 insertions, 10 deletions
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 645ea8233d64..b78460ada157 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -48,7 +48,7 @@ SLOFILES = $(SLO)$/animcore.obj\ $(SLO)$/targetpropertiescreator.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map SHL1STDLIBS= \ $(SALLIB) \ |