aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Collapse)Author
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
svn-id: r4793
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21fixed clean targetMax Horn
svn-id: r4789
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
svn-id: r4758
2002-08-14oops :-)Max Horn
svn-id: r4737
2002-08-14got rid of init.cppMax Horn
svn-id: r4736
2002-08-04DIG: preliminarily support for music in the gamePaweł Kołodziejski
svn-id: r4701
2002-07-28moved file bundle stuff into class BundlePaweł Kołodziejski
svn-id: r4671
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file ↵Max Horn
accessor functions svn-id: r4583
2002-07-16renamed 2xsai.cpp to scaler.cppMax Horn
svn-id: r4564
2002-07-13*** empty log message ***Travis Howell
svn-id: r4530
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget ↵Max Horn
class; ListWidget is usable (demo shows it off); added custom String/StringList classes svn-id: r4521
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ↵Max Horn
it might look); renamed various NewGui methods and added frameRect method; made NewGui use our 'own' GUI colors (no worries if you don't like them, this is just an experiment); StaticTextWidget now clones its label (preventing problems when a game was loaded, thus invalidating string locations in memory) svn-id: r4513
2002-07-09Dumb up filename case insensitivityJames Brown
svn-id: r4504
2002-07-06oops order is importantMax Horn
svn-id: r4468
2002-07-06added intelligent dependency tracking for anybody who uses GCCMax Horn
svn-id: r4467
2002-07-05hooked in new experimental, *incomplete* GUI code to F6/F7Max Horn
svn-id: r4464
2002-06-29Update other makefilesJames Brown
svn-id: r4440
2002-04-27Add config file support. Thanks |Pixel| :)James Brown
svn-id: r4111
2002-04-27Makefile.mingw now uses Makefile.common, tooMax Horn
svn-id: r4105
2002-04-27added the ability to add an extension to executables (like scummvm vs. ↵Max Horn
scummvm.exe); made some targets phony svn-id: r4102
2002-04-26Slightly revised Makefiles, now share common stuff in Makefile.common; added ↵Max Horn
simple Makefile for MacOS X svn-id: r4088