[PD-cvs] packages/win32_inno Makefile,1.10,1.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Apr 10 04:01:22 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added test for dll before copying so things build without the gripd hack

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile	17 Jan 2006 06:32:51 -0000	1.10
--- Makefile	10 Apr 2006 02:01:20 -0000	1.11
***************
*** 98,102 ****
  	install -p $(bin_src)/tk84.dll  $(dlldir)/tk84.dll
  # this is a quick hack, since the gripd.dll still looks for pthreadVC.dll
! 	install -p $(DESTDIR)$(prefix)/gripd/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





More information about the Pd-cvs mailing list