W dniu 1 lipca 2010 21:27 użytkownik Alexandre Julliard julliard@winehq.org napisał:
You can't do that in the Makefile, you need to generate the files at run time.
Huh, so while executing the test, I need to run at least resources compiler and linker, right? It looks really more complicated way, and I admit that I completely don't know how to do it. Which tools should I use? Can I use Mingw? Can I assume that these tools are installed on system where test is running? Or maybe I should use some tools provided by wine? And, of course, how to make it working on Windows?