diff options
Diffstat (limited to 'desktop/source/splash/makefile.mk')
-rw-r--r-- | desktop/source/splash/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/makefile.mk b/desktop/source/splash/makefile.mk index d91c9f3d83ba..2f163fe7b9d6 100644 --- a/desktop/source/splash/makefile.mk +++ b/desktop/source/splash/makefile.mk @@ -54,7 +54,7 @@ SHL1OBJS= $(SLOFILES) \ SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1IMPLIB=i$(TARGET) -SHL1VERSIONMAP=exports.map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) |