diff --git a/test/watcom.mif b/test/watcom.mif index 6ddab0e23..2189fd49c 100644 --- a/test/watcom.mif +++ b/test/watcom.mif @@ -78,6 +78,10 @@ all: testutils.lib $(TARGETS) wcc386 $(CFLAGS) -fo=$^@ $< # specials +testvulkan.obj: testvulkan.c + # new vulkan headers result in lots of W202 warnings + wcc386 $(CFLAGS) -wcd=202 -fo=$^@ $< + testautomation.exe: $(TAOBJS) wlink SYS $(SYSTEM) libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@