summaryrefslogtreecommitdiff
path: root/soltools/ldump
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:59:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:59:57 +0000
commitd7a18a04224966c32913e069345c14c989a211c1 (patch)
tree79836ff8c8092992026c191489f5232a0b93cb7b /soltools/ldump
parent210ef0bacf1336b7e1d79691372f3474615e8e4f (diff)
INTEGRATION: CWS os2port01 (1.5.48); FILE MERGED
2006/12/28 15:05:49 ydario 1.5.48.1: OS/2 initial import.
Diffstat (limited to 'soltools/ldump')
-rw-r--r--soltools/ldump/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/soltools/ldump/makefile.mk b/soltools/ldump/makefile.mk
index 7cee19a8c767..420470b52cc6 100644
--- a/soltools/ldump/makefile.mk
+++ b/soltools/ldump/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 07:29:03 $
+# last change: $Author: vg $ $Date: 2007-09-20 15:59:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,11 +50,13 @@ LIBSALCPPRT=$(0)
# --- Files --------------------------------------------------------
# ldump only supports windows environment
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
#ldump4 reimplements feature set of ldump2 and ldump3
APP1TARGET= ldump4
+.IF "$(GUI)"=="WNT"
APP1STACK= 16000
+.ENDIF
APP1OBJS= $(OBJ)$/ldump.obj $(OBJ)$/hashtbl.obj
.ENDIF #"$(GUI)"=="WNT"