wscript(dedicated): try to fix windows build

This commit is contained in:
nillerusr 2023-12-13 18:19:17 +03:00 committed by GitHub
parent 23effca062
commit c33bf5c0b0

View file

@ -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: