On Wed, 24 Sep 2003, Alexandre Julliard wrote:
Yes that's the right way to do it. The only drawback is that we will need to list the dependencies explicitly in the makefile; but we need that to really support other resource compilers anyway.
Well, dependencies are not a problem: I can modify bin2res to output the name of the dependencies, and then 'make depend' can include them just like it does with the others...
Should I send a patch?