On September 24, 2003 07:02 pm, Alexandre Julliard wrote:
I don't really see how you would do that, especially not to make it do the right thing on make clean etc. I think we'll just want to list the files manually.
I'm definitely missing something here. I figured that if we have a file called rsrc.rc with 3 embedded bitmaps in it called bitmap[123].bmp, we need a rule like so:
bitmap1.bmp bitmap2.bmp bitmap3.bmp: rsrc.rc bin2res !<
That can be generated automatically, but from what you're saying it will not work. Care to elaborate a bit?