Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat ↵ | Hans-Christoph Steiner | |
is the thing to run svn path=/trunk/; revision=15379 | |||
2011-09-22 | centralize loader startup installing and set pdlua to start automatically | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15343 | |||
2011-09-19 | include tcllib 1.13 for things like base64, etc. | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15313 | |||
2011-09-19 | include tkdnd 2.2 in the Pd-extended package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15308 | |||
2011-09-15 | make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000). | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15295 | |||
2011-09-13 | include pthreadVC.dll from pd-vanilla to support libs that use it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15292 | |||
2011-09-08 | oops, typo, forgot the c in libstdc++-6.dll | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15291 | |||
2011-09-07 | added libstd++-6.dll to package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15290 | |||
2011-09-05 | added some new DLLs needed from builds using MinGW's gcc 4.5 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15285 | |||
2011-06-28 | run the zip command in the cygwin sh to make sure its in its native env | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15118 | |||
2011-06-27 | fixed stupid recursive variable in $(zippackagefolder) | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15117 | |||
2011-06-27 | make zip only have a single folder of depth | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15114 | |||
2011-06-26 | added zip: target to create a zip from the contents of the Inno installer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15111 | |||
2011-04-19 | copy libdir.dll into place, stop the ln -s trickery | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15081 | |||
2011-04-16 | move libdir ln -s statement since on MinGW ln is actually cp, and the target ↵ | Hans-Christoph Steiner | |
needs to be there first svn path=/trunk/; revision=15072 | |||
2011-04-13 | create pd/startup and include libdir.dll; add notes.txt to Help Browser; ↵ | Hans-Christoph Steiner | |
install tcllib into its own tcllib1.13 folder svn path=/trunk/; revision=15070 | |||
2011-03-28 | install tcllib in the package since its needed for base64 for including ↵ | Hans-Christoph Steiner | |
images inline svn path=/trunk/; revision=15052 | |||
2010-12-12 | updated libraries to load by default and added pd-extended.bat for MS Windows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14591 | |||
2010-06-09 | include libdl i.e. dlopen() in Pd-extended for easy porting from UNIX | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13635 | |||
2010-04-13 | removed some cruft related to pddplink | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13444 | |||
2010-04-13 | zexy's [matchbox] and [regex] need libgnurx-0.dll, so include it in the package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13443 | |||
2009-09-16 | more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl ↵ | Hans-Christoph Steiner | |
libraries in order to support 'msgcat', 'dde', and 'registry' commands svn path=/trunk/; revision=12369 | |||
2009-06-15 | set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder ↵ | Hans-Christoph Steiner | |
how this worked before svn path=/trunk/; revision=11777 | |||
2009-06-14 | oops, missed one DESTDIR fix | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11772 | |||
2009-06-14 | updated for Tcl/Tk 8.5 and better DESTDIR support | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11770 | |||
2008-03-08 | added FFTW3 and Lua DLLs to the package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9548 | |||
2008-03-02 | The newly updated 'make depend' section in makefile.mingw means that you need | Hans-Christoph Steiner | |
to cd to packages/win32_inno before running make -f makefile.mingw so that 'make depend' finds the source files and puts the makefile.dependencies in the right place. svn path=/trunk/; revision=9528 | |||
2007-06-13 | quick hack to install the pddplink files in a place where they will be found ↵ | Hans-Christoph Steiner | |
on Windows svn path=/trunk/; revision=7769 | |||
2007-05-16 | switched DLLs to install into system32 to reduce chances of DLL Hell | Hans-Christoph Steiner | |
svn path=/trunk/; revision=7674 | |||
2006-12-14 | gripd is no longer supported by its author, and the old binaries don't ↵ | Hans-Christoph Steiner | |
really work with newer versions of Pd, so I am removing the gripd kludge frmo the build svn path=/trunk/; revision=6887 | |||
2006-12-06 | added program versions to test target so they are in the build logs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6666 | |||
2006-10-21 | cleaned up version handling to make more sense; removed some obsolete chmods | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6151 | |||
2006-10-18 | changed distclean targets to prevent seemingly endless loops; this stuff ↵ | Hans-Christoph Steiner | |
definitely could be a lot more cleanly implemented... svn path=/trunk/; revision=6136 | |||
2006-10-18 | minor build and clean tweaks | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6130 | |||
2006-09-29 | added blank test_package target so the auto-build doesn't throw an error | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6053 | |||
2006-09-28 | Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵ | Hans-Christoph Steiner | |
especially when using make -j svn path=/trunk/; revision=6040 | |||
2006-09-19 | added miniscript to shorten path names | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5964 | |||
2006-09-14 | Inno Setup now runs headless from the command line | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5931 | |||
2006-07-21 | more work on centralizing the CPU optimization flags. With GNU/Linux on ↵ | Hans-Christoph Steiner | |
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389 | |||
2006-04-29 | an attempt at automating package generation... that failed | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5037 | |||
2006-04-27 | added package_clean target | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5012 | |||
2006-04-15 | built Pd-0.39.2-extended-test2 on fever.idmi.poly.edu | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4915 | |||
2006-04-10 | added test for dll before copying so things build without the gripd hack | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4861 | |||
2006-01-17 | got and RC7 build, everything seems OK, but launching .htm files from the ↵ | Hans-Christoph Steiner | |
help browser doesn't work. arg. Documented the basic process of making the installer on the website svn path=/trunk/; revision=4441 | |||
2005-12-20 | added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵ | Hans-Christoph Steiner | |
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260 | |||
2005-12-18 | fixed linux package bug that left out pd-gui; tweaked optimization setup | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4251 | |||
2005-12-14 | working towards RC6... soon | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4205 | |||
2005-12-12 | made standard shortcut target so I don't have to remember the names of the ↵ | Hans-Christoph Steiner | |
different package types svn path=/trunk/; revision=4193 | |||
2005-12-12 | added targets for testing the final destinations that are currently set | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4192 | |||
2005-11-28 | - finally got a Linux Pd-extended release out, RC5 | Hans-Christoph Steiner | |
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4064 |