From c67180156bb011ebe9a0524757052a28a6c62692 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Nov 2005 04:39:02 +0000 Subject: Lots of changes, got the first complete(-ish) build with the new extended build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993 --- packages/win32_inno/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/win32_inno') diff --git a/packages/win32_inno/TODO b/packages/win32_inno/TODO index b152c85d..5557f83a 100644 --- a/packages/win32_inno/TODO +++ b/packages/win32_inno/TODO @@ -3,4 +3,4 @@ - get Windows Makefiles for cyclone, toxy, zexy, Gem, unauthorized - +- change license file to GPL -- cgit v1.2.1