comparison makefile.wpm @ 1406:1d07d7ff07b9

On OS/2 with Watcom add -sg option to attempt to grow the stack automatically. This seems to fix some unexplained crashes in _beginthread().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 30 Nov 2011 05:37:00 +0000
parents 56f311dc23f6
children 2f10480d2c8a
comparison
equal deleted inserted replaced
1405:b7aaf06e9367 1406:1d07d7ff07b9
2 # 2 #
3 # Auto-dependency information 3 # Auto-dependency information
4 # 4 #
5 #=================================================================== 5 #===================================================================
6 OS22_H = $(%WATCOM)\h\os2 6 OS22_H = $(%WATCOM)\h\os2
7 CFLAGS = -i=os2 -i=$(OS22_H) -bt=OS2 -zq -d2 -bd 7 CFLAGS = -i=os2 -i=$(OS22_H) -bt=OS2 -zq -d2 -bd -sg
8 TKPATH=C:\Toolkit 8 TKPATH=C:\Toolkit
9 TLKTLIB = $(TKPATH)\LIB 9 TLKTLIB = $(TKPATH)\LIB
10 10
11 .SUFFIXES: 11 .SUFFIXES:
12 .SUFFIXES: .obj .c 12 .SUFFIXES: .obj .c