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

updated to use ida7 by default. includes build and script changes for ida and...

updated to use ida7 by default.  includes build and script changes for ida and externals changes for the umbrella

Former-commit-id: eb477cf3
parent 15c54336
No related branches found
No related tags found
No related merge requests found
......@@ -76,10 +76,10 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then
fi
cd $SECURITY_TRANSFORMS_HOME
scons -j 3|| exit
scons || exit
cd $SMPSA_HOME
scons -j 3|| exit
scons || exit
cd $PEASOUP_HOME
make || exit
......@@ -93,35 +93,35 @@ fi
if [ -d $ZIPR_HOME ]; then
cd $ZIPR_HOME
scons -j 3|| exit
scons || exit
fi
if [ -d $ZIPR_SCFI_PLUGIN ]; then
cd $ZIPR_SCFI_PLUGIN
scons -j 3|| exit
scons || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons -j 3|| exit
scons || exit
if [[ -e $PEASOUP_UMBRELLA_DIR/zipr ]] && [[ -e $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin ]] ; then
cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
scons -j 3|| exit
scons || exit
fi
if [[ -e $PEASOUP_UMBRELLA_DIR/zipr ]] && [[ -e $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin ]] ; then
cd $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin/
scons -j 3|| exit
scons || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons -j 3|| exit
scons || exit
cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin
scons -j 3|| exit
scons || exit
cd $IRDB_TRANSFORMS
scons -j 3|| exit
scons || exit
if [ -d $DAFFY_HOME ]; then
cd $DAFFY_HOME
......
diablo_toolchain http://svn.zephyr-software.com/repos/diablo_toolchain/trunk/
idaproCur http://svn.zephyr-software.com/repos/idaproCur/trunk/
idaproCur_sdk http://svn.zephyr-software.com/repos/idaproCur_sdk/trunk/
idaproCur http://svn.zephyr-software.com/repos/idapro70/trunk/
idaproCur_sdk http://svn.zephyr-software.com/repos/idapro70_sdk/trunk/
strata http://svn.zephyr-software.com/repos/strata/trunk/
peasoup_examples http://svn.zephyr-software.com/repos/peasoup_examples/trunk/
security_transforms http://svn.zephyr-software.com/repos/security_transforms/trunk/
......
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