We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84ee90 commit bfe1bafCopy full SHA for bfe1baf
dedicated/wscript
@@ -39,6 +39,10 @@ def build(bld):
39
if bld.env.DEST_OS == 'win32':
40
source += [
41
'sys_windows.cpp',
42
+ 'vgui/CreateMultiplayerGameServerPage.cpp',
43
+ 'vgui/MainPanel.cpp',
44
+ '../public/vgui_controls/vgui_controls.cpp',
45
+ 'vgui/vguihelpers.cpp',
46
'console/TextConsoleWin32.cpp'
47
]
48
else:
0 commit comments