mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
engine: rework timer stuff, move to platform. Move debugger present checks to platform
This commit is contained in:
@@ -74,6 +74,9 @@ def build(bld):
|
||||
libs += ['USER32', 'SHELL32', 'GDI32', 'ADVAPI32', 'DBGHELP']
|
||||
source += bld.path.ant_glob(['platform/win32/*.c'])
|
||||
|
||||
if bld.env.DEST_OS == 'linux':
|
||||
source += bld.path.ant_glob(['platform/linux/*.c'])
|
||||
|
||||
# add client files and sdl2 library
|
||||
if not bld.env.DEDICATED:
|
||||
libs.append( 'SDL2' )
|
||||
|
||||
Reference in New Issue
Block a user