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

No commit message

No commit message
parent ebf9bdf7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ cpppath='''
$SECURITY_TRANSFORMS_HOME/tools/transforms
'''
CFLAGS="-fPIC "
files=Glob("*.cpp")
......@@ -22,7 +21,7 @@ pgm="selective_cfi.exe"
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("IRDB-core IRDB-cfg IRDB-util pqxx BeaEngine_s_d transform rewrite MEDSannotation")
env=env.Clone(CPPPATH=Split(cpppath), CFLAGS=CFLAGS)
env=env.Clone(CPPPATH=Split(cpppath))
pgm=env.Program(pgm, files, LIBPATH=LIBPATH, LIBS=LIBS)
install=env.Install("$SECURITY_TRANSFORMS_HOME/bin/", pgm)
env.Alias("install", "$SECURITY_TRANSFORMS_HOME/bin/")
......
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