Andre Heider
07cc19df38
Fix compilation of the iPhone port.
...
svn-id: r39611
2009-03-22 17:48:42 +00:00
Max Horn
8bb60d6200
Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. There is no reliable way to distinguish iPhone OS X and 'regular' Mac OS X via the host type only
...
svn-id: r39610
2009-03-22 16:46:45 +00:00
Max Horn
f4ae5a4572
Fixed configure on OSX (no idea what this will do to the iPhone, but now at least compiling on OS X is possible again)
...
svn-id: r39607
2009-03-22 13:50:51 +00:00
Jordi Vilalta Prat
871c8d8349
- Grouped default settings
...
- Grouped related functions
- Add "backends/platform/$_backend" to MODULES for all backends
- Some bits of formatting
svn-id: r39605
2009-03-22 11:24:23 +00:00
Oystein Eftevaag
0dc0f24bcd
OSX configure fix
...
svn-id: r39603
2009-03-22 03:09:41 +00:00
Oystein Eftevaag
0c5959ce8a
Updated iphone/osx build rules a bit, to make them more consistent
...
svn-id: r39600
2009-03-21 21:48:44 +00:00
Marcus Comstedt
ed24cf667b
Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of some corny warnings).
...
svn-id: r39588
2009-03-21 15:21:24 +00:00
Marcus Comstedt
760133e8ca
Added support for dynamic plugins on Dreamcast to the configure script.
...
svn-id: r39587
2009-03-21 15:15:29 +00:00
Max Horn
428b0ec800
configure: rearranged some stuff
...
svn-id: r39541
2009-03-19 21:42:50 +00:00
Oystein Eftevaag
4367d1c184
Whitespace fix
...
svn-id: r39538
2009-03-19 20:53:33 +00:00
Oystein Eftevaag
1301de3795
Added support for specifying which prefix directory to link in static libs for (for mac os x and iphone bundles), and use a build-specific strip command
...
svn-id: r39537
2009-03-19 20:49:22 +00:00
Andre Heider
38baf3b19f
Added configure support for the Wii and Gamecube port
...
svn-id: r39531
2009-03-19 18:56:54 +00:00
Andre Heider
a0545c4133
Moved -pedantic from Makefile to the end of configure script
...
svn-id: r39530
2009-03-19 18:52:38 +00:00
Andre Heider
845f8d018b
Extended the FLAC test to detect a libFLAC version which was compiled without libogg support
...
svn-id: r39529
2009-03-19 18:47:01 +00:00
Andre Heider
38e2957739
Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor one ;)
...
svn-id: r39527
2009-03-19 18:36:45 +00:00
Marcus Comstedt
114d9f211c
Initial support for building the Dreamcast port using the configure
...
script. Dynamic modules are not supported just yet.
svn-id: r39524
2009-03-18 23:38:25 +00:00
Oystein Eftevaag
f32fd48930
Use host-specific ranlib when crosscompiling for darwin (Mac OS X)
...
svn-id: r39523
2009-03-18 23:17:54 +00:00
Max Horn
55eb3b0b26
configure: We don't use tail anymore, so don't check for it; move (hq) scaler check from the middle to nowhere to a more appropriate spot
...
svn-id: r39522
2009-03-18 21:51:56 +00:00
Marcus Comstedt
e47e0242c9
Create a variable _host_alias defaulting to $_host_cpu-$_host_os, which is used to pick the cross compiler. This allows "special" hosts to override it.
...
svn-id: r39520
2009-03-18 21:07:28 +00:00
Marcus Comstedt
125a34c772
Moved the _build_{hq_,}scalers tests to after the host checks, because they may try to disable scalers on a per-host basis.
...
svn-id: r39519
2009-03-18 20:58:11 +00:00
Travis Howell
d4fd77c8de
Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.
...
svn-id: r39508
2009-03-18 09:42:47 +00:00
Max Horn
feedf970c5
fixing stupid, stupid mistake in previous commit. yet another proof that I need to use git to prestage all my commits for one day. Yay for 'git commit --amend' ;-)
...
svn-id: r39373
2009-03-13 16:39:46 +00:00
Max Horn
50ab52a12f
Added --enable-all-engines and --disable-all-engines to configure script
...
svn-id: r39372
2009-03-13 16:31:53 +00:00
Travis Howell
f3e50fba7c
Personal Nightmare is part of the AGOS engine.
...
svn-id: r39277
2009-03-09 21:42:10 +00:00
Travis Howell
2bd2fe43c5
Change Personal Nightmare support to optional, until setjmp/longjmp code is converted.
...
svn-id: r39253
2009-03-09 02:25:29 +00:00
Filippos Karapetis
89cb6b09c7
Enable the MADE engine by default
...
svn-id: r39204
2009-03-07 20:33:29 +00:00
Johannes Schickel
3a35b5b5f2
- Make Lands of Lore compileable optionally as suggested by _sev. (via 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-04 00:45:34 +00:00
Torbjörn Andersson
40c4733124
By default, do not check for libmpeg2. Currently, there's no engine that needs it
...
though I guess it's possible that some will in the future.
svn-id: r39035
2009-03-01 12:19:28 +00:00
Torbjörn Andersson
b2cffb1364
Don't use the words "MPEG" and "Broken Sword" in the same sentence. Ever.
...
svn-id: r39034
2009-03-01 12:08:56 +00:00
Johannes Schickel
b4f184c583
Fixed configure on systems without mktemp.
...
svn-id: r38610
2009-02-20 18:34:06 +00:00
Oystein Eftevaag
5b86801553
Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iPhone backend updates
...
svn-id: r38240
2009-02-15 13:58:15 +00:00
Jordi Vilalta Prat
fa6e10e9ce
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet)
...
svn-id: r38192
2009-02-15 06:10:59 +00:00
Jordi Vilalta Prat
655676b260
Build a dynamically linked executable on Amiga by default (as discussed with Raziel^)
...
svn-id: r36306
2009-02-13 17:30:59 +00:00
Max Horn
9a5ac6007f
configure: changed 'Running on x86' to 'Compiling for x86'
...
svn-id: r35983
2009-01-21 17:16:58 +00:00
Max Horn
b50f5ebe9c
configure: changed order of backend detection and engine listing (backend detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails)
...
svn-id: r35982
2009-01-21 16:15:07 +00:00
Max Horn
79e4b6b2b2
Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, instead of config.h
...
svn-id: r35962
2009-01-20 22:46:34 +00:00
Eugene Sandulenko
83972e2001
Merge in Virtual Keybpard & KeyMapper branch,
...
- 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-11 00:20:27 +00:00
Max Horn
32c655898a
Added Haiku support to configure (due to Begasus)
...
svn-id: r35746
2009-01-05 20:12:28 +00:00
Filippos Karapetis
105d218912
Disable the SAGA 2 sub engine by default (it's WIP)
...
svn-id: r35683
2009-01-02 20:42:36 +00:00
Eugene Sandulenko
8467dc7361
More configure code for additional SAGA engine features.
...
svn-id: r35676
2009-01-02 18:01:19 +00:00
Filippos Karapetis
0633c1b1bb
Added changes to configure, which I forgot to do in my previous commit
...
svn-id: r35673
2009-01-02 17:08:04 +00:00
Jordi Vilalta Prat
662a38de89
Enable the Groovie engine by default since it's now supported
...
svn-id: r35403
2008-12-16 22:15:08 +00:00
Johannes Schickel
3334af5507
Removed last traces of X11 backend.
...
svn-id: r35287
2008-12-08 21:48:29 +00:00
Gregory Montoir
ba416211ab
enabled tucker engine by default, since game should be completable with it
...
svn-id: r35189
2008-11-30 11:36:45 +00:00
Max Horn
bb87d39424
Patch #2271425 : Groovie engine
...
svn-id: r35060
2008-11-14 21:32:20 +00:00
Gregory Montoir
4a5d4ba94d
add initial support for 'Bud Tucker in Double Trouble'
...
svn-id: r34990
2008-11-10 20:38:54 +00:00
Stephen Kennedy
df3b8fd14c
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control 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-30 13:51:01 +00:00
Travis Howell
e012df95b1
Fix compiling under mingw, when using latest mingw-runtime (3.15).
...
svn-id: r34501
2008-09-12 01:28:28 +00:00
Max Horn
8032491381
Fix (?) Solaris detection in some workaround code in the MT-32 emulator
...
svn-id: r34216
2008-08-30 22:26:16 +00:00
Max Horn
31320430de
Partial commit of patch #2012839 : Atari Patch for adding Native MIDI and Fix Compile
...
svn-id: r34194
2008-08-27 18:52:21 +00:00