aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
AgeCommit message (Collapse)Author
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
2007-07-11removed stoopid typoHans-Christoph Steiner
svn path=/trunk/; revision=8026
2007-07-09added flib to the list of libs to load by deafultHans-Christoph Steiner
svn path=/trunk/; revision=7931
2007-07-08added ggee to standard libs to loadHans-Christoph Steiner
svn path=/trunk/; revision=7911
2007-06-13quick 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-17checked in Martin Peach's iconHans-Christoph Steiner
svn path=/trunk/; revision=7691
2007-05-17created checkboxes for the file associations and library registry settingsHans-Christoph Steiner
svn path=/trunk/; revision=7675
2007-05-16switched DLLs to install into system32 to reduce chances of DLL HellHans-Christoph Steiner
svn path=/trunk/; revision=7674
2007-05-15added fonts to the package from C:\WINDOWS; switched to 7zip compressionHans-Christoph Steiner
svn path=/trunk/; revision=7670
2007-02-25added iem_anything as a lib so that [any] is available by defaultHans-Christoph Steiner
svn path=/trunk/; revision=7446
2006-12-31added libdir to the default library listHans-Christoph Steiner
svn path=/trunk/; revision=7114
2006-12-15only try to include gripd if it existsHans-Christoph Steiner
svn path=/trunk/; revision=6917
2006-12-14gripd 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-06added program versions to test target so they are in the build logsHans-Christoph Steiner
svn path=/trunk/; revision=6666
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-18changed 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-18minor build and clean tweaksHans-Christoph Steiner
svn path=/trunk/; revision=6130
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-09-29added blank test_package target so the auto-build doesn't throw an errorHans-Christoph Steiner
svn path=/trunk/; revision=6053
2006-09-28Makefile 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-19added miniscript to shorten path namesHans-Christoph Steiner
svn path=/trunk/; revision=5964
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-09-14Inno Setup now runs headless from the command lineHans-Christoph Steiner
svn path=/trunk/; revision=5931
2006-09-13added flatspace and deprecated libdirs to the standard load...Hans-Christoph Steiner
svn path=/trunk/; revision=5928
2006-07-21more 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-29an attempt at automating package generation... that failedHans-Christoph Steiner
svn path=/trunk/; revision=5037
2006-04-27added package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=5012