mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-24 21:54:30 +00:00
server: wscript: remove prop.cpp from excluded files
This commit is contained in:
parent
7d65d9f3bd
commit
8da71ee675
@ -20,7 +20,7 @@ def configure(conf):
|
|||||||
conf.fatal("Could not find hl.def")
|
conf.fatal("Could not find hl.def")
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
excluded_files = ['mpstubb.cpp', 'stats.cpp', 'prop.cpp', 'Wxdebug.cpp']
|
excluded_files = ['mpstubb.cpp', 'stats.cpp', 'Wxdebug.cpp']
|
||||||
|
|
||||||
source = bld.path.ant_glob('**/*.cpp', excl=excluded_files)
|
source = bld.path.ant_glob('**/*.cpp', excl=excluded_files)
|
||||||
source += bld.path.parent.ant_glob('pm_shared/*.c')
|
source += bld.path.parent.ant_glob('pm_shared/*.c')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user