blob: 80fd347ded859357b546ee6387e42c9a58ab3e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Import('env')
common_x11=[\
"context_gl_x11.cpp",\
"os_x11.cpp",\
"key_mapping_x11.cpp",\
"joystick_linux.cpp",\
]
env.Program('#bin/godot',['godot_x11.cpp']+common_x11)
|