godot/platform/osx/SCsub

16 lines
228 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2014-02-10 01:10:30 +00:00
Import('env')
files = [
'os_osx.mm',
'godot_main_osx.mm',
'audio_driver_osx.cpp',
'sem_osx.cpp',
# 'context_gl_osx.cpp',
2015-12-14 01:21:49 +00:00
'dir_access_osx.mm',
'joystick_osx.cpp',
2014-02-10 01:10:30 +00:00
]
env.Program('#bin/godot',files)