aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
AgeCommit message (Collapse)Author
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
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
2004-03-29changed license to GPL, changed URL to pure-data.iem.atHans-Christoph Steiner
svn path=/trunk/; revision=1501
2004-03-24against my better judgement, I added a bunch of stuff from binaries ↵Hans-Christoph Steiner
downloaded from the web svn path=/trunk/; revision=1472
2004-03-16fixed relocation problem, updated to 0.37.1Hans-Christoph Steiner
svn path=/trunk/; revision=1421
2004-03-16made paths relative so that you can install anywhereHans-Christoph Steiner
svn path=/trunk/; revision=1420
2004-03-09Changed the Gem help destdir to 5.reference/Gem so that pd 37 can find the ↵B. Bogart
files via right-click help. svn path=/trunk/; revision=1397
2004-03-09added dir structureHans-Christoph Steiner
svn path=/trunk/; revision=1393
2004-03-09first basic docsHans-Christoph Steiner
svn path=/trunk/; revision=1391
2003-10-27now only installs pdsend and pdreceive into {sys} rather than pd*.exeHans-Christoph Steiner
svn path=/trunk/; revision=1137
2003-10-20cleaned up icon so it works as a ShortcutHans-Christoph Steiner
svn path=/trunk/; revision=1117
2003-10-20windows-ized the MacOS X icon; its black and white and totally flat like PdHans-Christoph Steiner
svn path=/trunk/; revision=1116
2003-10-20pd-externals, Gem help patches are now taken from CVS; added links to docs ↵Hans-Christoph Steiner
on Start Menu; start of a makefile to compile everything svn path=/trunk/; revision=1114
2003-10-15updated quoting to get double-clicking to workHans-Christoph Steiner
svn path=/trunk/; revision=1094
2003-10-15removed bad -pathsHans-Christoph Steiner
svn path=/trunk/; revision=1093
2003-10-15first version of Windows installer generator; currently it uses a lot of old ↵Hans-Christoph Steiner
binaries, it needs a Makefile to compile everything first; its based on the Inno free installer maker svn path=/trunk/; revision=1092