diff options
author | Javier <dev.git@javispedro.com> | 2022-11-06 18:47:43 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-11-06 18:47:43 +0100 |
commit | 9faeb819405454b3c43cf59918e0c587887e1994 (patch) | |
tree | caf94063489ef780c48c62b438a12e08b18f099d /makefile | |
parent | 2ed37d2e5993216f54abcee540842e578c01398b (diff) | |
download | vbados-9faeb819405454b3c43cf59918e0c587887e1994.tar.gz vbados-9faeb819405454b3c43cf59918e0c587887e1994.zip |
improve wheel support (e.g. winword works now)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |