aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2002-08-21patch #598405Max Horn
svn-id: r4799
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to ↵Max Horn
create the local build.rules file svn-id: r4797
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
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-21Initial revisionMax Horn
svn-id: r4785
2002-07-25got rid of UNIX_X11 - instead, use UNIX + X11_BACKENDMax Horn
svn-id: r4632
2002-07-09Dumb up filename case insensitivityJames Brown
svn-id: r4504
2002-06-17Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4422
2002-06-14Reverse patch as requested by EndyTravis Howell
svn-id: r4419
2002-06-14Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4418
2002-06-07merged Makefile.macosx into master MakefileMax Horn
svn-id: r4413
2002-05-25fixed a missplaced memset in akos code. Fixed a typo in the MakefileVincent Hamm
svn-id: r4384
2002-05-25Forgot to remove another SDLism from the X11 compilation :-) (no, no,Lionel Ulmer
it's not on purpose to increase our SF stats :-) ). svn-id: r4383
2002-05-25Fix a little bit the Makefile to not have both UNIX and UNIX_X11Lionel Ulmer
defined when building the X11 driver. svn-id: r4382
2002-05-16Fix X11 compiling with the new unified Makefile and remove the oldLionel Ulmer
Makefile.x11 svn-id: r4343
2002-05-16Added an ALSA sequencer support. Updated readme.txt to explain it, andNicolas Noble
Makefile to allow the user to enable it. I also reorganised the Makefile a bit, since there is now one more optionnal library. BBrox, I also merged your Makefile.x11 in it, just take a look at it! svn-id: r4341
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-26Slightly revised Makefiles, now share common stuff in Makefile.common; added ↵Max Horn
simple Makefile for MacOS X svn-id: r4088
2002-04-17Removed mp3_cd referenceNicolas Bacca
svn-id: r3983
2002-04-14Updated makefileLudvig Strigeus
svn-id: r3938
2002-04-13Added mididrv.cpp, removed USE_ADLIBLudvig Strigeus
svn-id: r3928
2002-04-13Added main.cpp and extra simon *.cpp files to makefilesTravis Howell
svn-id: r3914
2002-04-05Fix minor typoJames Brown
svn-id: r3870
2002-04-05Fix mp3_cd supportJames Brown
svn-id: r3869
2002-03-25Fixed most of the speed issues of insaneVincent Hamm
svn-id: r3833
2002-03-25Various fix in insaneVincent Hamm
svn-id: r3830
2002-03-25Fixed MakefileVincent Hamm
svn-id: r3827
2002-03-25Rechanged the way the scumm class is choose (sorry, can't make up my mind). ↵Vincent Hamm
Implemented the different versions of loadCharset svn-id: r3820
2002-03-25Moved the v3 specific version of readIndexVincent Hamm
svn-id: r3817
2002-03-24Fixed pal initVincent Hamm
svn-id: r3815
2002-03-24Fixed garbadge in inventory section. Removed unused library in the MakefileVincent Hamm
svn-id: r3806
2002-03-23Changed the way games are detected. Now the detection is done out of the ↵Vincent Hamm
scumm object. We can now create de good scumm object depending of the game detected. Warning: the implementation is not yet finalised and the in game gui is more broken than ever.... svn-id: r3802
2002-03-10Apply some patches by syke to prevent buffer overruns, etc.James Brown
svn-id: r3723
2002-03-06Preliminary smush playback support.Vincent Hamm
svn-id: r3669
2002-03-06Final part of V7 merging process. The FULL_THROTTLE define is not required ↵Vincent Hamm
any more svn-id: r3660
2002-02-23Changed the scummVar system to a dynamic one. Started to remove all the ↵Vincent Hamm
reference to FULL_TROTTLE define. svn-id: r3624
2002-01-15Fixed two missing files from make dist.Ludvig Strigeus
The scummvm-0.1.0 release was fixed also. svn-id: r3545
2002-01-13added missing fmopl.h for make distLudvig Strigeus
svn-id: r3542
2001-12-28updated for akos.cppLudvig Strigeus
svn-id: r3534
2001-12-02mistyped name of USE_ADLIBLudvig Strigeus
svn-id: r3519
2001-12-01fixed to compile on unix (again)Ludvig Strigeus
svn-id: r3514
2001-12-01fixed to compile on unixLudvig Strigeus
svn-id: r3513
2001-11-19Merged Lionel Ulmer's support to play music in unix usingClaudio Matsuoka
Timidity. svn-id: r3501
2001-11-19Merged Tom Dunstan's debugger readline patch. DefineClaudio Matsuoka
HAVE_READLINE to enable it. svn-id: r3500
2001-11-14music support,Ludvig Strigeus
fixed timing bugs svn-id: r3491
2001-11-09save/load dialogLudvig Strigeus
svn-id: r3478
2001-11-07Using `sdl-config --libs` as LIBS, will override for cross-build.Claudio Matsuoka
svn-id: r3469
2001-11-06Re-added changes to allow cygwin and beos cross-compilation.Claudio Matsuoka
svn-id: r3468
2001-11-05bug fixes,Ludvig Strigeus
speech in dott svn-id: r3454