[PD-cvs] packages/win32_inno Makefile, 1.11, 1.12 TODO, 1.16, 1.17 pd-inno.iss.in, 1.6, 1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Apr 15 19:11:38 CEST 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6726

Modified Files:
	Makefile TODO pd-inno.iss.in 
Log Message:
built Pd-0.39.2-extended-test2 on fever.idmi.poly.edu

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile	10 Apr 2006 02:01:20 -0000	1.11
--- Makefile	15 Apr 2006 17:11:35 -0000	1.12
***************
*** 98,105 ****
  	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
  # these go into the Pd package's lib dir
  	install -d $(libdir)/tcl8.4
--- 98,105 ----
  	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
  # these go into the Pd package's lib dir
  	install -d $(libdir)/tcl8.4

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** TODO	13 Feb 2006 06:10:07 -0000	1.16
--- TODO	15 Apr 2006 17:11:35 -0000	1.17
***************
*** 21,22 ****
--- 21,26 ----
  
  - 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)

Index: pd-inno.iss.in
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-inno.iss.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pd-inno.iss.in	17 Jan 2006 18:05:21 -0000	1.6
--- pd-inno.iss.in	15 Apr 2006 17:11:35 -0000	1.7
***************
*** 8,12 ****
  [Setup]
  AppName=pd
! AppVerName=Pd-PD_VERSION-PACKAGE_VERSION
  AppPublisher=pure-data.org
  AppPublisherURL=http://puredata.org
--- 8,12 ----
  [Setup]
  AppName=pd
! AppVerName=Pd-PD_VERSION
  AppPublisher=pure-data.org
  AppPublisherURL=http://puredata.org





More information about the Pd-cvs mailing list