Incorporate transform.cc into the build

This commit is contained in:
caheckman 2019-10-10 12:50:51 -04:00
parent 8bc21ffc87
commit 3ff4e64b1d
3 changed files with 2 additions and 2 deletions

View file

@ -295,6 +295,7 @@ model {
include "rangeutil.cc" include "rangeutil.cc"
include "ruleaction.cc" include "ruleaction.cc"
include "subflow.cc" include "subflow.cc"
include "transform.cc"
include "blockaction.cc" include "blockaction.cc"
include "merge.cc" include "merge.cc"
include "double.cc" include "double.cc"

View file

@ -6,7 +6,6 @@ Module.manifest||GHIDRA||||END|
build.gradle||GHIDRA||||END| build.gradle||GHIDRA||||END|
src/decompile/.cproject||GHIDRA||||END| src/decompile/.cproject||GHIDRA||||END|
src/decompile/.project||GHIDRA||||END| src/decompile/.project||GHIDRA||||END|
src/decompile/.settings/org.eclipse.jdt.core.prefs||GHIDRA||||END|
src/decompile/build.gradle||GHIDRA||||END| src/decompile/build.gradle||GHIDRA||||END|
src/decompile/cpp/.gitignore||GHIDRA||||END| src/decompile/cpp/.gitignore||GHIDRA||||END|
src/decompile/cpp/Doxyfile||GHIDRA|||Most of this file is autogenerated by doxygen which falls under the GPL - output from GPL products are NOT GPL! - mjbell4|END| src/decompile/cpp/Doxyfile||GHIDRA|||Most of this file is autogenerated by doxygen which falls under the GPL - output from GPL products are NOT GPL! - mjbell4|END|

View file

@ -79,7 +79,7 @@ DECCORE=capability architecture options graph cover block cast typeop database c
type variable varmap jumptable emulate emulateutil flow userop \ type variable varmap jumptable emulate emulateutil flow userop \
funcdata funcdata_block funcdata_op funcdata_varnode pcodeinject \ funcdata funcdata_block funcdata_op funcdata_varnode pcodeinject \
heritage prefersplit rangeutil ruleaction subflow blockaction merge double \ heritage prefersplit rangeutil ruleaction subflow blockaction merge double \
coreaction condexe override dynamic crc32 prettyprint \ transform coreaction condexe override dynamic crc32 prettyprint \
printlanguage printc printjava memstate opbehavior paramid $(COREEXT_NAMES) printlanguage printc printjava memstate opbehavior paramid $(COREEXT_NAMES)
# Files used for any project that use the sleigh decoder # Files used for any project that use the sleigh decoder
SLEIGH= sleigh pcodeparse pcodecompile sleighbase slghsymbol \ SLEIGH= sleigh pcodeparse pcodecompile sleighbase slghsymbol \