mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
add more custom screen resolutions, fix build
This commit is contained in:
+1
-13
@@ -66,19 +66,7 @@ def build(bld):
|
||||
if bld.env.DEST_OS != 'android':
|
||||
install_path += '/'+bld.env.GAMES+'/bin'
|
||||
|
||||
source = [ 'touch.cpp', 'arch.c' ]
|
||||
|
||||
if bld.env.DEST_OS == 'android':
|
||||
source += [
|
||||
'third/minizip/mz_zip.c',
|
||||
'third/minizip/mz_strm.c',
|
||||
'third/minizip/mz_strm_mem.c',
|
||||
'third/minizip/mz_strm_buf.c',
|
||||
'third/minizip/mz_strm_split.c',
|
||||
'third/minizip/mz_strm_posix.c',
|
||||
'third/minizip/mz_strm_zlib.c',
|
||||
'third/minizip/mz_os_posix.c'
|
||||
]
|
||||
source = [ 'touch.cpp' ]
|
||||
|
||||
source += game["sources"]
|
||||
includes += game["includes"]
|
||||
|
||||
Reference in New Issue
Block a user