Hey!

I'm new to the nmake and makefile methodology so please bear with me :)

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.

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:
U1077 'rc' : return code 0x1
Stop.
So it errors out on the resource script =/

I don't know what I'm doing wrong here =/

Best regards!
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to