summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:36:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:36:37 +0000
commitd79ccef322951540bf438e645b24bc9302ea7a8c (patch)
tree8e3edaa077ebea7da48daa9193537cecff0681f3 /sfx2/source/appl/makefile.mk
parent0b626170b0934e97f20b6de54a3023a64f414bf7 (diff)
INTEGRATION: CWS os2port01 (1.43.2); FILE MERGED
2007/09/05 09:14:51 obr 1.43.2.3: RESYNC: (1.49-1.50); FILE MERGED 2007/09/03 09:36:35 obr 1.43.2.2: RESYNC: (1.43-1.49); FILE MERGED 2006/12/28 15:05:01 ydario 1.43.2.1: OS/2 initial import.
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r--sfx2/source/appl/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk
index 2ffe528dfd3b..ed00dacc2726 100644
--- a/sfx2/source/appl/makefile.mk
+++ b/sfx2/source/appl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.50 $
+# $Revision: 1.51 $
#
-# last change: $Author: ihi $ $Date: 2007-07-11 13:10:17 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:36:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -113,6 +113,10 @@ SFX_OBJECTS = \
$(SLO)$/fwkhelper.obj \
$(SLO)$/updatedlg.obj
+.IF "$(GUI)"=="OS2"
+SFX_OBJECTS += $(SLO)$/shutdowniconOs2.obj
+.ENDIF
+
SLOFILES = $(SFX_OBJECTS)
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1OBJFILES= $(SFX_OBJECTS)