aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2004-04-09Fix plugin buildingMax Horn
svn-id: r13521
2004-04-09Add Kyrandia baseJames Brown
svn-id: r13516
2004-04-08Partially added EXEEXT support to configure script (incomplete; and boy, our ↵Max Horn
configure script sure needs a cleanup :-) svn-id: r13505
2004-04-08seems it is 'endianness' and not 'endianess'Max Horn
svn-id: r13504
2004-04-06Fix building from external directoryMax Horn
svn-id: r13487
2004-04-05Use config.guess to detect host OS/cpu/vendor; enforce memory alignment on ↵Max Horn
Alpha machines; do not use printf directly, rather use echo_n (not sure how portable 'printf' is) svn-id: r13475
2004-03-23Added export symbol list for plugins (only used on OSX, if anybody wants to ↵Max Horn
add support for Linux, go ahead) svn-id: r13368
2004-03-21minge uses configure nowTravis Howell
svn-id: r13348
2004-03-17Missed a bitTravis Howell
svn-id: r13335
2004-03-17Add Cygwin cross compile too.Travis Howell
svn-id: r13334
2004-03-17Add mingw to configure (Not working yet)Travis Howell
svn-id: r13333
2004-03-15display saga option in help textJonathan Gray
svn-id: r13304
2004-03-14Initial SAGA checkin. Disabled by default, enable with --enable-sagaEugene Sandulenko
but don't expect it to work. svn-id: r13280
2004-03-04add function to provide echo -n behaviour for the echo -n less solaris usersJonathan Gray
svn-id: r13191
2004-02-25Build SDL backend via a module.mk file, tooMax Horn
svn-id: r13052
2004-02-23Changed FLAY_LIBS to FLAC_LIBS, as pointed out by Lord_Nightmare onTorbjörn Andersson
#scummvm. Clarified that it's FLAC >= 1.0.1 that the configure script is looking for. (That's when the seekable decoder was added.) svn-id: r13010
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
svn-id: r12984
2004-02-21Create a simple Makefile when building outside the source tree (Needs ↵Max Horn
improvement, but works well enough in most cases) svn-id: r12972
2004-02-21do release builds with -O2Max Horn
svn-id: r12969
2004-02-15fix typoJonathan Gray
svn-id: r12897
2004-02-15Enable plugin support via configure scriptMax Horn
svn-id: r12895
2004-02-15versions of ALSA newer than 0.9 are ok as wellJonathan Gray
svn-id: r12893
2004-02-13add --disable-debug help textJonathan Gray
svn-id: r12857
2004-02-13add some information on used environment variables, descriptions taken from ↵Jonathan Gray
autoconf generated configure script svn-id: r12836
2004-02-01forgot to commit configureMax Horn
svn-id: r12699
2004-01-22patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host ↵Jonathan Gray
option to the configure script for cross compilation and sdl prefix option. Also remove obsolete sdlgl option from configure script and change the --disable-bs options to be --disable-sword to be consistent while I'm here svn-id: r12572
2004-01-18change output to be consistentJonathan Gray
svn-id: r12469
2004-01-18Copy mpeg2 status to BS1 as well.James Brown
svn-id: r12466
2004-01-14* /execute/ the binary too. don't only compile itOliver Kiehl
* actually 0.3.2 is sufficient. no need for 0.4.0 svn-id: r12382
2004-01-14fix path specifiersJonathan Gray
svn-id: r12371
2004-01-14number implies versionJonathan Gray
svn-id: r12370
2004-01-14Fix libmpeg2 version check. FreeBSD ports collection usually lags withEugene Sandulenko
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-14Missed one.Travis Howell
svn-id: r12364
2004-01-13add autodetection for libmpeg2, while it checks for 0.4.0 and up it doesn't ↵Jonathan Gray
warn the user to upgrade if they have an older version just disables svn-id: r12352
2004-01-12Initial libmpeg2 cutscene support based on patch #874510.James Brown
Pre-converted cutscenes w/ palette files available - ask LeChuck about Cutscenes :) svn-id: r12338
2003-12-25Enable INSANE by default.Eugene Sandulenko
Later #ifdef INSANE may go away at all svn-id: r11901
2003-12-16Add sword1Travis Howell
svn-id: r11674
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
svn-id: r11544
2003-12-06Fixed potential bug in field separation shell variable. For some reasonEugene Sandulenko
tab character got substituted by spaces. svn-id: r11508
2003-12-05Define HAS_ALTIVEC on OS X (should do a proper test here, in case we are run ↵Max Horn
on Darwin/x86, but for now I am lazy) svn-id: r11503
2003-11-16Patch #842988 (sev) - fix bugs in sdl-config detectionJames Brown
svn-id: r11305
2003-10-18enabled Altivec on OSX machinesMax Horn
svn-id: r10902
2003-10-14let beos users use configure script, default to assuming unix like system if ↵Jonathan Gray
no match svn-id: r10800
2003-10-06Should make --disable-queen work, suggested by Nightweaver.David Eriksson
svn-id: r10632
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-09-28queen initial importJoost Peters
svn-id: r10462
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
svn-id: r10279
2003-08-23fix --disable-engine so it doesn't try to compile disabled engine, what was ↵Jonathan Gray
I thinking... svn-id: r9835
2003-08-10Use debug by default for CVS trunkJames Brown
svn-id: r9619
2003-08-10stop if we find a configure option we don't know about, add --enable-debug ↵Jonathan Gray
option which currently only adds -g svn-id: r9612