summaryrefslogtreecommitdiff
path: root/platform/winrt/SCsub
blob: c83f4fab32eb794bb5da8ed758e49193bbdd128b (plain)
1
2
3
4
5
6
7
8
Import('env')

files = [
	'thread_winrt.cpp',
#	'#platform/windows/stream_peer_winsock.cpp',
]

env.Program('#bin/godot_rt.exe', files)