Fix compilation via scons

SConscript.core was missing jpeg_memory_src.cpp.
Reported by ameyp.

Fixes #2.
This commit is contained in:
dhewg 2012-01-11 18:54:50 +01:00
parent 16958d070b
commit ad48afdbd7

View file

@ -10,6 +10,7 @@ Import( 'GLOBALS' )
Import( GLOBALS )
renderer_string = ' \
jpeg_memory_src.cpp \
Cinematic.cpp \
GuiModel.cpp \
Image_files.cpp \