Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
...@@ -21,6 +21,8 @@ env.Replace(debug=ARGUMENTS.get("debug",0)) ...@@ -21,6 +21,8 @@ env.Replace(debug=ARGUMENTS.get("debug",0))
env.Replace(do_cgc=ARGUMENTS.get("do_cgc",0)) env.Replace(do_cgc=ARGUMENTS.get("do_cgc",0))
env.Replace(do_64bit_build=ARGUMENTS.get("do_64bit_build",0)) env.Replace(do_64bit_build=ARGUMENTS.get("do_64bit_build",0))
env.Append(LINKFLAGS=" -Wl,-unresolved-symbols=ignore-in-shared-libs ")
if int(env['profile']) == 1: if int(env['profile']) == 1:
print "Setting profile and debug mode" print "Setting profile and debug mode"
env.Append(CFLAGS=" -pg") env.Append(CFLAGS=" -pg")
......
...@@ -40,13 +40,11 @@ libs=''' ...@@ -40,13 +40,11 @@ libs='''
xform xform
IRDB-core IRDB-core
IRDB-cfg IRDB-cfg
BeaEngine_s_d
pqxx
transform transform
pq
dl dl
EXEIO EXEIO
StructDiv StructDiv
pqxx
''' '''
libpath=''' libpath='''
......
...@@ -48,10 +48,8 @@ libs=''' ...@@ -48,10 +48,8 @@ libs='''
xform xform
IRDB-core IRDB-core
IRDB-cfg IRDB-cfg
BeaEngine_s_d
pqxx pqxx
transform transform
pq
dl dl
EXEIO EXEIO
''' '''
......