--- a/make/project.xml Fri Oct 10 09:05:11 2025 +0200 +++ b/make/project.xml Fri Oct 10 09:06:06 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>