Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv635
Modified Files: TODO pd-inno.iss.in Log Message: notes and fixes from josh's test session
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 22 Nov 2005 21:38:20 -0000 1.3 --- TODO 23 Nov 2005 21:42:19 -0000 1.4 *************** *** 1,12 ****
! - in generate-pd.inno.sh, don't add dirs with no files in them (doc, 7.stuff, etc).
- - fix PD_VERSION, the sed patterns aren't working
- make Pd.exe using MinGW's "start.exe" like MacOSX's "open"
! - figure out why MinGW-compiled "unauthorized" externals don't work
! - get Windows Makefiles for cyclone, toxy, zexy, Gem, unauthorized
! - change license file to GPL --- 1,20 ----
! - add Gem to noncvs ! ! - get Pd compiling on MinGW:. From Carmen: ! ! - "theres a SConscript in devel_0_39 and theres also a makefile.mingw maybe ! in devel_0_38. just ./configure && make && make install the deps like tk ! and such first, although you can use a static path to MSVC-generated .libs ! if you dont feel like doing that.."
- make Pd.exe using MinGW's "start.exe" like MacOSX's "open"
! - menu_openhtml on Win32 with rundll should be able to open other filetypes like open on MACOSX.
! - fix PD_VERSION, the sed patterns aren't working
! - figure out why MinGW-compiled "unauthorized" externals don't work ! ! - get Windows Makefiles for Gem, unauthorized
Index: pd-inno.iss.in =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/pd-inno.iss.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pd-inno.iss.in 22 Nov 2005 21:38:20 -0000 1.1 --- pd-inno.iss.in 23 Nov 2005 21:42:19 -0000 1.2 *************** *** 33,38 **** Name: {group}\puredata.org; Filename: {app}\pd.url Name: {group}\Uninstall Pure Data; Filename: {uninstallexe} ! Name: {userdesktop}\Pure Data; Filename: {app}\pd.exe; Tasks: desktopicon; IconFilename: {app}\lib\pd.ico; IconIndex: 0; WorkingDir: {app} ! Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Pure Data; Filename: {app}\pd.exe; Tasks: quicklaunchicon; WorkingDir: {app}; IconFilename: {app}\lib\pd.ico; IconIndex: 0
;Name: {group}\Pure Data (no video); Filename: {app}\pd-novideo.bat; IconFilename: {app}\lib\pd.ico; IconIndex: 0; Tasks: quicklaunchicon desktopicon; WorkingDir: {app} --- 33,38 ---- Name: {group}\puredata.org; Filename: {app}\pd.url Name: {group}\Uninstall Pure Data; Filename: {uninstallexe} ! Name: {userdesktop}\Pure Data; Filename: {app}\bin\pd.exe; Tasks: desktopicon; IconFilename: {app}\lib\pd.ico; IconIndex: 0; WorkingDir: {app} ! Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Pure Data; Filename: {app}\bin\pd.exe; Tasks: quicklaunchicon; WorkingDir: {app}; IconFilename: {app}\lib\pd.ico; IconIndex: 0
;Name: {group}\Pure Data (no video); Filename: {app}\pd-novideo.bat; IconFilename: {app}\lib\pd.ico; IconIndex: 0; Tasks: quicklaunchicon desktopicon; WorkingDir: {app}