mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 14:05:28 +00:00
Fixed Watcom build
(cherry picked from commit bb30a353648e5a9c2bb6d5835636b42e52cc6eec)
This commit is contained in:
parent
de1292f8ac
commit
0bd58cd727
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue