mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Fix Windows build with WAF
This commit is contained in:
@@ -20,11 +20,18 @@ def build(bld):
|
||||
'FontAmalgam.cpp',
|
||||
'FontManager.cpp',
|
||||
'FontEffects.cpp',
|
||||
#'Win32Font.cpp', [$WIN32 && !$X360]
|
||||
#'Win32Font_x360.cpp', [$X360]
|
||||
#'osxfont.cpp', [$OSXALL]
|
||||
'linuxfont.cpp' # [$LINUXALL]
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32':
|
||||
source += [
|
||||
'Win32Font.cpp'
|
||||
]
|
||||
else:
|
||||
source += [
|
||||
'linuxfont.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
|
||||
Reference in New Issue
Block a user