godot/platform/server/SCsub

11 lines
146 B
Plaintext
Raw Normal View History

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