Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16225
Modified Files: Makefile Log Message: gripd is no longer supported by its author, and the old binaries don't really work with newer versions of Pd, so I am removing the gripd kludge frmo the build
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile 6 Dec 2006 04:09:33 -0000 1.23 --- Makefile 14 Dec 2006 17:04:08 -0000 1.24 *************** *** 48,52 **** $(MAKE) -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install
! install: pd_install prebuilt_install lib_install exe_install gripd_hack @echo " " @echo "win32_inno install succeeded!" --- 48,52 ---- $(MAKE) -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install
! install: pd_install prebuilt_install lib_install exe_install @echo " " @echo "win32_inno install succeeded!" *************** *** 84,92 **** -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 && \ - # 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 --- 84,87 ---- *************** *** 106,114 **** cp -a /c/Program\ Files/pd-0.38-4 $(DESTDIR)$(prefix)/
- gripd_hack: GRIPD_ZIP=$(CWD)/gripd-0.1.1.zip - gripd_hack: - test -e $(GRIPD_ZIP) && \ - cd $(DESTDIR)$(prefix) && unzip $(GRIPD_ZIP) - $(PD_INNO_SETUP): $(PD_INNO_SETUP).in @echo "Making Inno Setup file: $(PD_INNO_SETUP)" --- 101,104 ----