[PD-cvs] packages/win32_inno Makefile,1.23,1.23.2.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jun 13 05:42:26 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
quick hack to install the pddplink files in a place where they will be found on Windows

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -C2 -d -r1.23 -r1.23.2.1
*** Makefile	6 Dec 2006 04:09:33 -0000	1.23
--- Makefile	13 Jun 2007 03:42:24 -0000	1.23.2.1
***************
*** 53,57 ****
  
  
! prebuilt_install:
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format
--- 53,57 ----
  
  
! prebuilt_install: pddp_hack
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install
  	$(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format
***************
*** 102,105 ****
--- 102,111 ----
  
  
+ # on Windows, the pddp tcl files need to be in pd/lib aka $(libdir)
+ pddp_hack:
+ 	install -d $(libdir)/pddp
+ 	install -p $(externals_src)/miXed/bin/pddp/*.tcl $(libdir)/pddp
+ 
+ 
  # here are some hacks to assemble a package from binaries
  no_compile_hacks:





More information about the Pd-cvs mailing list