summaryrefslogtreecommitdiff
path: root/salhelper
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
commit96c2f58263da5cac37978eb9ef572e35e370a13d (patch)
treeedb344665509b8151ce96afd36e182883d7aa1bf /salhelper
parent7d8434412d3ebf1c57305ed1bd7fb596c27a2694 (diff)
#i20747# Corrupted library name on WNT.
Diffstat (limited to 'salhelper')
-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 e8044876676c..f8c3b832168a 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