From 848d2008c68de3fb2a8982a5dee8b6fa6c158b69 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 20 May 2022 21:10:56 +0300 Subject: [PATCH] test/Makefile.w32: fix minor typo --- test/Makefile.w32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Makefile.w32 b/test/Makefile.w32 index 5e3e6bcaa..51ca7eafc 100644 --- a/test/Makefile.w32 +++ b/test/Makefile.w32 @@ -8,10 +8,9 @@ INCPATH = -I"$(%WATCOM)/h/nt" -I"$(%WATCOM)/h" -I"../src/video/khronos" CFLAGS = -bt=nt -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei CFLAGS+= -wx -wcd=303 CFLAGS+= -DSDL_MAIN_HANDLED - CFLAGS+= -DHAVE_OPENGL GLLIBS = opengl32.lib -TNSRCS = testnative.obj testnativew32.obj +TNSRCS = testnative.c testnativew32.c !include watcom.mif