mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
+3
-3
@@ -34,14 +34,14 @@ def build(bld):
|
||||
'vgui_key_translation.cpp',
|
||||
'VPanel.cpp',
|
||||
'VPanelWrapper.cpp',
|
||||
'keyrepeat.cpp'
|
||||
'keyrepeat.cpp',
|
||||
'../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
'Surface.cpp',
|
||||
'System.cpp',
|
||||
'../../public/tier0/memoverride.cpp'
|
||||
'System.cpp'
|
||||
]
|
||||
else:
|
||||
source += [
|
||||
|
||||
Reference in New Issue
Block a user