Mariusz Pluciński <[email protected]> writes: > That's true on Wine, but I also want to make my tests runnable > under Windows, so in this case I need to create native PE modules. > > And as I said, my main problem is that I don't know how to > write rules in Makefile.in to build what I need.
You can't do that in the Makefile, you need to generate the files at run time. -- Alexandre Julliard [email protected]
