diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 20:35:37 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 20:35:37 +0200 |
commit | 4cae99bd81d4c64a292b5e59753916b67c9dc24c (patch) | |
tree | 7f395466e78847be1117d0311d8ed962e1cb6ba2 /animations/source | |
parent | 3e8a6a3a391ae656bd5ab6dcb182a4944c91fda0 (diff) |
We can again use unloadablecomponent.map
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk index be069cfe6107..fac27baa18e3 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -45,7 +45,7 @@ SLOFILES = $(SLO)$/animcore.obj\ $(SLO)$/targetpropertiescreator.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponentnogetimpl.map +SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map SHL1STDLIBS= \ $(SALLIB) \ |