aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Collapse)Author
2003-08-02GCC3 mode and distclean target were brokenMax Horn
svn-id: r9406
2003-08-02automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ↵Jonathan Gray
some additional warnings in Makefile.new svn-id: r9399
2003-07-31fix for bug #780989 (make distclean left some .deps dirs)Max Horn
svn-id: r9339
2003-07-30now how did that happen...Oliver Kiehl
svn-id: r9303
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-28bs2Jonathan Gray
svn-id: r9213
2003-07-19added vc7 files to distPaweł Kołodziejski
svn-id: r9079
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-05-26add ability to choose backend from configure script, doesn't validate user ↵Jonathan Gray
input at the moment svn-id: r7991
2003-04-26Make it possible to disable some/all of our three game modules ↵Max Horn
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131
2003-03-17update project files for smush and skyPaweł Kołodziejski
svn-id: r6819
2003-03-07small tweak to the hack to fix the static/bundle targets on OS XMax Horn
svn-id: r6750
2003-03-07small fix to my build hackMax Horn
svn-id: r6749
2003-03-07temporary hack to get ScummVM to compile againMax Horn
svn-id: r6747
2003-03-05Patch #697312: Beneath a Steel Sky interim/initial support patchMax Horn
svn-id: r6691
2002-12-20fixed dependency detection for midi backendsMax Horn
svn-id: r6030
2002-12-09change CFLAGS to CXXFLAGSMax Horn
svn-id: r5896
2002-11-26fixed linking with gnu ldOliver Kiehl
svn-id: r5723
2002-11-24Clean all objectsTravis Howell
svn-id: r5704
2002-11-21argh, revert to gcc 2.x build rules once more <g>Max Horn
svn-id: r5687
2002-11-21fixed build order for GNU ld, once moreMax Horn
svn-id: r5686
2002-11-21oops - default to gcc 2.9x build rules, not gcc 3.x build rulesMax Horn
svn-id: r5656
2002-11-21should link with GNU ld againMax Horn
svn-id: r5655
2002-11-21slight change of module order to see if that helps stupid GNU ldMax Horn
svn-id: r5654
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵Max Horn
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653
2002-11-15FS backend for MorphOSRuediger Hanke
svn-id: r5566
2002-11-14added dummy FS backend for Windows; somebody has to implement the actual ↵Max Horn
code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation? svn-id: r5553
2002-11-14added completly useless non functional browser dialog skeleton. Just to show ↵Max Horn
Endy I really have started working on it finally <g> svn-id: r5547
2002-11-12more readme.txt replacements, todo: update manpage and spec file with 0.3.0 infoJonathan Gray
svn-id: r5521
2002-11-02Revert back to revision 1.26.James Brown
Fingolfin, this breaks compilation on linux gcc 2.9x.. debian at least. svn-id: r5372
2002-11-01improved gcc build rule to avoid problems when files are removed from the ↵Max Horn
repository, and to make it less likely that aborting a build leaves bad .d2 files around (thanks Willem!) svn-id: r5369
2002-10-23grrr... why did my commit not remove those?!Max Horn
svn-id: r5275
2002-10-15list every file in its own line - makes it a bit easier to find/add thingsMax Horn
svn-id: r5152
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-26added simple message dialogMax Horn
svn-id: r5020
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
svn-id: r5015
2002-09-20removed old smush playerPaweł Kołodziejski
svn-id: r4981
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
svn-id: r4973
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-16simon also use class FilePaweł Kołodziejski
svn-id: r4948
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-31added class FilePaweł Kołodziejski
svn-id: r4873
2002-08-29sound system cleanupMax Horn
svn-id: r4867
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
svn-id: r4864
2002-08-25more optimizationsMax Horn
svn-id: r4847
2002-08-25fixed dependency checking to consider smush code, tooMax Horn
svn-id: r4843
2002-08-24update clean target for smush filesMax Horn
svn-id: r4831
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
svn-id: r4829
2002-08-24fixed the Makefile buildsystem for now to link in the new Smush player, and ↵Max Horn
disabling the old Smush player svn-id: r4826
2002-08-23Move scaler code from SCUMM-specific area.James Brown
svn-id: r4803