Re: Why Cannot Use Resource File Making EXE?
- Posted by SDPringle Jun 08, 2022
- 728 views
Hello. I think it may have to do with -m32 or -m64 switches. I noticed it testing out the tip of the source code. It would use -m32 for the final link but -m64 for compiling the various C files. As a work around, you can create a full-makefile and fix it until someone fixes the bug in the build process itself.