From 0bd58cd727c09c863eb0a0856ab5ae1d695930fb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 27 Jan 2024 20:28:43 -0800 Subject: [PATCH] Fixed Watcom build (cherry picked from commit bb30a353648e5a9c2bb6d5835636b42e52cc6eec) --- test/watcom.mif | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/test/watcom.mif b/test/watcom.mif index 8c36d5e09..b81dad831 100644 --- a/test/watcom.mif +++ b/test/watcom.mif @@ -53,14 +53,15 @@ TASRCS = testautomation.c & testautomation_audio.c testautomation_clipboard.c & testautomation_events.c testautomation_guid.c & testautomation_hints.c testautomation_joystick.c & - testautomation_keyboard.c testautomation_main.c & - testautomation_math.c testautomation_mouse.c & - testautomation_pixels.c testautomation_platform.c & - testautomation_rect.c testautomation_render.c & - testautomation_rwops.c testautomation_sdltest.c & - testautomation_stdlib.c testautomation_subsystems.c & - testautomation_surface.c testautomation_syswm.c & - testautomation_timer.c testautomation_video.c + testautomation_keyboard.c testautomation_log.c & + testautomation_main.c testautomation_math.c & + testautomation_mouse.c testautomation_pixels.c & + testautomation_platform.c testautomation_rect.c & + testautomation_render.c testautomation_rwops.c & + testautomation_sdltest.c testautomation_stdlib.c & + testautomation_subsystems.c testautomation_surface.c & + testautomation_syswm.c testautomation_timer.c & + testautomation_video.c OBJS = $(TARGETS:.exe=.obj) COBJS = $(CSRCS:.c=.obj)