godot/platform/winrt/SCsub
Juan Linietsky 089d7fa171 Small batch of fixes
-=-=-=-=-=-=-=-=-=-=
-Fixed looping error in AudioStreamResampled
-winrt port progress
-fixes in material in ambient light
2014-12-15 15:42:58 -03:00

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)