summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/util/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 6be78f11862a..8896768af016 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.34 $
+# $Revision: 1.35 $
#
-# last change: $Author: rt $ $Date: 2004-09-08 16:45:18 $
+# last change: $Author: pjunck $ $Date: 2004-11-03 09:16:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -117,8 +117,11 @@ LIB3FILES= \
#LIB3FILES+=$(LB)$/systoolsunx.lib
#.ENDIF # UNX
-
+.IF "$(GUI)" == "WNT"
SHL1TARGET= $(TARGET)
+.ELSE
+SHL1TARGET= uno_$(TARGET)
+.ENDIF
SHL1IMPLIB= i$(TARGET)
SHL1VERSIONMAP= $(TARGET).map