diff options
-rw-r--r-- | packages/TODO | 10 | ||||
-rw-r--r-- | packages/patches/help_browser-0.38.4.patch | 4 | ||||
-rwxr-xr-x | packages/win32_inno/Makefile | 2 | ||||
-rw-r--r-- | packages/win32_inno/README.txt | 6 | ||||
-rw-r--r-- | packages/win32_inno/TODO | 2 |
5 files changed, 5 insertions, 19 deletions
diff --git a/packages/TODO b/packages/TODO index 0343b2dc..5cfc7ceb 100644 --- a/packages/TODO +++ b/packages/TODO @@ -1,12 +1,6 @@ -- make pd-settings.reg and org.puredata.pd.plist have the same libs and same order - - fix patch failures in patch_pd -- make sure PDP is being added - -- add pan library - - allow DESTDIR to be a relative path - fiddle~, bonk~, etc. didn't get installed @@ -27,10 +21,6 @@ developed so that you can specific the target CPU in one place and have everything compile for that CPU. -- add GRIPD for Anders - -- mDNS objects! - - make standard targets: distclean (*~, etc.), uninstall instead of install_clean - adding flext (from tgrill) "you could take the templates, *.def in the diff --git a/packages/patches/help_browser-0.38.4.patch b/packages/patches/help_browser-0.38.4.patch index a88324b4..d97ff712 100644 --- a/packages/patches/help_browser-0.38.4.patch +++ b/packages/patches/help_browser-0.38.4.patch @@ -267,9 +267,9 @@ diff -u -w -r1.7.2.4 u_main.tk - } - - $mbar.$helpmenuname add command -label {1 manual...} \ -+ $mbar.help add command -label {Browser} \ ++ $mbar.help add command -label {Browser...} \ + -command {menu_doc_browser $help_top_directory} -+ $mbar.help add command -label {Manual} \ ++ $mbar.help add command -label {Manual...} \ -command {menu_doc_open doc/1.manual index.htm} - doc_submenu $mbar.$helpmenuname 2.control.examples - doc_submenu $mbar.$helpmenuname 3.audio.examples diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 729d603a..204ea471 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -56,7 +56,7 @@ package: $(PD_INNO_SETUP) # makefile.mingw is available from here: # http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072 build_pd: - make -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) + make -C $(pd_src)/src -f makefile.mingw pd_install: build_pd # the autoconf/MinGW setup doesn't compile the extras yet diff --git a/packages/win32_inno/README.txt b/packages/win32_inno/README.txt index 9fcd16f2..821f4ffb 100644 --- a/packages/win32_inno/README.txt +++ b/packages/win32_inno/README.txt @@ -1,6 +1,6 @@ -Check this webpage for more build instructions: +Check this webpage for full build instructions: http://puredata.org/docs/developer/mingw ------------------------------------------------------------------------------ @@ -34,10 +34,8 @@ Microsoft Visual Studio - MinGW Makefile ------------------------------------------------------------------------------ -Since MinGW is the default build system, the file called "Makefile" is the -MinGW Makefile. TO compile: +See: http://puredata.org/docs/developer/windows -cd packages/win32_inno && make ------------------------------------------------------------------------------ Microsoft Visual Studio Makefile diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO index db624e8b..994556f6 100644 --- a/packages/win32_inno/TODO +++ b/packages/win32_inno/TODO @@ -1,6 +1,4 @@ -- make sure vasp is included in noncvs - - check out using env vars in Path settings in registry, or make relative paths - Another detail is that the menu item "help/1 manual" results in no action - |