wscript(dedicated): try to fix windows build
This commit is contained in:
parent
23effca062
commit
c33bf5c0b0
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ def build(bld):
|
|||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
'sys_windows.cpp',
|
||||
'vgui/CreateMultiplayerGameServerPage.cpp',
|
||||
'vgui/MainPanel.cpp',
|
||||
'../public/vgui_controls/vgui_controls.cpp',
|
||||
'vgui/vguihelpers.cpp',
|
||||
'console/TextConsoleWin32.cpp'
|
||||
]
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue