aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
AgeCommit message (Collapse)Author
2013-03-27include libjack.dll so that Pd-extended runs on computers without ↵Hans-Christoph Steiner
Jack-for-Windows installed svn path=/trunk/; revision=17068
2013-01-22merge in updates from pd-extended/0.43Hans-Christoph Steiner
svn path=/trunk/; revision=16942
2013-01-18convert the random UNIX linefeeds to WindowsHans-Christoph Steiner
svn path=/trunk/; revision=16920
2013-01-02include translation files in installer and zip (i.e. po/ folder)Hans-Christoph Steiner
svn path=/trunk/; revision=16808
2013-01-02make file associations open pd-gui instead of pd.exe to take advantage of ↵Hans-Christoph Steiner
the new logic to open the files in the Pd-extended instance that is already running svn path=/trunk/; revision=16807
2012-12-21Win32: load zexy hex-named objects as libraries and kludge to get them ↵Hans-Christoph Steiner
working (>~ <~ ||~ &&~ . ==~) svn path=/trunk/; revision=16732
2012-12-18make zip creation reliable by using proper 'make' dependency trackingHans-Christoph Steiner
svn path=/trunk/; revision=16688
2012-12-13use basic optmization when setup for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=16682
2012-12-01fix translation install locationHans-Christoph Steiner
svn path=/trunk/; revision=16632
2012-11-30force the libpddir installation location of po/Hans-Christoph Steiner
svn path=/trunk/; revision=16621
2012-11-30on Windows, use autoconf setup to install the translation filesHans-Christoph Steiner
svn path=/trunk/; revision=16619
2012-11-25tkdnd upgraded to 2.6Hans-Christoph Steiner
svn path=/trunk/; revision=16577
2012-10-24only try to install Gem videos into media/ if they existHans-Christoph Steiner
svn path=/trunk/; revision=16489
2012-10-24on MinGW, move media_install symlinking to the Inno Setup packaging: MinGW's ↵Hans-Christoph Steiner
ln is cp, so you can't ln a file that doesn't exist svn path=/trunk/; revision=16488
2012-10-24when launching Pd-extended on Windows from zip via pd-extended.bat, using ↵Hans-Christoph Steiner
'Lucida Console' as default font svn path=/trunk/; revision=16487
2012-10-23new and improved zip package that doesn't need admin to generate, based on ↵Hans-Christoph Steiner
'innounp' aka Inno Setup Unpacker svn path=/trunk/; revision=16484
2012-10-23use zip from MinGW instead of Cygwin, now that you can get it from mingw-getHans-Christoph Steiner
svn path=/trunk/; revision=16483
2012-10-23use PROGRAMFILES variable instead of hard-coded path so things work on ↵Hans-Christoph Steiner
machines in other languages besides English svn path=/trunk/; revision=16482
2012-10-23make Inno Setup get the required fonts from SVN rather than relying on ↵Hans-Christoph Steiner
people to install the fonts in their system svn path=/trunk/; revision=16481
2012-10-23simplify rsyncing of Tcl libsHans-Christoph Steiner
svn path=/trunk/; revision=16480
2012-10-23fix bindir installsHans-Christoph Steiner
svn path=/trunk/; revision=16479
2012-10-23fix libcurl ABI versionHans-Christoph Steiner
svn path=/trunk/; revision=16478
2012-10-23add some more codec DLLsHans-Christoph Steiner
svn path=/trunk/; revision=16476
2012-10-22update list of included DLLs to include more libs based on current MinGW setupHans-Christoph Steiner
svn path=/trunk/; revision=16462
2012-10-22replace cp with rsync in order to prevent .svn and other SCM files from ↵Hans-Christoph Steiner
being included in the final distro package svn path=/trunk/; revision=16461
2012-10-20when building from scratch, unzip asiosdk2.2.zip into pd/asioHans-Christoph Steiner
svn path=/trunk/; revision=16446
2011-12-12add -Wstrict-aliasing=2 to everything to try to catch all type-punningHans-Christoph Steiner
svn path=/trunk/; revision=15815
2011-11-16streamlined global debug flags and added -fno-inline-functions for valgrindHans-Christoph Steiner
svn path=/trunk/; revision=15771
2011-10-20for the final step in eliminating the 'flatspace' hacked collection from ↵Hans-Christoph Steiner
Pd-extended, add the 'chaos' lib as its own standalone library, but load by default since flatspace was loaded by default svn path=/trunk/; revision=15627
2011-10-18make the Pd headers available in the standard locationsHans-Christoph Steiner
svn path=/trunk/; revision=15618
2011-10-18added new 'flatgui' to default load list to replace old 'flatspace'Hans-Christoph Steiner
svn path=/trunk/; revision=15613
2011-10-08-ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before ↵Hans-Christoph Steiner
strict-aliasing svn path=/trunk/; revision=15547
2011-10-05enable setting STRIP from the global package-specific Makefile and set ↵Hans-Christoph Steiner
STRIP=echo to keep debug symbols svn path=/trunk/; revision=15506
2011-10-04turned on debug symbols -g and set up gcc 4.x optimization flagsHans-Christoph Steiner
svn path=/trunk/; revision=15495
2011-10-03recurse into pd/startup when building the Windows installerHans-Christoph Steiner
svn path=/trunk/; revision=15486
2011-09-28move 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-26included pd-extended.bat in installer and .zipHans-Christoph Steiner
svn path=/trunk/; revision=15348
2011-09-26add -noprefs to pd-extended.bat so that it only loads libs from the command ↵Hans-Christoph Steiner
line flags, not the registry svn path=/trunk/; revision=15347
2011-09-26set global lib load list back to 0.42.5 styleHans-Christoph Steiner
svn path=/trunk/; revision=15346
2011-09-22centralize loader startup installing and set pdlua to start automaticallyHans-Christoph Steiner
svn path=/trunk/; revision=15343
2011-09-19include tcllib 1.13 for things like base64, etc.Hans-Christoph Steiner
svn path=/trunk/; revision=15313
2011-09-19include tkdnd 2.2 in the Pd-extended packageHans-Christoph Steiner
svn path=/trunk/; revision=15308
2011-09-15make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000).Hans-Christoph Steiner
svn path=/trunk/; revision=15295
2011-09-13include pthreadVC.dll from pd-vanilla to support libs that use itHans-Christoph Steiner
svn path=/trunk/; revision=15292
2011-09-08oops, typo, forgot the c in libstdc++-6.dllHans-Christoph Steiner
svn path=/trunk/; revision=15291
2011-09-07added libstd++-6.dll to packageHans-Christoph Steiner
svn path=/trunk/; revision=15290
2011-09-05added some new DLLs needed from builds using MinGW's gcc 4.5Hans-Christoph Steiner
svn path=/trunk/; revision=15285
2011-08-16removed some ancient history, circa 2003Hans-Christoph Steiner
svn path=/trunk/; revision=15220
2011-08-16removed very out of date windows batch filesHans-Christoph Steiner
svn path=/trunk/; revision=15219
2011-06-28add the 'startup' folder contents to the Windows installer and therefore ↵Hans-Christoph Steiner
.zip too svn path=/trunk/; revision=15119