|
|
@ -54,19 +54,10 @@ def configure(conf): |
|
|
|
conf.check_cc(lib='log') |
|
|
|
conf.check_cc(lib='log') |
|
|
|
|
|
|
|
|
|
|
|
def build(bld): |
|
|
|
def build(bld): |
|
|
|
libs = [ 'public', 'M' ] |
|
|
|
libs = [ 'engine_includes', 'public', 'M' ] |
|
|
|
|
|
|
|
|
|
|
|
source = bld.path.ant_glob(['*.c']) |
|
|
|
source = bld.path.ant_glob(['*.c']) |
|
|
|
|
|
|
|
includes = '.' |
|
|
|
includes = ['.', |
|
|
|
|
|
|
|
'../filesystem', |
|
|
|
|
|
|
|
'../engine', |
|
|
|
|
|
|
|
'../engine/common', |
|
|
|
|
|
|
|
'../engine/server', |
|
|
|
|
|
|
|
'../engine/client', |
|
|
|
|
|
|
|
'../public', |
|
|
|
|
|
|
|
'../common', |
|
|
|
|
|
|
|
'../pm_shared' ] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if bld.env.GL: |
|
|
|
if bld.env.GL: |
|
|
|
bld.shlib( |
|
|
|
bld.shlib( |
|
|
|