aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2004-12-16Update HE gamesTravis Howell
2004-08-22PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added.Marcus Comstedt
2004-07-27Given Makefile now depends on the configure script output move these default ...Jonathan Gray
2004-04-172nd pass at install/uninstall targetsJonathan Gray
2004-04-16more phony targetsJonathan Gray
2004-04-16initial pass at adding install/uninstall support to configure script, also us...Jonathan Gray
2004-04-16update phony target listJonathan Gray
2004-04-12this no longer existsJonathan Gray
2004-04-09UpdateTravis Howell
2004-04-06Fix for building from an external dir (ensures that the correct config.h gets...Max Horn
2004-04-03make hdiutil overwrite the disk image if it already exists, although it will ...Jonathan Gray
2004-03-29add most of my os x snapshot script as a makefile targetJonathan Gray
2004-03-29use a make variable for static os x package prefix so I don't have to change ...Jonathan Gray
2004-03-21Add win32 distTravis Howell
2004-03-17Add mingw to configure (Not working yet)Travis Howell
2004-03-15Aaargh, didn't mean to commit this...Max Horn
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-03-04use printf instead of echo -n for the echo -n less solaris usersJonathan Gray
2004-03-03sdl-config --static-libs finally works in SDL 1.2.7, make use of itMax Horn
2004-02-25OpenGL *is* needed for the OSX static target, because SDL always links agains...Max Horn
2004-02-25OpenGL libs no longer requiredTravis Howell
2004-02-01cleanupMax Horn
2004-01-31Removed 'builddir' again (not really needed for now); fixed 'bundle' rule for...Max Horn
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2004-01-30add MPEG2 to the static-link-hackMax Horn
2004-01-03oopsMax Horn
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
2003-12-24test is a PHONY targetMax Horn
2003-12-24added test target to Makefile (so you can do 'make test' now, provided you ha...Max Horn
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
2003-09-28add 'plugins' to all targetMax Horn
2003-09-21remove -Wcast-align, it causes troubles and sparc and has no real benefit els...Max Horn
2003-09-19cleanupMax Horn
2003-09-18plugin work: right now, only with build rules for OS X. Once I can get it to ...Max Horn
2003-09-17didn't mean to commit thisMax Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-08-23sync OS X static build rule with Makefile.noconfMax Horn
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-10most people have case sensitive filesystemsJonathan Gray
2003-08-10Tweak a littleJames Brown
2003-08-10depend on configure for config.mak so we can pick up changesJonathan Gray
2003-08-10nice friendly message about having to run configure firstJonathan Gray
2003-08-10Makefile.new -> Makefile, Makefile -> Makefile.noconf default Makefile now re...Jonathan Gray
2003-08-02automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ...Jonathan Gray
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-28make people happyJonathan Gray
2003-07-16disable some more warnings which cause problems with gcc 2.95 or with bad sys...Max Horn
2003-07-12moved to more warnings into the GCC 3.x only categoryMax Horn
2003-07-04added some more warnings (taken from pentagram)Max Horn
2003-05-29make GCC3 happy by default, too <sigh>Max Horn