aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759
2010-06-08Remove unnecessary explicit _endian=little for AndroidAngus Lees
svn-id: r49504
2010-06-06Add Android backend from patch #2603856Max Horn
svn-id: r49449
2010-05-23add mips-sgi(-irix6.5) cross-compiling targetJoost Peters
svn-id: r49167
2010-05-10Revert r48979. Instead, make the HQ scalers depend on the normal ones. ↵Andre Heider
Configure reflects that now. svn-id: r48996
2010-05-09Revise how prefix, datadir etc. are handled.Max Horn
With these changes, we are a bit closer to how autoconf works, the de-facto standard for configure scripts. The changes make it easier for packagers to modify where ScummVM install things (e.g. the Maemo port might benefit from this). It is now also trivial to override certain paths when invoking make, e.g. you can now do make install prefix=/opt and also datadir, mandir etc. will reflect the change. svn-id: r48989
2010-05-09Fallback to the nasm compatible yasm.Andre Heider
svn-id: r48980
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵Andre Heider
configure. svn-id: r48977
2010-05-08Lets not override the return value in cc_check()Andre Heider
svn-id: r48969
2010-05-08Cleanup, remove tmp files to avoid /tmp file flood (like on buildbot).Andre Heider
svn-id: r48968
2010-04-26Modified configure to support PSP profilingYotam Barnoy
svn-id: r48803
2010-04-22set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro ↵Joost Peters
capitalization svn-id: r48770
2010-04-17Fix for #2985480 - AMIGAOS4: Compiler errors on ./configureOri Avtalion
svn-id: r48688
2010-04-16Remove type_4_byte='long' FIXMEs from configureMax Horn
Since no porter complained about these during the last release, this should be safe. In any case it would be trivial to put them back, but that is only acceptable if an explanatory comment is included. svn-id: r48676
2010-04-16Fix stupid mistakeMax Horn
svn-id: r48672
2010-04-16Enable more ARM asm on arm-linux targetsMax Horn
svn-id: r48671
2010-04-16Trying to fix DC port compilationMax Horn
svn-id: r48669
2010-04-16Change configure entries for NDS and DC ports to use _port_mkMax Horn
svn-id: r48664
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
svn-id: r48632
2010-04-11Change 'head -1' to (hopefully more portable) 'head -n1'Max Horn
svn-id: r48619
2010-04-09Yet another attempt to fix cc_check_define: make it only link, but not ↵Max Horn
compile, the test code svn-id: r48603
2010-04-09Change outdated configure status messageWillem Jan Palenstijn
svn-id: r48602
2010-04-09Change cc_check to always pass LDFLAGS (it already always passed CXXFLAGS), ↵Max Horn
and adapt calling code accordingly svn-id: r48601
2010-04-09Trying to fix cc_check_define breakage for cross platform builds which ↵Max Horn
*require* a non-trivial LDFLAGS & CXXFLAGS; applying same fix to the memalign test code svn-id: r48600
2010-04-09Use head -1 instead of grep -m (non-POSIX flag)Ori Avtalion
svn-id: r48599
2010-04-09Have cc_check_define return 0 on successOri Avtalion
svn-id: r48597
2010-04-09Fix configure script on cross-platform environmentsOri Avtalion
svn-id: r48596
2010-04-09Future-proof gcc >= 4.3 test (Will break on version 5.0)Ori Avtalion
svn-id: r48595
2010-04-09Simplify GCC version tests, add support for the clang compilerOri Avtalion
svn-id: r48594
2010-03-24configure: document --enable-release and --enable-profilingMax Horn
svn-id: r48399
2010-03-24not need this for samsungtvPaweł Kołodziejski
svn-id: r48395
2010-03-24update samsungtv toolchain prefixPaweł Kołodziejski
svn-id: r48380
2010-03-13cleanup samsungtv sdl-configPaweł Kołodziejski
svn-id: r48251
2010-03-13rename samygo to clPaweł Kołodziejski
svn-id: r48250
2010-03-10Patch #2967256: Bashisms in configure break build on SolarisMax Horn
svn-id: r48219
2010-03-08Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this ↵Johannes Schickel
matches all the external library use too). svn-id: r48208
2010-02-28Remove a reference to the old MorphOS backend in configure.Jordi Vilalta Prat
svn-id: r48157
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
svn-id: r48148
2010-02-23configure: Remove angstrom-* from the ARM compiler check as angstrom can be ↵John Willis
built for ARM and many other architectures. arm*-linux-gnueabi will pick up Angstrom toolchains anyway. svn-id: r48116
2010-02-02Remove what looks like reminders of debug output in the configure scriptJordi Vilalta Prat
svn-id: r47811
2010-02-02Sort several lists alphabetically in the configure scriptJordi Vilalta Prat
svn-id: r47810
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-13Fix bug #2924680: "Large file support" with patch from same bugreport. ↵Eugene Sandulenko
Thanks to wjp. svn-id: r47293
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
svn-id: r46951
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
svn-id: r46728
2009-12-26Look for Makefile.common instead of Makefile, when determining whether or ↵Oystein Eftevaag
not we need to generate a Makefile for building outside the source tree. This to make sure any changes will actually take effect svn-id: r46598
2009-12-26Fixed sentence -> buildbot rebuildOystein Eftevaag
svn-id: r46595
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and ↵Oystein Eftevaag
lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X svn-id: r46581
2009-12-22Patch #2896875: "dist update for linuxmoto-platform"Eugene Sandulenko
svn-id: r46491
2009-12-15added known bugs file, enabled teenagent in configure.Vladimir Menshakov
svn-id: r46383