Skip to content

Commit d531493

Browse files
committed
Oops; don't link in the imhex test engine.
1 parent 288cafe commit d531493

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

src/gui2/build.py

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
cxxlibrary(
3030
name="imgui",
3131
srcs=[
32-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_perftool.cpp",
33-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_coroutine.cpp",
34-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_exporters.cpp",
35-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_context.cpp",
36-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_capture_tool.cpp",
37-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_utils.cpp",
38-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_ui.cpp",
39-
"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/source/imgui_te_engine.cpp",
4032
"dep/r/imhex/lib/third_party/imgui/backend/source/imgui_impl_glfw.cpp",
4133
"dep/r/imhex/lib/third_party/imgui/backend/source/imgui_impl_opengl3.cpp",
4234
"dep/r/imhex/lib/third_party/imgui/imgui/source/imgui.cpp",
@@ -64,7 +56,6 @@
6456
f: f"dep/r/imhex/lib/third_party/imgui/imgui/include/{f}"
6557
for f in [
6658
"imstb_truetype.h",
67-
"imconfig.h",
6859
"imgui.h",
6960
"imstb_rectpack.h",
7061
"imgui_internal.h",
@@ -102,24 +93,6 @@
10293
"imnodes.h",
10394
"imnodes_internal.h",
10495
]
105-
}
106-
| {
107-
f: f"dep/r/imhex/lib/third_party/imgui/imgui_test_engine/include/{f}"
108-
for f in [
109-
"imgui_capture_tool.h",
110-
"imgui_te_context.h",
111-
"thirdparty/stb/imstb_image_write.h",
112-
"thirdparty/Str/Str.h",
113-
"thirdparty/Str/Str.natvis",
114-
"imgui_te_utils.h",
115-
"imgui_te_engine.h",
116-
"imgui_te_internal.h",
117-
"imgui_te_ui.h",
118-
"imgui_te_exporters.h",
119-
"imgui_te_imconfig.h",
120-
"imgui_te_perftool.h",
121-
"imgui_te_coroutine.h",
122-
]
12396
},
12497
deps=[".+freetype2_lib", "dep+lunasvg", ".+glfw3_lib", "dep+imhex_repo"],
12598
)
@@ -284,14 +257,14 @@
284257
".+glfw3_lib",
285258
".+imgui",
286259
".+libcurl_lib",
287-
"dep+microtar_lib",
288260
".+magic_lib",
289261
".+mbedtls_lib",
262+
"dep+imhex_repo",
290263
"dep+libwolv_lib",
264+
"dep+microtar_lib",
291265
"dep+nativefiledialog_lib",
292266
"dep+patternlanguage_lib",
293267
"dep+xdgpp_lib",
294-
"dep+imhex_repo",
295268
],
296269
)
297270

0 commit comments

Comments
 (0)