godot/platform/x11/SCsub

12 lines
177 B
Plaintext
Raw Normal View History

2014-02-10 09:10:30 +08:00
Import('env')
common_x11=[\
"context_gl_x11.cpp",\
"os_x11.cpp",\
"key_mapping_x11.cpp",\
2015-12-18 13:12:53 +08:00
"joystick_linux.cpp",\
2014-02-10 09:10:30 +08:00
]
2014-02-20 05:09:52 +08:00
env.Program('#bin/godot',['godot_x11.cpp']+common_x11)