[PD-cvs] packages/win32_inno Makefile,1.19,1.20

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Oct 18 05:54:45 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
minor build and clean tweaks

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile	29 Sep 2006 02:24:30 -0000	1.19
--- Makefile	18 Oct 2006 03:54:43 -0000	1.20
***************
*** 65,68 ****
--- 65,69 ----
  
  bin_src = /usr/local/bin
+ system32 = /c/WINDOWS/system32
  # ultimately, the DLLs should be installed in %SystemRoot%\system32 by InnoSetup
  #dlldir =  $(DESTDIR)$(prefix)/
***************
*** 80,83 ****
--- 81,87 ----
  	install -p $(bin_src)/tclpip84.dll  $(dlldir)/tclpip84.dll
  	install -p $(bin_src)/tk84.dll  $(dlldir)/tk84.dll
+ # if these are there, install them
+ 	-install -p $(system32)/msvcp71.dll $(dlldir)/msvcp71.dll
+ 	-install -p $(system32)/pthreadVC.dll $(dlldir)/pthreadVC.dll
  # this is a quick hack, since the gripd.dll still looks for pthreadVC.dll
  #	(test -e $(DESTDIR)$(prefix)/gripd/pthreadVC.dll && \
***************
*** 131,134 ****
--- 135,139 ----
  	-chmod -R +w $(DESTDIR)
  	-rm -rf $(DESTDIR)
+ 	-rm -rf Output
  
  





More information about the Pd-cvs mailing list