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

pedi integration

parent 105c1348
Branches
Tags
No related merge requests found
......@@ -13,11 +13,11 @@ if 'do_cgc' in env and int(env['do_cgc']) == 1:
# build security transforms
irdbenv=env.Clone();
sectrans_path=os.environ['SECURITY_TRANSFORMS_HOME']
sectrans_sconscript=os.path.join(sectrans_path,"SConscript");
env=irdbenv.Clone()
Export('env') # for security_transforms.
SConscript(sectrans_sconscript, variant_dir='scons_build/irdb_libs')
#sectrans_path=os.environ['SECURITY_TRANSFORMS_HOME']
#sectrans_sconscript=os.path.join(sectrans_path,"SConscript");
#env=irdbenv.Clone()
#Export('env') # for security_transforms.
#SConscript(sectrans_sconscript, variant_dir='scons_build/irdb_libs')
#print 'env='
......@@ -26,3 +26,9 @@ SConscript("src/SConscript", variant_dir='scons_build/zipr')
if sysname != "SunOS":
SConscript("test/SConscript")
pedi = Command( target = "./testoutput",
source = "./SConscript",
action = "cd "+os.environ['ZIPR_INSTALL']+" ; " +os.environ['PEDI_HOME']+"/pedi -m manifest.txt ; cd -" )
Default( pedi )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment