mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
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)
|