summaryrefslogtreecommitdiff
path: root/platform/windows/SCsub
blob: 08a775e689d337e21dd8dc5ca5508a0834189d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Import('env')


common_win=[
	"context_gl_win.cpp",
	"os_windows.cpp",
	"ctxgl_procaddr.cpp",
	"key_mapping_win.cpp",
	"tcp_server_winsock.cpp",
	"stream_peer_winsock.cpp",
]

env.Program('#bin/godot',['godot_win.cpp']+common_win,PROGSUFFIX=env["PROGSUFFIX"])