aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
diff options
context:
space:
mode:
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-xpackages/win32_inno/Makefile2
-rw-r--r--packages/win32_inno/README.txt6
-rw-r--r--packages/win32_inno/TODO2
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 -