1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/platform/server/SCsub
2014-02-09 22:10:30 -03:00

9 lines
123 B
Plaintext

Import('env')
common_server=[\
"os_server.cpp",\
]
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)