diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:34:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:34:42 +0000 |
commit | 776a4722448f0faed6e820158a06ad661127c8d8 (patch) | |
tree | 7b61563b02ec48074dea95c6084cb61c26cb5f8c /rsc/source | |
parent | a34742934aa1ccd1c5bd6f32cc238b254c2b74cc (diff) |
INTEGRATION: CWS os2port01 (1.6.44); FILE MERGED
2007/08/12 15:10:36 obr 1.6.44.2: RESYNC: (1.6-1.7); FILE MERGED
2006/12/28 15:03:42 ydario 1.6.44.1: OS/2 initial import.
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/rscpp/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rsc/source/rscpp/makefile.mk b/rsc/source/rscpp/makefile.mk index a61c16f5aed3..35c0a8939004 100644 --- a/rsc/source/rscpp/makefile.mk +++ b/rsc/source/rscpp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:32:53 $ +# last change: $Author: vg $ $Date: 2007-09-20 16:34:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -69,7 +69,9 @@ OBJFILES= \ LIBSALCPPRT=$(0) APP1TARGET= $(TARGET) APP1LIBS=$(LB)$/$(TARGET).lib -APP1STACK= 32768 +.IF "$(GUI)" != "OS2" +APP1STACK=32768 +.ENDIF .ENDIF .IF "$(GUI)"=="UNX" |