aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
AgeCommit message (Collapse)Author
2011-06-28run the zip command in the cygwin sh to make sure its in its native envHans-Christoph Steiner
svn path=/trunk/; revision=15118
2011-06-27fixed stupid recursive variable in $(zippackagefolder)Hans-Christoph Steiner
svn path=/trunk/; revision=15117
2011-06-27make zip only have a single folder of depthHans-Christoph Steiner
svn path=/trunk/; revision=15114
2011-06-26added zip: target to create a zip from the contents of the Inno installerHans-Christoph Steiner
svn path=/trunk/; revision=15111
2011-06-26remove Ok dialog since its unneeded and interferes with automating the ↵Hans-Christoph Steiner
installer to make the zip package svn path=/trunk/; revision=15110
2011-04-19copy libdir.dll into place, stop the ln -s trickeryHans-Christoph Steiner
svn path=/trunk/; revision=15081
2011-04-16move 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-13create 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-28install tcllib in the package since its needed for base64 for including ↵Hans-Christoph Steiner
images inline svn path=/trunk/; revision=15052
2011-02-22removed libdir since its in 'startup' and added vanilla/list since it must ↵Hans-Christoph Steiner
be pre-loaded to work svn path=/trunk/; revision=14943
2011-01-20updated installer for 0.43Hans-Christoph Steiner
svn path=/trunk/; revision=14764
2011-01-19updated ancient READMEHans-Christoph Steiner
svn path=/trunk/; revision=14758
2011-01-11added new 'extra' libdir to default libraries since its not built with ↵Hans-Christoph Steiner
Pd-extended anymore svn path=/trunk/; revision=14708
2010-12-15try a config stripped of almost all librariesHans-Christoph Steiner
svn path=/trunk/; revision=14649
2010-12-12updated libraries to load by default and added pd-extended.bat for MS WindowsHans-Christoph Steiner
svn path=/trunk/; revision=14591
2010-09-16replaced dead pure-data.org with puredata.infoHans-Christoph Steiner
svn path=/trunk/; revision=14149
2010-09-07actually install 'include' into a folder called 'include'Hans-Christoph Steiner
svn path=/trunk/; revision=13987
2010-06-09include libdl i.e. dlopen() in Pd-extended for easy porting from UNIXHans-Christoph Steiner
svn path=/trunk/; revision=13635
2010-04-13added headers to Windows package to hopefully make it easier to build ↵Hans-Christoph Steiner
externals, prompted by feature request #2974565 svn path=/trunk/; revision=13445
2010-04-13removed some cruft related to pddplinkHans-Christoph Steiner
svn path=/trunk/; revision=13444
2010-04-13zexy's [matchbox] and [regex] need libgnurx-0.dll, so include it in the packageHans-Christoph Steiner
svn path=/trunk/; revision=13443
2010-04-12converted to use 'Pd-extended' as the folder for the registry settings; ↵Hans-Christoph Steiner
fixed missing " doublequote from flags svn path=/trunk/; revision=13422
2010-03-10converted freeverb folder to have the same name as the object, therefore it ↵Hans-Christoph Steiner
doesn't need to be loaded as a library svn path=/trunk/; revision=13201
2010-02-07doh, need close quoteHans-Christoph Steiner
svn path=/trunk/; revision=13144
2010-01-21changed Pd-extended's registry dir to Pd-extended to separate settings from ↵Hans-Christoph Steiner
Pd-vanilla svn path=/trunk/; revision=13060
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12703
2009-09-22added Inconsolata to the installer, since its a very nice font with PdHans-Christoph Steiner
svn path=/trunk/; revision=12428
2009-09-16more 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-15set 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-14oops, missed one DESTDIR fixHans-Christoph Steiner
svn path=/trunk/; revision=11772
2009-06-14updated for Tcl/Tk 8.5 and better DESTDIR supportHans-Christoph Steiner
svn path=/trunk/; revision=11770
2009-06-07checked in georg's patch that 'patch that checks for previous version and ↵Hans-Christoph Steiner
offers unistall choice' #2800683 svn path=/trunk/; revision=11699
2009-04-29removed failed attempt of getting asio4all.com to launch after installer ↵Hans-Christoph Steiner
completes svn path=/trunk/; revision=11195
2009-04-26added new url files for delete upon uninstall; new attempt at getting the ↵Hans-Christoph Steiner
ASIO4all url to open at the end of the install svn path=/trunk/; revision=11162
2009-04-22forgot to uncomment Run section when enabling the ASIO4ALL URL to auto-launchHans-Christoph Steiner
svn path=/trunk/; revision=11096
2009-04-18added links to the books that are freely available onlineHans-Christoph Steiner
svn path=/trunk/; revision=11054
2009-04-18added asio4all link to start menu and installer; switched license to GNU GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=11053
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2009-04-09this file needs an ENDHERE tag to be parsed properly by ↵Hans-Christoph Steiner
generate-pd-settings-files.sh svn path=/trunk/; revision=10990
2009-01-21removed crufty ancient TODO files and moved a couple still-relevant notes to ↵Hans-Christoph Steiner
more appropriate places svn path=/trunk/; revision=10585
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-05-15added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵Hans-Christoph Steiner
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817
2008-04-28switched name from 'Pure Data' to 'Pd-extended' for the sake of clarity and ↵Hans-Christoph Steiner
to make GNU/Linux and Mac OS X svn path=/trunk/; revision=9738
2008-03-08added FFTW3 and Lua DLLs to the packageHans-Christoph Steiner
svn path=/trunk/; revision=9548
2008-03-02The newly updated 'make depend' section in makefile.mingw means that you needHans-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-11-04fixed bad tagname preventing successful buildHans-Christoph Steiner
svn path=/trunk/; revision=8927
2007-10-27reverted ggee back to original order since it was conflicting with vbapHans-Christoph Steiner
svn path=/trunk/; revision=8890
2007-10-26fixed bunk path1 registry entryHans-Christoph Steiner
svn path=/trunk/; revision=8885
2007-09-25updated to load libdir first, so it'll actually load the rest of the libdirs ↵Hans-Christoph Steiner
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758
2007-08-29added Ed Kelly's library to the list for libs to load by defaultHans-Christoph Steiner
svn path=/trunk/; revision=8694