aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/Makefile
AgeCommit message (Expand)Author
2011-12-12add -Wstrict-aliasing=2 to everything to try to catch all type-punningHans-Christoph Steiner
2011-11-16streamlined global debug flags and added -fno-inline-functions for valgrindHans-Christoph Steiner
2011-10-18make the Pd headers available in the standard locationsHans-Christoph Steiner
2011-10-08-ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before st...Hans-Christoph Steiner
2011-10-05enable setting STRIP from the global package-specific Makefile and set STRIP=...Hans-Christoph Steiner
2011-10-04turned on debug symbols -g and set up gcc 4.x optimization flagsHans-Christoph Steiner
2011-09-28move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat is...Hans-Christoph Steiner
2011-09-22centralize loader startup installing and set pdlua to start automaticallyHans-Christoph Steiner
2011-09-19include tcllib 1.13 for things like base64, etc.Hans-Christoph Steiner
2011-09-19include tkdnd 2.2 in the Pd-extended packageHans-Christoph Steiner
2011-09-15make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000).Hans-Christoph Steiner
2011-09-13include pthreadVC.dll from pd-vanilla to support libs that use itHans-Christoph Steiner
2011-09-08oops, typo, forgot the c in libstdc++-6.dllHans-Christoph Steiner
2011-09-07added libstd++-6.dll to packageHans-Christoph Steiner
2011-09-05added some new DLLs needed from builds using MinGW's gcc 4.5Hans-Christoph Steiner
2011-06-28run the zip command in the cygwin sh to make sure its in its native envHans-Christoph Steiner
2011-06-27fixed stupid recursive variable in $(zippackagefolder)Hans-Christoph Steiner
2011-06-27make zip only have a single folder of depthHans-Christoph Steiner
2011-06-26added zip: target to create a zip from the contents of the Inno installerHans-Christoph Steiner
2011-04-19copy libdir.dll into place, stop the ln -s trickeryHans-Christoph Steiner
2011-04-16move libdir ln -s statement since on MinGW ln is actually cp, and the target ...Hans-Christoph Steiner
2011-04-13create pd/startup and include libdir.dll; add notes.txt to Help Browser; inst...Hans-Christoph Steiner
2011-03-28install tcllib in the package since its needed for base64 for including image...Hans-Christoph Steiner
2010-12-12updated libraries to load by default and added pd-extended.bat for MS WindowsHans-Christoph Steiner
2010-06-09include libdl i.e. dlopen() in Pd-extended for easy porting from UNIXHans-Christoph Steiner
2010-04-13removed some cruft related to pddplinkHans-Christoph Steiner
2010-04-13zexy's [matchbox] and [regex] need libgnurx-0.dll, so include it in the packageHans-Christoph Steiner
2009-09-16more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl librar...Hans-Christoph Steiner
2009-06-15set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder h...Hans-Christoph Steiner
2009-06-14oops, missed one DESTDIR fixHans-Christoph Steiner
2009-06-14updated for Tcl/Tk 8.5 and better DESTDIR supportHans-Christoph Steiner
2008-03-08added FFTW3 and Lua DLLs to the packageHans-Christoph Steiner
2008-03-02The newly updated 'make depend' section in makefile.mingw means that you needHans-Christoph Steiner
2007-06-13quick hack to install the pddplink files in a place where they will be found ...Hans-Christoph Steiner
2007-05-16switched DLLs to install into system32 to reduce chances of DLL HellHans-Christoph Steiner
2006-12-14gripd is no longer supported by its author, and the old binaries don't really...Hans-Christoph Steiner
2006-12-06added program versions to test target so they are in the build logsHans-Christoph Steiner
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
2006-10-18changed distclean targets to prevent seemingly endless loops; this stuff defi...Hans-Christoph Steiner
2006-10-18minor build and clean tweaksHans-Christoph Steiner
2006-09-29added blank test_package target so the auto-build doesn't throw an errorHans-Christoph Steiner
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, e...Hans-Christoph Steiner
2006-09-19added miniscript to shorten path namesHans-Christoph Steiner
2006-09-14Inno Setup now runs headless from the command lineHans-Christoph Steiner
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on Powe...Hans-Christoph Steiner
2006-04-29an attempt at automating package generation... that failedHans-Christoph Steiner
2006-04-27added package_clean targetHans-Christoph Steiner
2006-04-15built Pd-0.39.2-extended-test2 on fever.idmi.poly.eduHans-Christoph Steiner
2006-04-10added test for dll before copying so things build without the gripd hackHans-Christoph Steiner
2006-01-17got and RC7 build, everything seems OK, but launching .htm files from the hel...Hans-Christoph Steiner