aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-15 17:11:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-15 17:11:35 +0000
commit3e61b06980a75625be4479d8821737b5de4c5ac2 (patch)
tree5ec9d01218513ba9a5656c66e57395cadfd76981 /packages
parent3c06fbe1a47b19141c87b360e5a1a2af495a8fb6 (diff)
built Pd-0.39.2-extended-test2 on fever.idmi.poly.edu
svn path=/trunk/; revision=4915
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile8
-rw-r--r--packages/win32_inno/TODO4
-rwxr-xr-xpackages/win32_inno/pd-inno.iss.in2
3 files changed, 9 insertions, 5 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index fbaf2435..eee0a455 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -97,10 +97,10 @@ lib_install:
install -p $(bin_src)/tclpip84.dll $(dlldir)/tclpip84.dll
install -p $(bin_src)/tk84.dll $(dlldir)/tk84.dll
# this is a quick hack, since the gripd.dll still looks for pthreadVC.dll
- (test -e $(DESTDIR)$(prefix)/gripd/pthreadVC.dll && \
- install -p $(DESTDIR)$(prefix)/gripd/pthreadVC.dll $(dlldir)/pthreadVC.dll) || \
- test -e $(SYSTEMROOT)/system32/pthreadVC.dll || \
- install -p $(SYSTEMROOT)/pthreadVC.dll $(dlldir)/pthreadVC.dll
+# (test -e $(DESTDIR)$(prefix)/gripd/pthreadVC.dll && \
+# install -p $(DESTDIR)$(prefix)/gripd/pthreadVC.dll $(dlldir)/pthreadVC.dll) || \
+# test -e $(SYSTEMROOT)/system32/pthreadVC.dll || \
+# install -p $(SYSTEMROOT)/pthreadVC.dll $(dlldir)/pthreadVC.dll
# these go into the Pd package's lib dir
install -d $(libdir)/tcl8.4
cp -r /usr/local/lib/tcl8.4/* $(libdir)/tcl8.4
diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO
index 95bc395f..2623e50b 100644
--- a/packages/win32_inno/TODO
+++ b/packages/win32_inno/TODO
@@ -20,3 +20,7 @@
- get Windows Makefiles for Gem
+
+
+- make gripd compile from source (then we don't need to include pthreadVC.dll
+ from Miller's pd package, and other hacks)
diff --git a/packages/win32_inno/pd-inno.iss.in b/packages/win32_inno/pd-inno.iss.in
index 86eaf07c..bb814d49 100755
--- a/packages/win32_inno/pd-inno.iss.in
+++ b/packages/win32_inno/pd-inno.iss.in
@@ -7,7 +7,7 @@
[Setup]
AppName=pd
-AppVerName=Pd-PD_VERSION-PACKAGE_VERSION
+AppVerName=Pd-PD_VERSION
AppPublisher=pure-data.org
AppPublisherURL=http://puredata.org
AppSupportURL=http://puredata.org/community/lists/