mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Incorporate transform.cc into the build
This commit is contained in:
parent
8bc21ffc87
commit
3ff4e64b1d
3 changed files with 2 additions and 2 deletions
|
@ -295,6 +295,7 @@ model {
|
|||
include "rangeutil.cc"
|
||||
include "ruleaction.cc"
|
||||
include "subflow.cc"
|
||||
include "transform.cc"
|
||||
include "blockaction.cc"
|
||||
include "merge.cc"
|
||||
include "double.cc"
|
||||
|
|
|
@ -6,7 +6,6 @@ Module.manifest||GHIDRA||||END|
|
|||
build.gradle||GHIDRA||||END|
|
||||
src/decompile/.cproject||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/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|
|
||||
|
|
|
@ -79,7 +79,7 @@ DECCORE=capability architecture options graph cover block cast typeop database c
|
|||
type variable varmap jumptable emulate emulateutil flow userop \
|
||||
funcdata funcdata_block funcdata_op funcdata_varnode pcodeinject \
|
||||
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)
|
||||
# Files used for any project that use the sleigh decoder
|
||||
SLEIGH= sleigh pcodeparse pcodecompile sleighbase slghsymbol \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue