virtualx-engine/platform/server/SCsub

11 lines
146 B
Text
Raw Normal View History

#!/usr/bin/env python
2014-02-10 02:10:30 +01:00
Import('env')
common_server=[\
"os_server.cpp",\
]
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)