Browse Source

wscript(dedicated): try to fix windows build

pull/322/head
nillerusr 10 months ago committed by GitHub
parent
commit
bfe1baf323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dedicated/wscript

4
dedicated/wscript

@ -39,6 +39,10 @@ def build(bld): @@ -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…
Cancel
Save