aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2003-05-29make poor GCC 2.95 uses happyMax Horn
2003-05-25Some additional warningsMax Horn
2003-04-26Make it possible to disable some/all of our three game modules (scumm/simon/s...Max Horn
2003-03-23updated Mac OS X static build ruleMax Horn
2003-02-26cleanupMax Horn
2003-02-07OopsJames Brown
2003-02-07Patch 679354: ComI actor redraw patchJames Brown
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ...Max Horn
2002-12-09change CFLAGS to CXXFLAGSMax Horn
2002-12-01OS X app bundle should contain static linked executable; 'bool' is part of th...Max Horn
2002-11-20use := instead of =Max Horn
2002-11-20Include simon debug options by defaultTravis Howell
2002-11-10Added a bundle target for OS X (creates an .app wrapper); Info.plist contains...Max Horn
2002-11-03no need to remove the debian/ dir anymoreTore Anderson
2002-11-02remove the debian/ dir before symlinking the dists/debian/ dir there,Tore Anderson
2002-11-01Added a deb target in the Makefile.Tore Anderson
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler....Jonathan Gray
2002-10-23added some comments; conveniently allow to enable -Wshadow and -WerrorMax Horn
2002-10-22added SIMONDEBUG to MakefileMax Horn
2002-10-08oopsMax Horn
2002-10-08added methods to String class that convert a string to upper/lower case; chan...Max Horn
2002-09-22taking out the -Werror again for now, till we have time to resolve some other...Max Horn
2002-09-22added -Wno-unknown-pragmas to fix warnings related to #pragma markMax Horn
2002-09-22don't tolerate warningsMax Horn
2002-09-09please be careful when commiting every modified file instead of only commitin...Max Horn
2002-09-09patch attempts to fix the MI2 music bug pointed out in bug report #551028Jean-Yves Simon
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-24we are not using ncurses, are we?Max Horn