mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
Fix Windows build with WAF
This commit is contained in:
+5
-1
@@ -22,11 +22,15 @@ def build(bld):
|
||||
'jobthread.cpp',
|
||||
'KeyValuesSystem.cpp',
|
||||
'osversion.cpp',
|
||||
#'processutils.cpp' # [$WINDOWS]
|
||||
'random.cpp',
|
||||
'vcover.cpp',
|
||||
'../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
'processutils.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
|
||||
Reference in New Issue
Block a user