aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/TODO
blob: 2623e50b9e6745fecb9b77f8d607ceb6d63103bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

- test 7zip format for the installer packages, make sure it'll run on all
  platforms.  Its better to use 7zip since its smaller, and its free.


- 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)


- get Windows Makefiles for Gem


- make gripd compile from source (then we don't need to include pthreadVC.dll
  from Miller's pd package, and other hacks)