From 96c2f58263da5cac37978eb9ef572e35e370a13d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 4 Nov 2004 07:42:31 +0000 Subject: [PATCH] #i20747# Corrupted library name on WNT. --- salhelper/source/makefile.mk | 6 +++--- 1 file 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