Skip to content

Commit f2b4425

Browse files
committed
imhex is now pulled dynamically.
1 parent e86bec1 commit f2b4425

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "dep/imhex"]
2-
path = dep/imhex
3-
url = https://github.com/davidgiven/ImHex.git
41
[submodule "dep/imgui"]
52
path = dep/imgui
63
url = https://github.com/ocornut/imgui.git

dep/imhex

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/gui2/build.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,20 @@
336336
for f in ["hex/trace/stacktrace.hpp", "hex/trace/exceptions.hpp"]
337337
}
338338
| {
339-
"ItaniumNodes.def": "dep/r/imhex/lib/third_party/llvm-demangle/include/llvm/Demangle/ItaniumNodes.def"
339+
f: f"dep/r/imhex/lib/third_party/llvm-demangle/include/{f}"
340+
for f in [
341+
"llvm/Demangle/Utility.h",
342+
"llvm/Demangle/DemangleConfig.h",
343+
"llvm/Demangle/MicrosoftDemangleNodes.h",
344+
"llvm/Demangle/MicrosoftDemangle.h",
345+
"llvm/Demangle/ItaniumNodes.def",
346+
"llvm/Demangle/ItaniumDemangle.h",
347+
"llvm/Demangle/Demangle.h",
348+
"llvm/Demangle/StringViewExtras.h",
349+
]
350+
}
351+
| {
352+
"ItaniumNodes.def": "dep/r/imhex/lib/third_party/llvm-demangle/include/llvm/Demangle/ItaniumNodes.def",
340353
}
341354
),
342355
deps=["dep+imhex_repo"],

0 commit comments

Comments
 (0)