godot/platform/x11/SCsub

12 lines
177 B
Plaintext
Raw Normal View History

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