summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"