aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/ibfft~.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/ibfft~.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/ibfft~.c')
-rw-r--r--externals/build/src/ibfft~.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/build/src/ibfft~.c b/externals/build/src/ibfft~.c
index e37e2685..6e888755 100644
--- a/externals/build/src/ibfft~.c
+++ b/externals/build/src/ibfft~.c
@@ -1 +1,9 @@
+/*
+ * hack to work around my lack of Windows linking knowledge
+ * <hans@at.or.at>
+ */
+#ifdef WIN32
+#include "../../../pd/src/d_mayer_fft.c"
+#endif
+
#include "../../creb/modules/bfft.c"