aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2008-01-13Clarify comments on compiler warning flagsMax Horn
2008-01-13Various small patches to the build system by jvpratMax Horn
2007-12-16Patch #1847599: Several enhancements for the build systemMax Horn
2007-11-26Moved port specific build rules from Makefile to ports.mkMax Horn
2007-11-14When reconfiguring, quote env var values in case they contain whitespacesMax Horn
2007-11-13When automatically (re)configuring, print the command we execute (it is often...Max Horn
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-11-06Patch #1826459: Make: reconfigure on configure change (saving environment)Max Horn
2007-06-23MacOS X bundle changes (copying in engine data files, pred.dic, and updated D...Oystein Eftevaag
2007-06-17Update win32dist.Travis Howell
2007-06-10Added reference to COPYRIGHT file in various placesMax Horn
2007-05-30Slightly modified version of patch #1728192: Fix for Debian packaging scriptsMax Horn
2007-04-28Updated configure to generate flags in config.mk for MAD, FLAC, MPEG2 and Vor...Max Horn
2007-04-10Removed remaining references to the LaTeX docs; added a TODO for the Makefile...Max Horn
2007-03-18Allows cross compiling for windows with mingw32.Johannes Schickel
2006-08-04Disabled '-O -Wuninitialized by default; this eases debugging a lot in some c...Max Horn
2006-07-11Force HFS+ filesystem when making OS X disk images (for backwards compatabili...Oystein Eftevaag
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-22Adds the AUTHOR file to the MacOS X snapshots, and updates the bundle layout ...Oystein Eftevaag
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work with...Max Horn
2006-04-15Changed default-theme -> modernMax Horn
2006-04-15Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb in...Max Horn
2006-04-14Update win32 distTravis Howell
2006-04-14Fix mingw compileTravis Howell
2006-04-14Rest of patch #1467193: "AmigaOS changes":Eugene Sandulenko
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
2006-03-29Added a minimal README for our unit tests, and moved their build rule to a ne...Max Horn
2006-03-15* 'make bundle' now copies the default theme files into the bundle.Oystein Eftevaag
2006-03-08Update win32 distTravis Howell
2006-02-20Added --enable-Werror option to our configure scriptMax Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-27Add themes zip to win32 dist.Travis Howell
2006-01-25New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in versi...Max Horn
2005-12-30OSX: Make it possible to compile ScummVM using GCC 3.3 against an SDL that wa...Max Horn
2005-11-27Revert accidental change.Eugene Sandulenko
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-11-08Improved osxsnap target (up to par with my own release build script)Max Horn
2005-11-07Use -force_cpusubtype_ALL for OS X statics, to ensure compatibility with G3 s...Max Horn
2005-10-14Added missing -framework CoreMIDIMax Horn
2005-06-24Fix for bug #1226522 (do not add common to list of include paths, to avoid na...Max Horn
2005-06-20Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4Max Horn
2005-05-10Restore settings again.Travis Howell
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09Restore settings.Travis Howell
2005-05-09Mention thumbnails in NEWSMax Horn
2005-05-08Patch #1193398 (DESTDIR patch for Makefile)Max Horn
2005-03-22Insert Credits.rtf into OSX bundleMax Horn
2005-02-06Configure the plugin prefix/suffix in the configure script; use that setting ...Max Horn
2005-01-11Move 'tools' related build rules into tools/module.mk; fixed remainder of bug...Max Horn