Skip to content
Snippets Groups Projects
Commit 6a20fae9 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: add the unix makefile generator as an option from the windows GUI, this...

ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
parent e7034a2a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
#include <sys/wait.h>
#endif
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__BORLANDC__))
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__))
#include <string.h>
#include <windows.h>
#include <direct.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment