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 | aae0070453fa8428c8a8bc3a05ec4d6abe3a3b7d (patch) | |
tree | 0c962a78af1c8162f39269b9dae5ea148ad1aa0d /xml2cmp | |
parent | 20d732d54bb1b51349bd634bac30907c3d279704 (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 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) |