summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:51:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 12:16:37 +0100
commit931d9ef98d5bc94d975094bbe9bb4c4c923b4c64 (patch)
treea76321f63d824615f805a312c59a587f1b07fe2b /rsc/source
parente043b2117458380e7d680db739cfb3fee7f6f5c1 (diff)
Clean up makefiles
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/prj/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/prj/makefile.mk b/rsc/source/prj/makefile.mk
index ac5b25902191..128d23160cc8 100644
--- a/rsc/source/prj/makefile.mk
+++ b/rsc/source/prj/makefile.mk
@@ -46,9 +46,7 @@ APP1STDLIBS=$(TOOLSLIB) $(I18NISOLANGLIB) $(SALLIB) # $(RTLLIB)
APP1LIBS= $(LB)$/rsctoo.lib
APP1OBJS= $(OBJ)$/start.obj
.IF "$(GUI)" != "OS2"
-# why not this way?
APP1STACK=64000
-#APP1STACK=32768
.ENDIF
APP1RPATH=NONE
@@ -67,9 +65,7 @@ APP2LIBS= $(LB)$/rsctoo.lib \
$(LB)$/rscmis.lib
APP2OBJS= $(OBJ)$/gui.obj
.IF "$(GUI)" != "OS2"
-# why not this way?
APP2STACK=64000
-#APP2STACK=32768
.ENDIF
APP2RPATH=NONE