Skip to content
Snippets Groups Projects
Commit fe31cfcd authored by jdh8d's avatar jdh8d
Browse files

Updates to eh-write for optimizations, named callbacks.exe step to...

Updates to eh-write for optimizations, named callbacks.exe step to resolve_callbacks, stratafier bug fix, nos attributes and new ada tests.

Former-commit-id: f13bf85566713ef257cb03763586dfa87fb8ee54
parent 4f3d51b5
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ dirs='''
cookbook
dump_map
print_cfi_stats
hook_start
'''
cgc_dirs='''
c2e
......
......@@ -18,7 +18,7 @@ cpppath='''
# $SECURITY_TRANSFORMS_HOME/libtransform/include
CPPFLAGS="--std=c++11"
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split( env.subst('$BASE_IRDB_LIBS')+ "IRDB-core IRDB-cfg IRDB-util pqxx rewrite BeaEngine_s_d transform MEDSannotation")
LIBS=Split( env.subst('$BASE_IRDB_LIBS')+ " IRDB-core IRDB-cfg IRDB-util pqxx rewrite BeaEngine_s_d transform MEDSannotation ")
myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CPPFLAGS=CPPFLAGS)
......
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