aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2009-11-05GP2XWiz: Tweak configure to ensure that the correct ABI is used for the ↵John Willis
ASFLAGS and enable Virtual Keyboard. svn-id: r45686
2009-10-21Patch #2875721: vkeybd and keymapper enable by default for motomagxMax Horn
svn-id: r45316
2009-10-20PS2: disable text console, command line support and DOSBox OPLMax Horn
svn-id: r45294
2009-10-19BUILD: cleanup cross compilation codeMax Horn
svn-id: r45248
2009-10-14Tweak configure for PS2 to disable debug mode by default and enable relase ↵Max Horn
mode by default svn-id: r45076
2009-10-13BUILD: Don't set endianes & data types explicitly, rely on auto-detectionMax Horn
The auto-detection code *does* work for cross compilers, too. So it should never be necessary to explicitly set _endian or type_1_byte etc.. But if for some reason this does not work correctly on your port, and you have to re-add the explicit settings, please make sure to clearly document this with a comment. Note: Several ports set type_4_byte='long'. I added FIXME comments to each code, asking porters to document the reason why 'long' must be used instead 'int' resp. instead of the auto-detected type. svn-id: r45037
2009-10-13Revamp the way --enable-release / --enable-debug work. They are now no ↵Max Horn
longer mutually exclusive. Also, ports can override whether we default to (non-)release resp. (non-)debug builds svn-id: r45036
2009-10-10Enable RGB colour for Dreamcast.Marcus Comstedt
svn-id: r44875
2009-10-09PS2: Hack to enable zlib/mad support for now (until detection & linker issue ↵Max Horn
have been fixed) svn-id: r44824
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost Peters
svn-id: r44822
2009-10-09BUILD: Introduced new env var 'LD' analog to CXX (and defaulting to CXX), ↵Max Horn
currently only used for PS2; modified cross compiler testing code to only compile but not link the test C++ file (working around another PS2 issue); some tweaks to the PS2 related build code svn-id: r44816
2009-10-08PS2: Add some stubs for the ps2 port to our primary build system (incomplete ↵Max Horn
WIP) svn-id: r44800
2009-09-30Check readline+termcap if linking with readline failedWillem Jan Palenstijn
svn-id: r44480
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵Max Horn
not as good as the CoreAudio backend anyway svn-id: r44428
2009-09-27Use _port_mk for the PSP port; some psp.mk cleanup.Andre Heider
svn-id: r44405
2009-09-27Use _port_mk for the WinCE port.Andre Heider
svn-id: r44404
2009-09-27Use _port_mk for the motoezx and motomagx ports.Andre Heider
svn-id: r44403
2009-09-27Use _port_mk for the Wii and Gamecube port.Andre Heider
svn-id: r44402
2009-09-27New configure var "_port_mk", set to "ports.mk" per default. Ports can ↵Andre Heider
overwrite this, and this change finally allows make targets in that file to access all the common mk variables (e.g. EXECUTABLE). svn-id: r44401
2009-09-25Remove redundant -Wno-multichar and -fno-exceptions from configure (they are ↵Max Horn
already specified in Makefile) svn-id: r44364
2009-09-25Only include Makedepend when really using SGI MipsPROMax Horn
svn-id: r44354
2009-09-25NDS: Added some more DS specific defines to configureMax Horn
svn-id: r44353
2009-09-25Modified version of patch #2838507: Add support for non-gcc compilers to ↵Max Horn
configure, Makefile etc svn-id: r44348
2009-09-25Move linuxmoto specific stuff from ports.mk to a new file ↵Max Horn
backends/platform/linuxmoto/linuxmoto.mk svn-id: r44342
2009-09-25Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
svn-id: r44341
2009-09-25Cleanup configure script: (1) don't add -DUSE_ARM_*_ASM redundantly to ↵Max Horn
DEFINES, we already add these automatically in ports.mk; and (2) #define macros that determine the host OS consistently via -D and not via config.h svn-id: r44340
2009-09-25MERGE branch gsoc2009-draci 41388:44325 into trunkRobert Špalek
svn-id: r44326
2009-09-25Disable compilation of Draci HistorieRobert Špalek
svn-id: r44325
2009-09-18Moved the Wii gfx code to its own library. Added a onscreen console for ↵Andre Heider
stdout/err, toggable via pad keys. svn-id: r44189
2009-09-11Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW ↵Andre Heider
toolchains svn-id: r44035
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
svn-id: r43965
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
svn-id: r43925
2009-09-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922
2009-09-03Disabled unused scalers for Wii and GamecubeAndre Heider
svn-id: r43917
2009-08-31Revert revision 43845, to keep configure options for games and game engines ↵Travis Howell
clear and consistent. svn-id: r43846
2009-08-31Added the --enable-unsupported option to enable the detection of theJordi Vilalta Prat
unsupported games, guarded by the ENABLE_UNSUPPORTED_GAMES define. It's a generalization of r43843. Also grouped all the engines options together in the configure help. svn-id: r43845
2009-08-31Simplified the usage of dynamic variable names by using common helper ↵Jordi Vilalta Prat
functions (set_var and get_var). svn-id: r43844
2009-08-31Add configure option for Groovie 2 games.Travis Howell
svn-id: r43843
2009-08-29Patch #2845084: "Linuxmoto-backend small update"Eugene Sandulenko
svn-id: r43809
2009-08-29Patch #2836424: "Optional compilation of CoktelVideo and Indeo3"Eugene Sandulenko
svn-id: r43807
2009-08-23Removed -g from the default ASFLAGS, since older GNU as versions do not ↵Andre Heider
support it. svn-id: r43674
2009-08-22configure support for AS and ASFLAGS, and .s files in Makefile. If a port ↵Andre Heider
has set _host_alias, default to the default GNU tools ranlib, strip, ar, as and windres svn-id: r43657
2009-08-22Move new configure key to more appropriate placeEugene Sandulenko
svn-id: r43653
2009-08-22Document --enable-verbose-build configure optionEugene Sandulenko
svn-id: r43652
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
svn-id: r43636
2009-08-22Patch #2840212: "Quiet make process"Eugene Sandulenko
svn-id: r43635
2009-08-2216bit support for the Wii portAndre Heider
svn-id: r43631
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵Andre Heider
guarantee a consistent build. svn-id: r43604
2009-08-21Enable 16bit support only for backends which support itAndre Heider
svn-id: r43602
2009-08-21Added --disable-16bit to the list shown by --help.Torbjörn Andersson
svn-id: r43586