From 55277c67bb074c870a289e619cd4d82d7b2b259f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 16 Mar 2021 15:47:51 +0100 Subject: [PATCH] Update Makefiles OS2 and PSP --- Makefile.os2 | 2 +- Makefile.psp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.os2 b/Makefile.os2 index 8f861e6db..aa074de03 100644 --- a/Makefile.os2 +++ b/Makefile.os2 @@ -50,7 +50,7 @@ SRCS+= SDL_events.c SDL_quit.c SDL_keyboard.c SDL_mouse.c SDL_windowevents.c & SRCS+= SDL_haptic.c SDL_gamecontroller.c SDL_joystick.c SRCS+= SDL_render.c yuv_rgb.c SDL_yuv.c SDL_yuv_sw.c SDL_blendfillrect.c & SDL_blendline.c SDL_blendpoint.c SDL_drawline.c SDL_drawpoint.c & - SDL_render_sw.c SDL_rotate.c + SDL_render_sw.c SDL_rotate.c SDL_triangle.c SRCS+= SDL_blit.c SDL_blit_0.c SDL_blit_1.c SDL_blit_A.c SDL_blit_auto.c & SDL_blit_copy.c SDL_blit_N.c SDL_blit_slow.c SDL_fillrect.c SDL_bmp.c & SDL_pixels.c SDL_rect.c SDL_RLEaccel.c SDL_shape.c SDL_stretch.c & diff --git a/Makefile.psp b/Makefile.psp index 16c540023..7ccc809e5 100644 --- a/Makefile.psp +++ b/Makefile.psp @@ -42,6 +42,7 @@ OBJS= src/SDL.o \ src/render/software/SDL_drawpoint.o \ src/render/software/SDL_render_sw.o \ src/render/software/SDL_rotate.o \ + src/render/software/SDL_triangle.o \ src/sensor/SDL_sensor.o \ src/sensor/dummy/SDL_dummysensor.o \ src/stdlib/SDL_getenv.o \