mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -44,6 +44,7 @@ def build(bld):
|
||||
'vertexdecl.cpp',
|
||||
'vertexshaderdx8.cpp',
|
||||
#'textureheap.cpp', [$X360]
|
||||
'../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32' and not bld.env.GL:
|
||||
@@ -54,8 +55,6 @@ def build(bld):
|
||||
|
||||
if bld.env.DEST_OS != 'win32':
|
||||
source += ['winutils.cpp']
|
||||
else:
|
||||
source += ['../../public/tier0/memoverride.cpp']
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
|
||||
Reference in New Issue
Block a user