From ad48afdbd7c6c98d2d1066e089cc54c1c69db99a Mon Sep 17 00:00:00 2001 From: dhewg Date: Wed, 11 Jan 2012 18:54:50 +0100 Subject: [PATCH] Fix compilation via scons SConscript.core was missing jpeg_memory_src.cpp. Reported by ameyp. Fixes #2. --- neo/sys/scons/SConscript.core | 1 + 1 file changed, 1 insertion(+) diff --git a/neo/sys/scons/SConscript.core b/neo/sys/scons/SConscript.core index 9009889a..8949b01d 100644 --- a/neo/sys/scons/SConscript.core +++ b/neo/sys/scons/SConscript.core @@ -10,6 +10,7 @@ Import( 'GLOBALS' ) Import( GLOBALS ) renderer_string = ' \ + jpeg_memory_src.cpp \ Cinematic.cpp \ GuiModel.cpp \ Image_files.cpp \