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))
env.Replace(do_cgc=ARGUMENTS.get("do_cgc",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:
print "Setting profile and debug mode"
env.Append(CFLAGS=" -pg")
......
......@@ -40,13 +40,11 @@ libs='''
xform
IRDB-core
IRDB-cfg
BeaEngine_s_d
pqxx
transform
pq
dl
EXEIO
StructDiv
pqxx
'''
libpath='''
......
......@@ -48,10 +48,8 @@ libs='''
xform
IRDB-core
IRDB-cfg
BeaEngine_s_d
pqxx
transform
pq
dl
EXEIO
'''
......