fc8ccd5b8c
Also switch existing shebangs to "better" /usr/bin/env python.
10 lines
146 B
Python
10 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
|
|
common_server=[\
|
|
"os_server.cpp",\
|
|
]
|
|
|
|
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)
|