[PD-cvs] SF.net SVN: pure-data: [9548] trunk/packages/win32_inno/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat Mar 8 01:39:11 CET 2008


Revision: 9548
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9548&view=rev
Author:   eighthave
Date:     2008-03-07 16:39:10 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
added FFTW3 and Lua DLLs to the package

Modified Paths:
--------------
    trunk/packages/win32_inno/Makefile

Modified: trunk/packages/win32_inno/Makefile
===================================================================
--- trunk/packages/win32_inno/Makefile	2008-03-08 00:36:47 UTC (rev 9547)
+++ trunk/packages/win32_inno/Makefile	2008-03-08 00:39:10 UTC (rev 9548)
@@ -71,11 +71,14 @@
 lib_install:
 # these get installed into %SystemRoot%\system32 by the installer
 	install -d $(dlldir)
+	install -p $(bin_src)/libfftw3-3.dll  $(dlldir)
+	install -p $(bin_src)/libfftw3f-3.dll  $(dlldir)
 	install -p $(bin_src)/libogg-0.dll  $(dlldir)
 	install -p $(bin_src)/libsndfile-1.dll  $(dlldir)
 	install -p $(bin_src)/libvorbis-0.dll  $(dlldir)
 	install -p $(bin_src)/libvorbisenc-2.dll  $(dlldir)
 	install -p $(bin_src)/libvorbisfile-3.dll  $(dlldir)
+	install -p $(bin_src)/lua51.dll  $(dlldir)
 	install -p $(bin_src)/pthreadGC2.dll  $(dlldir)
 # these stay with pd.exe
 	install -p $(bin_src)/tcl84.dll  $(bindir)


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




More information about the Pd-cvs mailing list