Fixed Watcom build

This commit is contained in:
Sam Lantinga
2024-01-27 20:28:43 -08:00
parent 11c932bf1d
commit bb30a35364

View File

@@ -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)