summaryrefslogtreecommitdiffstats
path: root/rsc/source/prj/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:34:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:34:08 +0000
commit93cfdc0c86a41b7c0d923315a0f0272f0c5d0186 (patch)
tree16dc56ae44a937696285f6228d1a2f924fbe9781 /rsc/source/prj/makefile.mk
parentINTEGRATION: CWS os2port01 (1.7.6); FILE MERGED (diff)
downloadcore-93cfdc0c86a41b7c0d923315a0f0272f0c5d0186.tar.gz
core-93cfdc0c86a41b7c0d923315a0f0272f0c5d0186.zip
INTEGRATION: CWS os2port01 (1.3.42); FILE MERGED
2007/08/12 15:07:26 obr 1.3.42.2: RESYNC: (1.3-1.6); FILE MERGED 2006/12/28 15:03:41 ydario 1.3.42.1: OS/2 initial import.
Diffstat (limited to 'rsc/source/prj/makefile.mk')
-rw-r--r--rsc/source/prj/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/rsc/source/prj/makefile.mk b/rsc/source/prj/makefile.mk
index 29d4322d9fe8..384210dcad16 100644
--- a/rsc/source/prj/makefile.mk
+++ b/rsc/source/prj/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 09:32:40 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:34:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,10 +53,11 @@ APP1TARGET= rsc
APP1STDLIBS=$(TOOLSLIB) $(I18NISOLANGLIB) $(VOSLIB) $(SALLIB) # $(RTLLIB)
APP1LIBS= $(LB)$/rsctoo.lib
APP1OBJS= $(OBJ)$/start.obj
-
+.IF "$(GUI)" != "OS2"
# why not this way?
APP1STACK=64000
#APP1STACK=32768
+.ENDIF
APP2TARGET= rsc2
.IF "$(OS)"=="SCO"
@@ -72,10 +73,11 @@ APP2LIBS= $(LB)$/rsctoo.lib \
$(LB)$/rscrsc.lib \
$(LB)$/rscmis.lib
APP2OBJS= $(OBJ)$/gui.obj
-
+.IF "$(GUI)" != "OS2"
# why not this way?
APP2STACK=64000
#APP2STACK=32768
+.ENDIF
# --- Targets ------------------------------------------------------------