Fixed Watcom build

(cherry picked from commit bb30a353648e5a9c2bb6d5835636b42e52cc6eec)
This commit is contained in:
Sam Lantinga 2024-01-27 20:28:43 -08:00
parent de1292f8ac
commit 0bd58cd727

View file

@ -53,14 +53,15 @@ TASRCS = testautomation.c &
testautomation_audio.c testautomation_clipboard.c & testautomation_audio.c testautomation_clipboard.c &
testautomation_events.c testautomation_guid.c & testautomation_events.c testautomation_guid.c &
testautomation_hints.c testautomation_joystick.c & testautomation_hints.c testautomation_joystick.c &
testautomation_keyboard.c testautomation_main.c & testautomation_keyboard.c testautomation_log.c &
testautomation_math.c testautomation_mouse.c & testautomation_main.c testautomation_math.c &
testautomation_pixels.c testautomation_platform.c & testautomation_mouse.c testautomation_pixels.c &
testautomation_rect.c testautomation_render.c & testautomation_platform.c testautomation_rect.c &
testautomation_rwops.c testautomation_sdltest.c & testautomation_render.c testautomation_rwops.c &
testautomation_stdlib.c testautomation_subsystems.c & testautomation_sdltest.c testautomation_stdlib.c &
testautomation_surface.c testautomation_syswm.c & testautomation_subsystems.c testautomation_surface.c &
testautomation_timer.c testautomation_video.c testautomation_syswm.c testautomation_timer.c &
testautomation_video.c
OBJS = $(TARGETS:.exe=.obj) OBJS = $(TARGETS:.exe=.obj)
COBJS = $(CSRCS:.c=.obj) COBJS = $(CSRCS:.c=.obj)