mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
089d7fa171
-=-=-=-=-=-=-=-=-=-= -Fixed looping error in AudioStreamResampled -winrt port progress -fixes in material in ambient light
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
Import('env')
|
|
|
|
files = [
|
|
'thread_winrt.cpp',
|
|
# '#platform/windows/stream_peer_winsock.cpp',
|
|
'gl_context_egl.cpp',
|
|
'app.cpp',
|
|
'os_winrt.cpp',
|
|
]
|
|
|
|
env.Program('#bin/godot', files)
|