aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'packages/win32_inno/TODO')
-rw-r--r--packages/win32_inno/TODO26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO
deleted file mode 100644
index 2623e50b..00000000
--- a/packages/win32_inno/TODO
+++ /dev/null
@@ -1,26 +0,0 @@
-
-- 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)