Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21337
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: included another dll for Gem
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -C2 -d -r1.23.2.1 -r1.23.2.2 *** Makefile 13 Jun 2007 03:42:24 -0000 1.23.2.1 --- Makefile 27 Jun 2007 19:00:12 -0000 1.23.2.2 *************** *** 83,86 **** --- 83,87 ---- # if these are there, install them -install -p $(system32)/msvcp71.dll $(dlldir)/msvcp71.dll + -install -p $(system32)/msvcr71.dll $(dlldir)/msvcr71.dll -install -p $(system32)/pthreadVC.dll $(dlldir)/pthreadVC.dll # this is a quick hack, since the gripd.dll still looks for pthreadVC.dll