Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1796
Modified Files: 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.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Makefile 16 May 2007 23:02:48 -0000 1.25 --- Makefile 13 Jun 2007 03:44:26 -0000 1.26 *************** *** 53,57 ****
! prebuilt_install: $(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install $(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format --- 53,57 ----
! prebuilt_install: pddplink_hack $(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install $(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format *************** *** 99,102 **** --- 99,108 ----
+ # on Windows, the pddp tcl files need to be in pd/lib aka $(libdir) + pddplink_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: