godot/platform/server/SCsub

11 lines
154 B
Plaintext
Raw Normal View History

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