godot/platform/x11/SCsub

12 lines
177 B
Plaintext
Raw Normal View History

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