aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2004-05-09removed awe based on Endy statementPaweł Kołodziejski
2004-05-05adding initial code for Another World enginePaweł Kołodziejski
2004-04-16Makefile.mingw is no longer usedJonathan Gray
2004-04-09Add Kyrandia baseJames Brown
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
2004-02-25undoing this for now as it causes problems with at least MinGWMax Horn
2004-02-25alternate linking order, avoids 'SDL_main' related linker errors on OSX (this...Max Horn
2004-02-15Enable plugin support via configure scriptMax Horn
2004-02-01Depfiles are not generated in $(srcdir), so don't include them from there...Marcus Comstedt
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2003-12-16Add sword1 makefile changesTravis Howell
2003-10-28bs2 -> sword2Max Horn
2003-09-28queen initial importJoost Peters
2003-09-28add plugins to .PHONY listMax Horn
2003-09-28add 'plugins' to all targetMax Horn
2003-09-20yet another fix for linux+loadable modulesMax Horn
2003-09-19let's see if that's betterMax Horn
2003-09-19one more linux+dynamic fixMax Horn
2003-09-19some cleanup, and an (untested) loadable module build rule for LinuxMax Horn
2003-09-18added initial support for building our 4 adventure engines as loadable module...Max Horn
2003-09-18plugin work: right now, only with build rules for OS X. Once I can get it to ...Max Horn
2003-09-17fix Circular dependency warningMax Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-09-08while 'more logical' the current link order doesn't work if all plugins are d...Max Horn
2003-09-08more logical link orderMax Horn
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more logic...Max Horn
2003-09-08changes to get a better link order, and to allow building a 'bare bone' scumm...Max Horn
2003-09-08adding some comments, reordering some stuffMax Horn
2003-08-13"make distclean" now removes config.logTorbjörn Andersson
2003-08-02double broken in factMax Horn
2003-08-02GCC3 mode and distclean target were brokenMax Horn
2003-08-02automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ...Jonathan Gray
2003-07-31fix for bug #780989 (make distclean left some .deps dirs)Max Horn
2003-07-30now how did that happen...Oliver Kiehl
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-28bs2Jonathan Gray
2003-07-19added vc7 files to distPaweł Kołodziejski
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...Max Horn
2003-05-26add ability to choose backend from configure script, doesn't validate user in...Jonathan Gray
2003-04-26Make it possible to disable some/all of our three game modules (scumm/simon/s...Max Horn
2003-03-17update project files for smush and skyPaweł Kołodziejski
2003-03-07small tweak to the hack to fix the static/bundle targets on OS XMax Horn
2003-03-07small fix to my build hackMax Horn
2003-03-07temporary hack to get ScummVM to compile againMax Horn
2003-03-05Patch #697312: Beneath a Steel Sky interim/initial support patchMax Horn
2002-12-20fixed dependency detection for midi backendsMax Horn
2002-12-09change CFLAGS to CXXFLAGSMax Horn
2002-11-26fixed linking with gnu ldOliver Kiehl