Revision: 9909 http://pure-data.svn.sourceforge.net/pure-data/?rev=9909&view=rev Author: eighthave Date: 2008-05-25 03:35:12 -0700 (Sun, 25 May 2008)
Log Message: ----------- removed broken aliases, these don't find their setup function
Removed Paths: ------------- branches/pd-extended/v0-40/externals/build/src/ibfft~.c branches/pd-extended/v0-40/externals/build/src/idwt~.c
Deleted: branches/pd-extended/v0-40/externals/build/src/ibfft~.c =================================================================== --- branches/pd-extended/v0-40/externals/build/src/ibfft~.c 2008-05-25 10:31:33 UTC (rev 9908) +++ branches/pd-extended/v0-40/externals/build/src/ibfft~.c 2008-05-25 10:35:12 UTC (rev 9909) @@ -1,9 +0,0 @@ -/* - * hack to work around my lack of Windows linking knowledge - * hans@at.or.at - */ -#ifdef WIN32 -#include "../../../pd/src/d_fft_mayer.c" -#endif - -#include "../../creb/modules/bfft~.c"
Deleted: branches/pd-extended/v0-40/externals/build/src/idwt~.c =================================================================== --- branches/pd-extended/v0-40/externals/build/src/idwt~.c 2008-05-25 10:31:33 UTC (rev 9908) +++ branches/pd-extended/v0-40/externals/build/src/idwt~.c 2008-05-25 10:35:12 UTC (rev 9909) @@ -1 +0,0 @@ -#include "../../creb/modules/dwt~.c"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.