summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-08-02 09:19:04 +0200
committerGitHub <noreply@github.com>2025-08-02 09:19:04 +0200
commit899f86a57111df7545e5ab031e92d8564faa112a (patch)
treeac293990b33eb3f4be87b505d538ffc47929362f /configure.py
parente2bba3730bff60d4174f4b8add74913b0aa53d3a (diff)
parentb5f05db18226c795a92a55788c7bd36c8985b9af (diff)
Merge pull request #225 from robojumper/d_gfx
d_gfx mostly OK
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 3bb6304c..3ba694db 100644
--- a/configure.py
+++ b/configure.py
@@ -407,7 +407,8 @@ config.libs = [
Object(NonMatching, "d/d_dylink.cpp"),
Object(Matching, "d/d_fader.cpp"),
Object(Matching, "d/d_font_manager.cpp"),
- Object(NonMatching, "d/d_gfx.cpp"),
+ Object(Matching, "d/d_gfx.cpp"),
+ Object(NonMatching, "d/d_gfx_measures.cpp"),
Object(Matching, "d/d_heap.cpp"),
Object(NonMatching, "d/d_main.cpp"),
Object(NonMatching, "d/d_pad.cpp"),