search for: building_eduke32_on_window

Displaying 2 results from an estimated 2 matches for "building_eduke32_on_window".

2014 Jun 23
2
Include directories
Hi Erik, Thanks for looking over my patch. > > * Account for the updates to UTF-8 on Windows. > > One of these updates, added an "#ifdef _WIN32" to the file > src/share/win_utf8_io/win_utf8_io.c. Is this really necessary? Is > it not possible to just not include that file when not compiling > for windows? You're right. I changed my patch to only specify
2014 Jun 24
2
Include directories
...> windows only. I use Windows as a host (I have Win7 x64 and Win8.1 x64 machines). My compilers of choice are MinGW (mainline) and MinGW-w64 (targeting both i686 and x86_64). For reference, I've documented how I set up my build system on my project's wiki: http://wiki.eduke32.com/wiki/Building_EDuke32_on_Windows -H