MSYS2 build fixes

This commit is contained in:
nhmall
2025-06-02 08:50:10 -04:00
parent a0da9168b7
commit afafc69eed
2 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ $(OM)/%.d: $(U)%.c $(NHLUAH) | $(OM)
$(OR)/recover.d: $(U)recover.c | $(OR)
$(cce) $(CFLAGSU) $< -o$@
$(OR)/rversion.d: $(SRC)/version.c | $(OR)
$(cce) $(CFLAGSU) -DMINIMAL_FOR_RECOVER $< -o$@
$(OT)/tiletxt.d: $(WSHR)/tilemap.c $(NHLUAH) | $(OT)
$(cce) $(CFLAGSU) -DTILETEXT $< -o$@