summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:47:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:47:22 +0000
commitae7123689af75092a8575744fe5f230e11d26bb6 (patch)
tree3801b5bcac8b34998e337f9737f96bf59354dd52 /shell
parent3f868f4b47093b74d271294d7da12a2cfd772579 (diff)
INTEGRATION: CWS os2port01 (1.7.124); FILE MERGED
2007/08/06 09:47:29 obr 1.7.124.3: RESYNC: (1.7-1.8); FILE MERGED 2007/02/16 14:26:57 ydario 1.7.124.2: Forgot to remove .IF condition. 2006/12/28 15:05:13 ydario 1.7.124.1: OS/2 initial import.
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/sysshell/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index da76fe7da398..af26cdd6a519 100644
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2007-01-23 12:29:29 $
+# last change: $Author: vg $ $Date: 2007-09-20 14:47:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,6 +58,14 @@ SLOFILES=$(SLO)$/recently_used_file.obj \
$(SLO)$/recently_used_file_handler.obj
SHL1TARGET=recentfile
+.IF "$(GUI)" == "OS2"
+SHL1IMPLIB=i$(TARGET)
+SHL1DEF= $(MISC)$/$(SHL1TARGET).def
+DEF1NAME= $(SHL1TARGET)
+
+.ELSE
+#SHL1IMPLIB=
+.ENDIF
# static libs must come at end of linker list on MacOSX
.IF "$(OS)" == "MACOSX"