Fixes for the watcom makefiles:

* Increase the stack size to 64K (instead of 4096). This solves a
    memory overwrite problem with the DOS version.
  * Generate a mapfile, but set it to "ignored" in svn.
  * Be somewhat more specific in zap.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4273 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-29 13:08:23 +00:00
parent 4056e97587
commit 3d1ee0f974
10 changed files with 39 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ LD = $(WINE) wlink
LIB = common.lib
# Program arguments
CFLAGS = -d1 -onatx -zp4 -5 -zq -w2
CFLAGS = -d1 -obeilr -zp4 -5 -zq -w2
# Create NT programs by default
ifndef TARGET