[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8199] trunk/SConstruct



Revision: 8199
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8199&view=rev
Author:   danstowell
Date:     2008-12-18 17:26:55 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
scons update: plugins no longer need fftlib.c, they use the newer SC_fftlib.cpp now

Modified Paths:
--------------
    trunk/SConstruct

Modified: trunk/SConstruct
===================================================================
--- trunk/SConstruct	2008-12-18 16:50:14 UTC (rev 8198)
+++ trunk/SConstruct	2008-12-18 17:26:55 UTC (rev 8199)
@@ -852,7 +852,7 @@
 
 # fft ugens
 fftEnv = pluginEnv.Clone()
-fftSources = Split('Source/common/SC_fftlib.cpp Source/common/fftlib.c Source/plugins/SCComplex.o')
+fftSources = Split('Source/common/SC_fftlib.cpp Source/plugins/SCComplex.o')
 merge_lib_info(fftEnv, libraries['fftwf'])
 plugins.append(
     fftEnv.SharedLibrary(


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/