aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-11-06 18:47:43 +0100
committerJavier <dev.git@javispedro.com>2022-11-06 18:47:43 +0100
commit9faeb819405454b3c43cf59918e0c587887e1994 (patch)
treecaf94063489ef780c48c62b438a12e08b18f099d /makefile
parent2ed37d2e5993216f54abcee540842e578c01398b (diff)
downloadvbados-9faeb819405454b3c43cf59918e0c587887e1994.tar.gz
vbados-9faeb819405454b3c43cf59918e0c587887e1994.zip
improve wheel support (e.g. winword works now)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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)