From a2c78555770990ed966c414da94ccd3ed91de120 Mon Sep 17 00:00:00 2001 From: Jiri Malak Date: Tue, 20 Sep 2011 21:37:06 +0400 Subject: [PATCH] BR3411280: Fix incorrect compiler option for OS/2 target in Open Watcom makefile For OS2 target the -bt option should be set accordingly. Signed-off-by: Jiri Malak Signed-off-by: Cyrill Gorcunov --- Mkfiles/openwcom.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index ea2b9cf9..a4b159cf 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 -- 2.11.4.GIT