From 44337cf4e6ed49c291762017d591fc538ab5abcb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Nov 2005 22:48:22 +0000 Subject: 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 --- externals/build/src/ibfft~.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'externals/build/src/ibfft~.c') 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 + * + */ +#ifdef WIN32 +#include "../../../pd/src/d_mayer_fft.c" +#endif + #include "../../creb/modules/bfft.c" -- cgit v1.2.1