aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/shell.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-16 22:48:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-16 22:48:22 +0000
commit44337cf4e6ed49c291762017d591fc538ab5abcb (patch)
tree7f3db6a20f1108e5ccbb27081b6be1cde9bf74b0 /externals/build/src/shell.c
parent0ec70751da21af3ffbd88de768c5292eb39a3527 (diff)
various tweaks and hacks to get things compiling with MinGW; Some still don't compile, like net*, ogg*, comport, and shell
svn path=/trunk/; revision=3947
Diffstat (limited to 'externals/build/src/shell.c')
-rw-r--r--externals/build/src/shell.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/build/src/shell.c b/externals/build/src/shell.c
index 7c4a537f..916ae287 100644
--- a/externals/build/src/shell.c
+++ b/externals/build/src/shell.c
@@ -1 +1,7 @@
+/*
+ * this doesn't work for Windows, but it should be possible with MinGW or
+ * Cygwin <hans@at.or.at>
+ */
+#ifndef WIN32
#include "../../ggee/control/shell.c"
+#endif