diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-07-12 09:49:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-07-12 09:49:16 +0100 |
commit | 56a0e8ae7d5ad8b7bc22739264500f71efd34b21 (patch) | |
tree | 462e5fa865e95eaa5dfe8790a2b2533a74465a9c /animations/source | |
parent | 8738273c24ce7d00974362df05da05a0b3a12c49 (diff) |
fix OSX linking problem with inaccurate component map
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk index 9c6b4a2cdead..be069cfe6107 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -45,12 +45,12 @@ SLOFILES = $(SLO)$/animcore.obj\ $(SLO)$/targetpropertiescreator.obj SHL1TARGET= $(TARGET) -SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map +SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponentnogetimpl.map SHL1STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ - $(CPPUHELPERLIB) + $(CPPUHELPERLIB) SHL1DEPN= |