blender/source/gameengine/Network/LoopBackNetwork/SConscript
Brecht Van Lommel cb12337363 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.
2011-05-06 20:18:42 +00:00

9 lines
290 B
Python

#!/usr/bin/python
Import ('env')
sources = 'NG_LoopBackNetworkDeviceInterface.cpp'
incs = '. #intern/string #intern/container #source/gameengine/Network'
env.BlenderLib ( 'ge_logic_loopbacknetwork', Split(sources), Split(incs), defines=[],libtype=['core','player'], priority=[400,135] )