Commit Graph

559 Commits

Author SHA1 Message Date
Jonathan Gray
d48891b9cd number implies version
svn-id: r12370
2004-01-14 06:27:28 +00:00
Eugene Sandulenko
05b9f4ddf6 Fix libmpeg2 version check. FreeBSD ports collection usually lags with
newer package version, so current one has libmpeg2 0.3.1. Although it
got passed by configure script. Now it is fixed.

svn-id: r12366
2004-01-14 02:29:49 +00:00
Travis Howell
9db5e22986 Missed one.
svn-id: r12364
2004-01-14 01:42:31 +00:00
Jonathan Gray
9f6cdccc84 add autodetection for libmpeg2, while it checks for 0.4.0 and up it doesn't warn the user to upgrade if they have an older version just disables
svn-id: r12352
2004-01-13 02:23:37 +00:00
James Brown
a685422a13 Initial libmpeg2 cutscene support based on patch #874510.
Pre-converted cutscenes w/ palette files available - ask LeChuck about Cutscenes :)

svn-id: r12338
2004-01-12 11:11:19 +00:00
Eugene Sandulenko
278d32c607 Enable INSANE by default.
Later #ifdef INSANE may go away at all

svn-id: r11901
2003-12-25 05:53:29 +00:00
Travis Howell
28331ab2ac Add sword1
svn-id: r11674
2003-12-16 05:34:00 +00:00
Max Horn
bb760a5b73 detect zlib in configure script; use it by default, if available
svn-id: r11544
2003-12-10 00:15:20 +00:00
Eugene Sandulenko
5973fc01a9 Fixed potential bug in field separation shell variable. For some reason
tab character got substituted by spaces.

svn-id: r11508
2003-12-06 06:15:23 +00:00
Max Horn
60b9538104 Define HAS_ALTIVEC on OS X (should do a proper test here, in case we are run on Darwin/x86, but for now I am lazy)
svn-id: r11503
2003-12-05 23:14:01 +00:00
James Brown
aed2a56e0c Patch #842988 (sev) - fix bugs in sdl-config detection
svn-id: r11305
2003-11-16 04:03:31 +00:00
Max Horn
1836d4a097 enabled Altivec on OSX machines
svn-id: r10902
2003-10-18 22:06:21 +00:00
Jonathan Gray
c465b13545 let beos users use configure script, default to assuming unix like system if no match
svn-id: r10800
2003-10-14 15:51:11 +00:00
David Eriksson
8979adac04 Should make --disable-queen work, suggested by Nightweaver.
svn-id: r10632
2003-10-06 08:10:57 +00:00
Max Horn
0e645f88ae renamed namespace ScummVM to Common
svn-id: r10544
2003-10-02 17:43:02 +00:00
Joost Peters
82fd316187 queen initial import
svn-id: r10462
2003-09-28 15:50:47 +00:00
Max Horn
231cb16b5b some tweaks to the build system (work toward plugin support)
svn-id: r10279
2003-09-17 21:53:13 +00:00
Jonathan Gray
ac3ee2684e fix --disable-engine so it doesn't try to compile disabled engine, what was I thinking...
svn-id: r9835
2003-08-23 23:33:05 +00:00
James Brown
c2ed4c2d0e Use debug by default for CVS trunk
svn-id: r9619
2003-08-10 07:56:05 +00:00
Jonathan Gray
4f228c7190 stop if we find a configure option we don't know about, add --enable-debug option which currently only adds -g
svn-id: r9612
2003-08-10 00:44:03 +00:00
Jonathan Gray
b0ad2e9da3 make use of env vars when doing checks
svn-id: r9611
2003-08-09 23:52:05 +00:00
Jonathan Gray
5bd62413fc remove echo that shouldn't have been left in
svn-id: r9610
2003-08-09 23:21:17 +00:00
Jonathan Gray
c94a9cf8fe fix spacing
svn-id: r9597
2003-08-08 09:10:31 +00:00
Jonathan Gray
0858eed1fd add ability to specify prefix for optional libraries see help for details
svn-id: r9595
2003-08-08 09:02:49 +00:00
Jonathan Gray
93482ae5c6 automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable some additional warnings in Makefile.new
svn-id: r9399
2003-08-02 09:21:34 +00:00
Oliver Kiehl
0f85cc3061 rename bs2 to sword2 to have the same name as the original engine.
besides this way all our engines start with an "s" ;)

svn-id: r9301
2003-07-30 19:25:31 +00:00
Jonathan Gray
deef4a5314 correct cflags variables
svn-id: r9241
2003-07-28 11:46:32 +00:00
Jonathan Gray
78c39e150d update for bs2
svn-id: r9217
2003-07-28 02:12:59 +00:00
Max Horn
064fcc5d83 added TODO
svn-id: r8800
2003-07-06 11:19:55 +00:00
Max Horn
d27f45d35e #define MACOSX on the command line, not in config.h; add TODO regarding TMP file names
svn-id: r8799
2003-07-06 10:49:56 +00:00
Jonathan Gray
dc705c04e1 fix configure script
svn-id: r8796
2003-07-06 08:14:22 +00:00
Jonathan Gray
5f3d4c3435 check through list of different sdl-configs, this should make fbsd work out of the box, still need to do an sdl code test though
svn-id: r8791
2003-07-06 06:21:17 +00:00
Jonathan Gray
714687eaf1 we want ldflags as well
svn-id: r8788
2003-07-06 05:50:49 +00:00
Jonathan Gray
8a3e17d69c make Makefile.new not require build.rules
svn-id: r8786
2003-07-06 02:40:02 +00:00
Jonathan Gray
51abf2fcc3 add support for strange beos gcc version strings
svn-id: r8462
2003-06-14 08:16:10 +00:00
Max Horn
4729b52c3b revamped alignment test; don't delete config.log after configure run (after all it might be important to debug configure)
svn-id: r8275
2003-06-02 21:22:54 +00:00
Max Horn
fa93fe294f alignment check extended to hopefully cover ARM, too
svn-id: r8272
2003-06-02 12:17:51 +00:00
Max Horn
2b1128acb5 working alignment check (but if alignment is needed it'll print out a 'Bus error' message which isn't nice...)
svn-id: r8270
2003-06-02 11:20:07 +00:00
Jonathan Gray
d811359226 add compiler version checking to configure script
svn-id: r8261
2003-06-02 03:01:22 +00:00
Jonathan Gray
645aa837e7 add ability to choose backend from configure script, doesn't validate user input at the moment
svn-id: r7991
2003-05-26 05:18:40 +00:00
Max Horn
79cc9c6a2f let config.mak overwrite the default values (defensive coding style :-)
svn-id: r7715
2003-05-20 10:24:24 +00:00
Jonathan Gray
ad92ffa06d move writing config.h to end of file
svn-id: r7714
2003-05-20 10:15:38 +00:00
Jonathan Gray
50bcac3a04 add makefile to test configure with make -f Makefile.new after running configure
svn-id: r7713
2003-05-20 09:43:33 +00:00
Jonathan Gray
99ea509008 output which engines we are building
svn-id: r7710
2003-05-20 08:39:03 +00:00
Jonathan Gray
02e5463f6f comment UNIX defines for now
svn-id: r7634
2003-05-18 14:06:13 +00:00
Jonathan Gray
9dc0a6d3c8 remove ldd use
svn-id: r7629
2003-05-18 11:46:14 +00:00
Jonathan Gray
6174bb7c6b rm -f
svn-id: r7628
2003-05-18 11:27:35 +00:00
Jonathan Gray
48d642dea6 make less broken
svn-id: r7627
2003-05-18 11:23:12 +00:00
Jonathan Gray
068a5eda71 make configure script output a config.mak
svn-id: r7625
2003-05-18 09:54:28 +00:00
Jonathan Gray
61a1368a7d add checking for libs, help, options to disable engines
svn-id: r7624
2003-05-18 05:43:52 +00:00
Max Horn
166ea5bcee get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
svn-id: r6284
2002-12-31 02:09:57 +00:00
Max Horn
5b188353de OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
svn-id: r5795
2002-12-01 20:29:20 +00:00
Jonathan Gray
e371811d7b update configure script as well...
svn-id: r5326
2002-10-27 05:56:36 +00:00
Max Horn
71e6b03883 typo
svn-id: r5286
2002-10-23 12:12:24 +00:00
Max Horn
09e9143725 tweaked the configure script a bit
svn-id: r5283
2002-10-23 12:02:43 +00:00
Max Horn
446b1231eb use printf instead of echo -n -> work on Solaris, too
svn-id: r4838
2002-08-24 23:35:29 +00:00
Max Horn
50af6a97b7 some more configure stuff
svn-id: r4824
2002-08-24 16:05:53 +00:00
Max Horn
fa181fcd8b added some configure code which outputs a config.h file. Not near to complete, nor checked for cross platform compatibility
svn-id: r4820
2002-08-24 15:24:38 +00:00
Max Horn
151aef875f placeholder for configure script (with a TODO list)
svn-id: r4819
2002-08-24 14:18:40 +00:00