11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
|
Import('env')
|
||
|
|
||
|
common_haiku = [
|
||
|
'os_haiku.cpp'
|
||
|
]
|
||
|
|
||
|
env.Program(
|
||
|
'#bin/godot',
|
||
|
['godot_haiku.cpp'] + common_haiku
|
||
|
)
|