aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2011-05-08WEBOS: Removed unused libpdl linking.Klaus Reimer
2011-05-08WEBOS: Moved webos plugin build configuration into its own block so it can ↵Klaus Reimer
be configured separately from the generic linux configuration.
2011-05-08WEBOS: Added comments to explain some WebOS compile settings.Klaus Reimer
2011-05-08WEBOS: Added comment for Palm Pixi specific compiler options.Klaus Reimer
2011-05-08WEBOS: Removed unused libpdl linking.Klaus Reimer
2011-05-08WEBOS: Moved webos plugin build configuration into its own block so it can ↵Klaus Reimer
be configured separately from the generic linux configuration.
2011-05-08WEBOS: Added comments to explain some WebOS compile settings.Klaus Reimer
2011-05-06BUILD: Disable OpenGL backend code.Johannes Schickel
The (SDL) OpenGL backend is not ready for the release.
2011-05-06Merge pull request #31 from lordhoto/win-resJohannes Schickel
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31
2011-05-05Merge pull request #29 from Littleboy/nsisJulien
NSIS installer support
2011-05-05WIN32: Embed engine data files and theme files into executable.Johannes Schickel
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable.
2011-05-04CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend.David-John Willis
* Not really sure when/how it got lost but as it's lack spectacularly breaks the backend it is a really good idea to put it back ;) Thanks to Max for the heads up.
2011-05-03BUILD: Remove incorrect mention of 'symbian' backend from configureMax Horn
2011-05-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk
2011-05-01WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵Klaus Reimer
directory.
2011-05-01WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵Klaus Reimer
directory.
2011-05-01DC: Disable serial for releaseMarcus Comstedt
2011-05-01WEBOS: Added compiler options that should enable support for the Palm Pixi. ↵Klaus Reimer
Can't test it because I have no Pixi but at least it still works on the Pre.
2011-05-01CONFIGURE: Remove incorrect "+" added with 54ddd000dc.Johannes Schickel
2011-04-30AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^)strangerke
2011-04-29WEBOS: Tweak configure script to simplify support for WebOS on buildbotMax Horn
2011-04-27PORTS: Tweak win32setup targetLittleboy
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file
2011-04-22BUILD: Move ARM_ASM flags to configuredhewg
So they're used again if a port overwrites _port_mk
2011-04-17HUGO: Enable the engine by defaultstrangerke
2011-04-15CONFIGURE: Explain more about --enable-all-engines.Alyssa Milburn
2011-04-13Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
Conflicts: video/qt_decoder.cpp
2011-04-13CONFIGURE: Fix tsage engine entry position.Johannes Schickel
The engine list is (apart for subengines and SCUMM) sorted alphabetically, thus tsage should be between touche and tucker and not between toon and touche.
2011-04-13Merge remote branch 'remotes/dreammaster/tsage'Paul Gilbert
2011-04-13CONFIGURE: Add _timidity=no to the GPH devices to stop TimidityDavid-John Willis
support being built. * This is for the GP2X, GP2XWIZ and Caanoo devices that use the GPH backend.
2011-04-12WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongsKlaus Reimer
2011-04-12WEBOS: Add PDK paths to LDFLAGS & INCLUDES; enable dynamic plugins supportKlaus Reimer
2011-04-12WEBOS: Disable vkeybd, fix more directory references with wrong package nameKlaus Reimer
The vkeybd XML can't be read for some reason.
2011-04-12WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicksKlaus Reimer
2011-04-12WEBOS: Create webos backend with custom eventsKlaus Reimer
Currently only contains test code.
2011-04-12WEBOS: Add webos backendKlaus Reimer
IPK can be built with "make webosrelease".
2011-04-12WEBOS: Add WEBOS defineKlaus Reimer
Using SDL_INIT_VIDEO flag for WebOS because without it the application won't start.
2011-04-12WEBOS: Add build support for webosKlaus Reimer
2011-04-11CONFIGURE: Move GP2X to build with the GPH backend by default.David-John Willis
2011-04-10Revert "CONFIGURE: Use FORCE_RTL for the Wii backend"dhewg
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995.
2011-04-10Revert "CONFIGURE: Use FORCE_RTL for the Android backend"dhewg
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.
2011-04-09ALL: Add optional dependency on libfaadMatthew Hoops
2011-04-09CONFIGURE: Use FORCE_RTL for the Android backenddhewg
2011-04-09CONFIGURE: Use FORCE_RTL for the Wii backenddhewg
2011-04-08BUILD: Support newer MinGW compilers.Johannes Schickel
It seems the recent MinGW gcc versions use the "TMP" env variable to determine the temporary file path. Since we use that variable to hold temporary values it will make g++ crash since it cannot access the path. I "fixed" that problem by renaming the TMP variable we use to TMPR. Tested with mingw-g++ 4.5.2.
2011-03-28MOHAWK: Allow disabling of Riven compilationMatthew Hoops
2011-03-28MOHAWK: Allow disabling compiling cstimeMatthew Hoops
2011-03-28MOHAWK: Allow disabling compilation of MystMatthew Hoops
2011-03-28CONFIGURE: Enable Mohawk by defaultMatthew Hoops
2011-03-22CONFIGURE: Apply patch #3193021 (AMIGAOS4: Typo in configure)Jordi Vilalta Prat
2011-03-20CONFIGURE: Fix PS2 compilationdhewg
newlib system include files suppress M_* defines under __STRICT_ANSI__