I'm starting a separate thread since I've hit a soft wall and I now know what the problem is.
I have angband compiling and running, but it currently runs through Cygwin. Looking at Makefile.win, it should have been created as a native Windows executable, and this is what I want (I don't need Posix emulation, etc.).
What do I need to modify in Makefile.win for this to compile as a Windows executable? Currently I'm calling Makefile.win with MINGW=yes as an option, but the cross-compiler isn't producing a Windows executable--it's producing a Cygwin executable.
I'm a bit lost at this point because the makefile is a bit complicated so I'd rather not use trial-and-error if there's a simple solution.
Thanks as always. I'll get this thing to work even if it kills me.
I have angband compiling and running, but it currently runs through Cygwin. Looking at Makefile.win, it should have been created as a native Windows executable, and this is what I want (I don't need Posix emulation, etc.).
What do I need to modify in Makefile.win for this to compile as a Windows executable? Currently I'm calling Makefile.win with MINGW=yes as an option, but the cross-compiler isn't producing a Windows executable--it's producing a Cygwin executable.
I'm a bit lost at this point because the makefile is a bit complicated so I'd rather not use trial-and-error if there's a simple solution.
Thanks as always. I'll get this thing to work even if it kills me.
Comment