--- a/make/project.xml Wed Oct 08 16:09:54 2025 +0200 +++ b/make/project.xml Wed Oct 08 18:38:42 2025 +0200 @@ -5,6 +5,13 @@ <make>LD = \$(CC)</make> </dependency> + <dependency platform="unix"> + <make>SYS_MAKEFILE = Makefile.unix</make> + </dependency> + <dependency platform="windows"> + <make>SYS_MAKEFILE = Makefile.win32</make> + </dependency> + <dependency name="libadwaita"> <pkgconfig>libadwaita-1</pkgconfig> <cflags>-DUI_GTK4 -DUI_LIBADWAITA</cflags>