mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
Update SDL2 to version 2.28.1.
This commit is contained in:
+16
-10
@@ -49,16 +49,18 @@ needs_display = &
|
||||
TESTS = $(noninteractive) $(needs_audio) $(needs_display)
|
||||
|
||||
# testautomation sources
|
||||
TASRCS = testautomation.c testautomation_audio.c testautomation_clipboard.c &
|
||||
testautomation_events.c testautomation_hints.c &
|
||||
testautomation_keyboard.c testautomation_main.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_surface.c testautomation_syswm.c &
|
||||
testautomation_timer.c testautomation_video.c &
|
||||
testautomation_math.c testautomation_guid.c
|
||||
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_surface.c &
|
||||
testautomation_syswm.c testautomation_timer.c &
|
||||
testautomation_video.c
|
||||
|
||||
OBJS = $(TARGETS:.exe=.obj)
|
||||
COBJS = $(CSRCS:.c=.obj)
|
||||
@@ -76,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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user