diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-13 03:55:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-13 03:55:08 +0000 |
commit | acd37d4a37c223094f3e91803fe0fdcb01f17eee (patch) | |
tree | 1a6e576bd17dcc85d7f9edf53289b0604f0b6257 /packages/win32_inno/TODO | |
parent | 3c509cab622d1a4afbafec461c7e61484f6219dd (diff) |
This should be the final Pd-0.38.4-extendedRC8 build, which should be the
release of Pd-0.38.4-extended. A couple of minor changes:
- added liblist to the config files since [list] was backported to 0.38.4 in
the form of liblist
- removed the MACOSX -> __APPLE__ regexp stuff since it was just for testing
until Miller accepted those changes.
- tried to make the org.puredata.pd.plist file get installed with write
permissions so that people can overwrite and change the default file after
they install it.
svn path=/trunk/; revision=4584
Diffstat (limited to 'packages/win32_inno/TODO')
-rw-r--r-- | packages/win32_inno/TODO | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO index 1093eca8..3cfd860e 100644 --- a/packages/win32_inno/TODO +++ b/packages/win32_inno/TODO @@ -1,12 +1,18 @@ +- make things compile in Cygwin's MinGW environment (then things can be + compiled from an ssh session) + + +- switch to Martin Peach's menu_openhtml patch, it handles names with spaces + better (i.e. replace openhtml_win32_fix-0.39-2.patch) + + +- make DLLs install into %SystemRoot%\system32 instead of %ProgramFiles%\pd\bin + + - check out using env vars in Path settings in registry, or make relative paths (I checked, you can't use env vars in the path or loadlib settings... arg, this should be implemented) -- Another detail is that help browser can't open files if there is a space in - the path or filename. I think its a problem of Tcl escaping. The problem - is in u_main.tk in menu_openhtml on Win32 with rundll32 dll.url.FileHandler - - - get Windows Makefiles for Gem |