From a583225d797836f3f1d1256df21ed7f58ebccafa Mon Sep 17 00:00:00 2001 From: Alam Ed Arias <alam@srb2.org> Date: Thu, 22 Dec 2016 19:09:08 -0500 Subject: [PATCH] CB: disable compiling and linking IMG_xpm.c, it was updated for SDL2 --- SRB2.cbp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SRB2.cbp b/SRB2.cbp index dd55c3118..9aaadf5f2 100644 --- a/SRB2.cbp +++ b/SRB2.cbp @@ -4159,6 +4159,8 @@ HW3SOUND for 3D hardware sound support </Unit> <Unit filename="src/sdl/IMG_xpm.c"> <Option compilerVar="CC" /> + <Option compile="0" /> + <Option link="0" /> <Option target="Debug Native/SDL" /> <Option target="Release Native/SDL" /> <Option target="Debug Linux/SDL" /> -- GitLab