<div>Hey!<br><br>I'm new to the nmake and makefile methodology so please bear with me :)<br><br>I successfully generated the __main__.c containing the bytecode of my pyqt application, and all the other files such as frozen.c, Makefile, .rc file and .ico file.<br>
<br>Now the documentation says I just need to call make or nmake to generate the .exe.. At first I didn't know what to do because I had never worked with Makefiles before. But after some reading I noticed that my Visual studio has a tool called nmake. So I fired it up at the same directory that my Makefile lies in, but it returns a fatal error with this line:<br>
</div>
<div>U1077 'rc' : return code 0x1</div>
<div>Stop.<br></div>
<div>So it errors out on the resource script =/<br><br>I don't know what I'm doing wrong here =/<br><br>Best regards!</div>