From 9faeb819405454b3c43cf59918e0c587887e1994 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 6 Nov 2022 18:47:43 +0100 Subject: improve wheel support (e.g. winword works now) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5c9872f..1ba4324 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ dostsrcflags = -DIN_TSR -zu -s -g=RES_GROUP -nd=RES -nt=RES_TEXT -nc=RES_CODE # -s to disable stack checks, since it inserts calls to the runtime from the TSR part # -zu since ss != ds on the TSR -w16cflags = -bt=windows -bd -mc -zu -s -6 -oi -w3 -wcd=202 +w16cflags = -bt=windows -bd -mc -zu -s -6 -osi -w3 -wcd=202 # -bd to build DLL # -mc to use compact memory model (far data pointers, ss != ds in a DLL) # -zu for DLL calling convention (ss != ds) -- cgit v1.2.3