diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:33:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 16:33:34 +0000 |
commit | 7ee8239e4db5c3622aa74deb37215ec1b81e1c2a (patch) | |
tree | 32ec02ee9443435f5b25adde3b3536484d4a256b /xml2cmp | |
parent | a6fe12cfa1f5a64868e9c735890607d3506e4778 (diff) |
INTEGRATION: CWS os2port03 (1.10.8); FILE MERGED
2008/07/16 13:41:54 obr 1.10.8.2: RESYNC: (1.10-1.12); FILE MERGED
2008/04/15 14:43:12 ydario 1.10.8.1: Issue number: i85203
Submitted by: ydario
Reviewed by: ydario
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/finder/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk index 8bbaaf445..33ee14691 100644 --- a/xml2cmp/source/finder/makefile.mk +++ b/xml2cmp/source/finder/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # # This file is part of OpenOffice.org. # @@ -53,7 +53,9 @@ OBJFILES= \ # --- Targets ------------------------------------------------------ APP1TARGET= $(TARGET) +.IF "$(GUI)"!="OS2" APP1STACK= 1000000 +.ENDIF LIBSALCPPRT=$(0) |