mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
Fix Windows build with WAF
This commit is contained in:
@@ -17,11 +17,15 @@ def configure(conf):
|
||||
def build(bld):
|
||||
source = [
|
||||
'convert_x360.cpp',
|
||||
#$File "s3tc_decode.cpp" # [$WINDOWS]
|
||||
'vtf.cpp'
|
||||
#$File "vtf_x360.cpp"# [$X360]
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
's3tc_decode.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
'../public',
|
||||
|
||||
Reference in New Issue
Block a user