aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2006-11-03added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'Gregory Montoir
svn-id: r24592
2006-10-28Modified version of patch #1584720 (add support for FLAC-1.1.3)Max Horn
svn-id: r24554
2006-10-21Adding CXXFLAGS usage for various configure script tests, needed to properly ↵Oystein Eftevaag
crosscompile for OS X 10.2 on Intel Macs svn-id: r24421
2006-10-15Since proper detection is added to CinE, build it by default andEugene Sandulenko
announce as supported. Future Wars is completable. svn-id: r24321
2006-10-15Patch #1574436: Cosmetic changes to configureMax Horn
svn-id: r24318
2006-10-07Modified configure to #define SDL_BACKEND when using the SDL backend (akin ↵Max Horn
to X11_BACKEND) svn-id: r24151
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko
svn-id: r24144
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-08-18slightly changed patch #1521412: Hardcoded path for theme filesWillem Jan Palenstijn
svn-id: r23723
2006-08-05Since we link against libvorbisfile, we should check for its presence, tooMax Horn
svn-id: r23681
2006-08-04Fix bug in Fluidsynth configure codeMax Horn
svn-id: r23679
2006-08-04Simplify configure code a bit, making it easier to add stuff to config.mkMax Horn
svn-id: r23678
2006-08-04Modified version of the rest of patch #1497254: Patch to add support for the ↵Max Horn
Atari ST/FreeMiNT Platform svn-id: r23677
2006-08-04Added -Wuninitialized to --enable-release (best used in combination with ↵Max Horn
--enable-Werror :-) svn-id: r23676
2006-06-24Started to move 'monolithic' parts of our ports to the new ↵Max Horn
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293
2006-06-24* Renamed config.mak to config.mkMax Horn
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275
2006-06-02Fix long standing (ahem) c/p error which made impossible to sidable just HQEugene Sandulenko
scalers. svn-id: r22843
2006-05-31added arm-*-linux-gnueabi target to configurePaweł Kołodziejski
svn-id: r22804
2006-05-31Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"Eugene Sandulenko
svn-id: r22792
2006-05-23update make subsystemEugene Sandulenko
svn-id: r22591
2006-04-27return first sdl-config found in PATHWillem Jan Palenstijn
svn-id: r22193
2006-04-22The dirent struct on IRIX doesn't have the d_type field, so define ↵Joost Peters
SYSTEM_NOT_SUPPORTING_D_TYPE svn-id: r22085
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work ↵Max Horn
with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it svn-id: r21961
2006-04-14Rest of patch #1467193: "AmigaOS changes":Eugene Sandulenko
- an icon file (icons/scummvm.info) for AmigaOS - aos4dist target which strips the binary and copies stuff (including the icon) to a hardcoded directory called Games:ScummVM_Snapshot. svn-id: r21862
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
svn-id: r21691
2006-03-14Actually, removing the --disable-altivec from theOystein Eftevaag
help output, it is potentially only useful in very specific situations. svn-id: r21282
2006-03-14Adds support for building on Intel Macs, using a modifiedOystein Eftevaag
version of patch 1448395 by Aubin and some of my own changes. Notably: * Two elements of a struct in backends/midi/quicktime.cpp needed to be forced to BE. * NASM set to build Mach-O binaries * configure now checks for Altivec support on Darwin hosts, instead of assuming it. Altivec support can also be disabled (not 100% sure if t his is actually needed, but might be handy for crosscompiling). * The aliasing of the symbols contained in the .asm files done on Windows were also needed on MacOS. Note that while the asm code is properly compiled and linked in, HQ2/3x support will still not work properly on Intel macs if NASM is enabled. svn-id: r21280
2006-02-25Improved patch for bug #1436165 (no more warnings from GNU tail about ↵Max Horn
outdated parameters) svn-id: r20888
2006-02-22Fixed typo in configure scriptGregory Montoir
svn-id: r20817
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko
svn-id: r20813
2006-02-22Patch #1436165: "configure fixes for Solaris compatibility"Eugene Sandulenko
svn-id: r20810
2006-02-20Added --enable-Werror option to our configure scriptMax Horn
svn-id: r20792
2006-02-20Fixed indention (spaces -> tabs)Max Horn
svn-id: r20791
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null ↵Max Horn
and x11 backends; added engines/module.mk svn-id: r20584
2006-02-11Ooops, allow Lure engine to be enabledTravis Howell
svn-id: r20545
2006-02-11Disable Lure engine by default for nowTravis Howell
svn-id: r20543
2006-02-11Add patch #1374870 - New Lure of the Temptress moduleTravis Howell
svn-id: r20536
2006-01-29Allow GCC 2.95 again as compilation is now fixed.Jonathan Gray
svn-id: r20289
2006-01-28Compilation has been busted on GCC 2.xx for some time. Don'tJonathan Gray
pretend to support it in configure. svn-id: r20264
2006-01-24added option to allow switch disable scalersPaweł Kołodziejski
svn-id: r20159
2006-01-24don't execute binary for libmpeg2 test when cross compilingPaweł Kołodziejski
svn-id: r20158
2006-01-21Fix --with-XYZ-prefix options, which would incorrectly overwrite _prefix ↵Max Horn
(see also patch #1411577, but note that this fix is different) svn-id: r20123
2006-01-08Kyrandia is now ready for default compiling, please update the other build ↵Johannes Schickel
systems for that change too. svn-id: r19950
2005-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a ↵Max Horn
lot and should also cope with the user switching the default output device while ScummVM is running svn-id: r19835
2005-11-18Make configure message regarding plugin support less ambigiousMax Horn
svn-id: r19646
2005-11-08Patch #1342957 (touchup configure output/debug)Max Horn
svn-id: r19523
2005-10-26applied patch #1331972 + changaed deprecated option to new one in -tail-Paweł Kołodziejski
svn-id: r19314
2005-10-23Some more Broken Sword I & II -> 1 & 2 changesMax Horn
svn-id: r19257
2005-10-16fix mem align for arm processors by Koen KooiPaweł Kołodziejski
svn-id: r19111
2005-10-11Patch #1324028 "Another configure patch for OS/2"Eugene Sandulenko
svn-id: r19024