From 405d7c87afc60bdb9591e9e57cdf5114d68468c8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 27 Mar 2013 19:16:51 +0000 Subject: include libjack.dll so that Pd-extended runs on computers without Jack-for-Windows installed svn path=/trunk/; revision=17068 --- packages/win32_inno/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 471e247a..11412c0d 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -110,11 +110,11 @@ prebuilt_install: #==============================================================================# bin_src = /usr/local/bin -system32 = /c/WINDOWS/system32 +system32 = $(SYSTEMROOT)/system32 lib_install: -# ultimately, the DLLs should be installed in %SystemRoot%\system32 by -# InnoSetup since they are 'officially' named and versioned DLLs, and can be -# shared between apps +# ultimately, these DLLs are installed in %SystemRoot%\system32 by InnoSetup +# since they are 'officially' named and versioned DLLs, and can be shared +# between apps install -d $(DESTDIR)$(prefix)/ install -p \ $(bin_src)/libbz2-2.dll \ @@ -148,6 +148,7 @@ lib_install: $(bin_src)/lua51.dll \ $(bin_src)/pthreadGC2.dll \ $(bin_src)/xvidcore.dll \ + $(system32)/libjack.dll \ $(DESTDIR)$(prefix)/ # very old pthread lib from pd-vanilla install -d $(DESTDIR)$(bindir) -- cgit v1.2.1