mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Add missing cpp files to the compilation step
This commit is contained in:
parent
3b5d72df1d
commit
f6a8c7b482
@ -27,7 +27,11 @@ for sdk_name in MMS.sdks:
|
||||
]
|
||||
|
||||
if sdk_name in ['dota', 'cs2']:
|
||||
binary.sources += ['provider/source2/provider_source2.cpp']
|
||||
binary.sources += [
|
||||
'provider/source2/provider_source2.cpp',
|
||||
os.path.join(sdk.path, 'tier1', 'convar.cpp'),
|
||||
os.path.join(sdk.path, 'public', 'tier0', 'memoverride.cpp')
|
||||
]
|
||||
else:
|
||||
binary.sources += [
|
||||
'provider/source/provider_source.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user