summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-06-28 15:40:28 -0700
committerGitHub <noreply@github.com>2026-06-28 18:40:28 -0400
commit88a753265e537c7ee9b9b620f31e69f776b124ae (patch)
treebd4568a88e8d5034470a0d1e632288e77fef8f49 /configure.py
parent1eb337da18c1001def3c91746fbaf4be8e045c1e (diff)
water_mark / wpillar done, minigame_starter wip (#1069)
* d_minigame_starter attempt * water_mark / wpillar done * review changes
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index d9208ada..0c616adc 100755
--- a/configure.py
+++ b/configure.py
@@ -663,9 +663,9 @@ config.libs = [
Object(NonMatching, "d/d_scope.cpp"),
Object(Matching, "d/d_throwstone.cpp"),
Object(Matching, "d/d_timer.cpp"),
- Object(NonMatching, "d/d_water_mark.cpp"),
+ Object(Matching, "d/d_water_mark.cpp"),
Object(Matching, "d/d_wind_arrow.cpp"),
- Object(NonMatching, "d/d_wpillar.cpp"),
+ Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d/d_wpillar.cpp"),
Object(Matching, "d/d_wpot_water.cpp"),
],
},