summaryrefslogtreecommitdiff
path: root/desktop/util/makefile.mk
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-06-19 12:09:05 +0000
committerHennes Rohling <hro@openoffice.org>2001-06-19 12:09:05 +0000
commit9371192818cc6e4371686706662c770a6cbdf2a6 (patch)
tree0021a042cac8fc52e985561d569e95b8067ed71e /desktop/util/makefile.mk
parent26c3cb9ca2d9a72b0783a4a0df6db3b2b79bf834 (diff)
#86168# APPICON directive is ingnored on UNIX but dependencies are checked
Diffstat (limited to 'desktop/util/makefile.mk')
-rw-r--r--desktop/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index bf01351186c2..025b6b718d27 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hro $ $Date: 2001-06-18 14:22:59 $
+# last change: $Author: hro $ $Date: 2001-06-19 13:09:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -157,11 +157,13 @@ APP1OBJS= \
APP1DEF= $(MISCX)$/$(TARGET).def
+.IF "$(GUI)" == "WNT"
APP1RES= $(RES)$/desktop.res
APP1ICON=$(SOLARRESDIR)$/icons/001_star_butterfly.ico
APP1VERINFO=verinfo.rc
APP1LINKRES=$(MISC)$/$(TARGET).res
+.ENDIF