aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
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-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-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__
2011-03-10CONFIGURE: Change Android debug flags logicdhewg
Use --enable-debug instead of not --enable-release
2011-03-10CONFIGURE: Fix some whitespacesdhewg
2011-03-10CONFIGURE: Add support for Android's armeabi-v7adhewg
Extended ABI with Thumb-2 and VFP hardware FPU instructions
2011-03-08CONFIGURE: Oops fix a typo.Johannes Schickel
2011-03-08WINCE: Add -fno-inline-functions to compiler arguments.Johannes Schickel
WinCE is using -O3 by default, which includes -finline-functions, which in turn breaks SCI. By disabling that opimization we get SCI working fine again.
2011-03-05ANDROID: Add initial 16bit gfx supportdhewg
Supported pixel formats: 565, 5551, 4444 Missing: 555 (doesn't exist on GLES)
2011-02-23HAIKU: Remove -fhuge-objects.dhewg
Not required anymore, patch by Begasus
2011-02-23ANDROID: Sync toolchain flags with NDK r5b.dhewg
2011-02-20DS: Disable symbol garbage collectiondhewg
Only applies when using loadable modules. This requires a second compile run or black voodoo linker tricks. Not implemented at this time. Disable it, so we get DS build failure reports from buildbot (which are useful with all the DISABLE_EVERYTHING defines). The resulting binary might be too big to be usable.
2011-02-18ANDROID: Disable mt32emu and timiditydhewg
mt32emu is using floats everywhere, and we don't have hardware-assisted floating point computations on this armeabi. most (if any) devices can't handle this timidity doesn't make sense, because there's no daemon to connect to
2011-02-14ANDROID: Protect port files with our definedhewg
get rid of -DANDROID and -DANDROID_BACKEND
2011-02-14ANDROID: Use the official NDK toolchaindhewg
- use NDK r5b - cleanup
2011-02-14BUILD: Add HOSTEXEPRE as prefix for EXECUTABLEdhewg
the android port needs to link a shared object for scummvm
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert
2011-02-10CONFIGURE: Add basic support for ICC.Johannes Schickel
svn-id: r55862
2011-02-03TOON: Switched configure script to build Toon Engine by default.David Turner
Needed to allow Toonstruck playtesting with daily builds. svn-id: r55747
2011-01-07DC: Ensure creation of output sections .{c,d}torsMarcus Comstedt
Add an object with an empty .ctors and .dtors section to the build of each plugin. This ensures that there will be an output section .ctors and one .dtors in the output file (they could be empty though). If these output sections were to be removed, the symbols defined inside by the linker script could disappear as well, and we don't want that. svn-id: r55149
2011-01-06SWORD25: Update configure Script to set LUA platform configuration for linux*David Turner
This changes removes the tmpnam warning when building the Sword 2.5 engine. This fix sets the top level define which is used by engines/sword25/util/lua/luaconf.h to configure the LUA interpreter build, but only for linux* targets. Other targets may need a similar fix. Note : LUA_USE_POSIX is used in preference to LUA_USE_LINUX as this causes another warning associated with the dlopen usage. svn-id: r55130
2010-12-30PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINSYotam Barnoy
ONE_PLUGIN_AT_A_TIME is too long. svn-id: r55064
2010-12-22PLUGINS: add ELF memory manager to solve fragmentationYotam Barnoy
Following lordhoto's suggestion, I implemented a simple allocator that grabs the size of the biggest available plugin in memory. This is an elegant solution to the fragmentation problem, with the caveat that memory is wasted. As such, it's not suited for the DS, so I added a #define to disable it there. svn-id: r55009
2010-12-02CONFIGURE: Add detection for OpenGL ES 1.1Jordi Vilalta Prat
svn-id: r54733
2010-12-01CONFIGURE: Fix OpenGL library detection on OS X in case MESA is installed.Johannes Schickel
svn-id: r54722
2010-12-01CONFIGURE: Remove the duplicated --disable-opengl description.Jordi Vilalta Prat
svn-id: r54721
2010-11-29CONFIGURE: Improve OpenGL header + library detection.Johannes Schickel
svn-id: r54591