mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -16,7 +16,7 @@ def configure(conf):
|
||||
conf.define('VERSION_SAFE_STEAM_API_INTERFACES',1)
|
||||
conf.define('SERVERBROWSER_EXPORTS',1)
|
||||
conf.define('GAME_SRC',1)
|
||||
conf.define('_USE_32BIT_TIME_T',1)
|
||||
# conf.define('_USE_32BIT_TIME_T',1)
|
||||
|
||||
def build(bld):
|
||||
source = [
|
||||
@@ -40,14 +40,10 @@ def build(bld):
|
||||
'VACBannedConnRefusedDialog.cpp',
|
||||
'QuickListPanel.cpp',
|
||||
'../public/vgui_controls/vgui_controls.cpp',
|
||||
'../common/ServerBrowser/blacklisted_server_manager.cpp'
|
||||
'../common/ServerBrowser/blacklisted_server_manager.cpp',
|
||||
'../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
'../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
'../public',
|
||||
|
||||
Reference in New Issue
Block a user