diff options
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/openwcom.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index ea2b9cf..a4b159c 100644 --- a/Mkfiles/openwcom.mak +++ b/Mkfiles/openwcom.mak @@ -81,7 +81,7 @@ win32: .SYMBOLIC @%make all os2: .SYMBOLIC - @set TARGET_CFLAGS=-bt=NT -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/os2" + @set TARGET_CFLAGS=-bt=OS2 -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/os2" @set TARGET_LFLAGS=sys os2v2 @%make all |