diff options
-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 8bbaaf4454c9..33ee146916e1 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) |