blob: 4169795519feae48b1944aadd5a7dcca606a21df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Import('env')
files = [
'os_osx.mm',
'godot_main_osx.mm',
'audio_driver_osx.cpp',
'sem_osx.cpp',
# 'context_gl_osx.cpp',
'dir_access_osx.mm',
'joystick_osx.cpp',
]
env.Program('#bin/godot',files)
|