summaryrefslogtreecommitdiff
path: root/salhelper/source
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2004-11-04 07:42:31 +0000
committerStephan Bergmann <sb@openoffice.org>2004-11-04 07:42:31 +0000
commitca3550b608506b1f81455fe0a2621f79a94f787b (patch)
treefd6b3658b03823cc5ed33370843183f61375edff /salhelper/source
parent94ed1f5ace34e25da37b7fb2b0d98b99e5077e8c (diff)
#i20747# Corrupted library name on WNT.
Diffstat (limited to 'salhelper/source')
-rw-r--r--salhelper/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index e80448766..f8c3b8321 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: pjunck $ $Date: 2004-11-03 09:10:56 $
+# last change: $Author: sb $ $Date: 2004-11-04 08:42:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -93,7 +93,7 @@ SLOFILES+=$(SLO)$/staticmb.obj
.ENDIF
.IF "$(GUI)" == "WNT"
-SHL1TARGET= $(TARGET)$(COMID)
+SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID)
.ELSE
SHL1TARGET= uno_$(TARGET)$(COMID)
.ENDIF