Skip to content
Snippets Groups Projects
Commit 9de5921e authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

changed to use shared libs, removed bea

parent 709cd64c
No related branches found
No related tags found
No related merge requests found
......@@ -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
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment