summaryrefslogtreecommitdiff
path: root/platform/x11/SCsub
blob: 1a552cbaacd5e9e5ecefdb74cdb685146f129b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Import('env')


common_x11=[\
	"context_gl_x11.cpp",\
	"os_x11.cpp",\
	"key_mapping_x11.cpp",\
]

env.Program('#bin/godot',['godot_x11.cpp']+common_x11)
if env['target'] == "release":
	env.Command('#bin/godot_rel', '#bin/godot', Copy('bin/godot_rel', 'bin/godot'))