|
|
|
@ -52,9 +52,12 @@ def configure(conf):
@@ -52,9 +52,12 @@ def configure(conf):
|
|
|
|
|
if conf.env.DEST_OS == 'win32': |
|
|
|
|
conf.env.append_unique('DEFINES', 'DBGHELP') |
|
|
|
|
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1') |
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
|
|
if conf.env.DEST_SIZEOF_VOID_P != 4: |
|
|
|
|
conf.env.append_unique('DEFINES', 'XASH_64BIT') |
|
|
|
|
======= |
|
|
|
|
>>>>>>> parent of 9b68b0c... wscript: add zlib library |
|
|
|
|
|
|
|
|
|
def build(bld): |
|
|
|
|
libs = [ 'public' ] |
|
|
|
@ -84,9 +87,6 @@ def build(bld):
@@ -84,9 +87,6 @@ def build(bld):
|
|
|
|
|
libs += ['LOG', 'EGL', 'ANDROID'] |
|
|
|
|
source += bld.path.ant_glob(['platform/android/*.cpp', 'platform/android/*.c']) |
|
|
|
|
|
|
|
|
|
# Add zlib for all builds |
|
|
|
|
libs += [ 'ZLIB' ] |
|
|
|
|
|
|
|
|
|
# add client files |
|
|
|
|
if not bld.env.DEDICATED: |
|
|
|
|
source += bld.path.ant_glob([ |
|
|
|
|