From 5645d9f720530762dbd128865164638265389ef8 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sat, 20 Jul 2013 00:51:05 +0000 Subject: Removing source files from source/gameengine/GamePlayer/common/SConscript that were removed in an earlier commit. This should allow SCons to build the game engine again. --- source/gameengine/GamePlayer/common/SConscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/gameengine/GamePlayer/common/SConscript') diff --git a/source/gameengine/GamePlayer/common/SConscript b/source/gameengine/GamePlayer/common/SConscript index 96fda6dd548..85c4b091718 100644 --- a/source/gameengine/GamePlayer/common/SConscript +++ b/source/gameengine/GamePlayer/common/SConscript @@ -30,16 +30,10 @@ Import ('env') source_files = [ - 'bmfont.cpp', 'GPC_Canvas.cpp', - 'GPC_Engine.cpp', 'GPC_KeyboardDevice.cpp', 'GPC_MouseDevice.cpp', - 'GPC_RawImage.cpp', - 'GPC_RawLoadDotBlendArray.cpp', - 'GPC_RawLogoArrays.cpp', 'GPC_RenderTools.cpp', - 'GPC_System.cpp', ] incs = [ -- cgit v1.2.3