Code cleanup: remove source/kernel module, this wasn't really the kernel of
anything, only contained a hash map and functions to pass command line args to the game engine. Moved those to container and BlenderRoutines modules.
This commit is contained in:
@@ -3,7 +3,7 @@ Import ('env')
|
||||
|
||||
sources = env.Glob('*.cpp') + env.Glob('Joystick/*.cpp')
|
||||
|
||||
incs = '. #/source/kernel/gen_system #/intern/string'
|
||||
incs = '. #/intern/string #intern/container'
|
||||
incs += ' #/source/gameengine/Expressions #/intern/moto/include'
|
||||
incs += ' #/source/gameengine/Rasterizer #/source/gameengine/SceneGraph'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user