On Tue, May 27, 2025 at 4:11 AM softworkz . wrote: > > -----Original Message----- > > From: ffmpeg-devel On Behalf Of Ramiro Polla > > Sent: Dienstag, 27. Mai 2025 03:33 > > To: ffmpeg-devel@ffmpeg.org > > Subject: [FFmpeg-devel] [PATCH 4/5] ffbuild/common.mak: clean up and move > > fftools/resources-specific code its Makefile > > > > - Intermediate files are no longer removed; > > Why? That's the way it's meant to work and it's working fine (will push tomorrow) Deleting intermediate files prints an "rm" message at the end of the build. It also deletes files that we might want to inspect later. > > - A .res suffix has been added to resource files, so that there's no > > need to add new rules for each new filetype; > > I don't want this. I want the editor to be aware of the file type when opening. Fair enough. New patch attached.