Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1916
Modified Files: z_install.bat Log Message: use %PROGRAMFILES% as a generic destination rather than C:\Programme
Index: z_install.bat =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/z_install.bat,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** z_install.bat 23 Apr 2005 18:16:47 -0000 1.5 --- z_install.bat 16 Jun 2005 13:21:46 -0000 1.6 *************** *** 6,13 **** REM where does PD reside ?? REM if you want spaces in the path, please use quotes ("") ! set PDPATH=C:\programme\pd
REM which pd-version do we have ? ! set PDVERSION=0.37
--- 6,13 ---- REM where does PD reside ?? REM if you want spaces in the path, please use quotes ("") ! set PDPATH="%PROGRAMFILES%\pd"
REM which pd-version do we have ? ! set PDVERSION=0.38