summaryrefslogtreecommitdiff
path: root/sal/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/util/makefile.mk')
-rw-r--r--sal/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index 8dd63b6fe..fdbdea316 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.47 $
+# $Revision: 1.48 $
#
-# last change: $Author: hr $ $Date: 2007-11-02 12:36:44 $
+# last change: $Author: obo $ $Date: 2008-01-04 16:21:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -179,8 +179,12 @@ SHL1OBJS= \
.ENDIF # lincinc
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"=="GCC"
+SHL1DEPN= $(UWINAPILIB)
+.ELSE
SHL1DEPN= $(UWINAPILIB) $(DELAYLOADOBJ)
SHL1OBJS += $(DELAYLOADOBJ)
+.ENDIF
.ELSE
SHL1DEPN=
.ENDIF