aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2009-03-18Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.Travis Howell
svn-id: r39508
2009-03-13fixing stupid, stupid mistake in previous commit. yet another proof that I ↵Max Horn
need to use git to prestage all my commits for one day. Yay for 'git commit --amend' ;-) svn-id: r39373
2009-03-13Added --enable-all-engines and --disable-all-engines to configure scriptMax Horn
svn-id: r39372
2009-03-09Personal Nightmare is part of the AGOS engine.Travis Howell
svn-id: r39277
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
2009-03-07Enable the MADE engine by defaultFilippos Karapetis
svn-id: r39204
2009-03-04- Make Lands of Lore compileable optionally as suggested by _sev. (via ↵Johannes Schickel
ENABLE_LOL define) - Change default build system to support LoL as a subengine of KYRA. LoL is currently disabled by default. (- Minor enum name fixes for Lands of Lore code.) svn-id: r39099
2009-03-01By default, do not check for libmpeg2. Currently, there's no engine that ↵Torbjörn Andersson
needs it though I guess it's possible that some will in the future. svn-id: r39035
2009-03-01Don't use the words "MPEG" and "Broken Sword" in the same sentence. Ever.Torbjörn Andersson
svn-id: r39034
2009-02-20Fixed configure on systems without mktemp.Johannes Schickel
svn-id: r38610
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: ↵Oystein Eftevaag
iPhone backend updates svn-id: r38240
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵Jordi Vilalta Prat
compile yet) svn-id: r38192
2009-02-13Build a dynamically linked executable on Amiga by default (as discussed with ↵Jordi Vilalta Prat
Raziel^) svn-id: r36306
2009-01-21configure: changed 'Running on x86' to 'Compiling for x86'Max Horn
svn-id: r35983
2009-01-21configure: changed order of backend detection and engine listing (backend ↵Max Horn
detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails) svn-id: r35982
2009-01-20Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, ↵Max Horn
instead of config.h svn-id: r35962
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
- Merge is perfromed in order to not let rotting the code - Makefile modifications were avoided Stuff to resolve: - Circular dependency of common/vkeybd from graphics/ - Make it compilable (?) - Add some keyboards - Decide on the key bindings svn-id: r35813
2009-01-05Added Haiku support to configure (due to Begasus)Max Horn
svn-id: r35746
2009-01-02Disable the SAGA 2 sub engine by default (it's WIP)Filippos Karapetis
svn-id: r35683
2009-01-02More configure code for additional SAGA engine features.Eugene Sandulenko
svn-id: r35676
2009-01-02Added changes to configure, which I forgot to do in my previous commitFilippos Karapetis
svn-id: r35673
2008-12-16Enable the Groovie engine by default since it's now supportedJordi Vilalta Prat
svn-id: r35403
2008-12-08Removed last traces of X11 backend.Johannes Schickel
svn-id: r35287
2008-11-30enabled tucker engine by default, since game should be completable with itGregory Montoir
svn-id: r35189
2008-11-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
svn-id: r34990
2008-09-30Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control ↵Stephen Kennedy
inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. svn-id: r34706
2008-09-12Fix compiling under mingw, when using latest mingw-runtime (3.15).Travis Howell
svn-id: r34501
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
svn-id: r34216
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵Max Horn
Compile svn-id: r34194
2008-08-20Committed patch from bug #2062926 "GCC 4.x versions not detected by ↵Johannes Schickel
configure script". svn-id: r34074
2008-07-23Fix bug which was triggered by file named 'a' in current directory.Eugene Sandulenko
svn-id: r33252
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230
2008-07-15config.log and tmp files should be put into the configure (= current) dir, ↵Max Horn
not the source dir svn-id: r33070
2008-07-09New configure flag --enable-profiling to compile and link with -pg (for Bertrand Augereau
gprof) svn-id: r32970
2008-06-24Fixed mktemp usage in BSD systems (as noted in bug #2000931)Jordi Vilalta Prat
svn-id: r32764
2008-06-14Revert last commit.Travis Howell
svn-id: r32700
2008-06-14Disable drawObject type 0x41, which is currently causing frequent crashes.Travis Howell
svn-id: r32699
2008-06-10Small cleanup (mainly removed useless variables and defines)Jordi Vilalta Prat
svn-id: r32662
2008-06-09Added some missing $EXEEXT which would make some tests to failJordi Vilalta Prat
svn-id: r32626
2008-06-09Use mktemp when availableJordi Vilalta Prat
svn-id: r32625
2008-06-09Ignore superfluous --enable/--disable flags for existing enginesJordi Vilalta Prat
svn-id: r32624
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-05-31Use --enable-auto-import when linking dynamic plugins with MinGW.Johannes Schickel
svn-id: r32427
2008-05-14TypoMax Horn
svn-id: r32108
2008-05-07Reject invalid option combinations when enabling/disabling enginesJordi Vilalta Prat
svn-id: r31914
2008-05-07Show the SCUMM engine options properlyJordi Vilalta Prat
svn-id: r31913
2008-05-06Added openembedded.org target names (patch #1959138)Jordi Vilalta Prat
svn-id: r31912
2008-05-06Fail on invalid --enable/disable optionsJordi Vilalta Prat
svn-id: r31910
2008-05-06Fixed syntax error. String comparision is done with '=', not '=='.Torbjörn Andersson
svn-id: r31891