diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 06:32:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 06:32:51 +0000 |
commit | 531493b6d150abd87a38dafabe9ddff36c266a20 (patch) | |
tree | bb03a1518a90264a1d9c5182c69c6371eb82f747 /packages/win32_inno | |
parent | 1f13ca249fc252c49e907b69059f5892b58d1dd6 (diff) |
got and RC7 build, everything seems OK, but launching .htm files from the help browser doesn't work. arg. Documented the basic process of making the installer on the website
svn path=/trunk/; revision=4441
Diffstat (limited to 'packages/win32_inno')
-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 |
3 files changed, 3 insertions, 7 deletions
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 - |