aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2011-02-12GIT: `git describe --dirty` is too new.dhewg
2011-02-12GIT: use git for describing the version.dhewg
2011-02-12BUILD: Remove explicit references to SVN in revision variable names.Jordi Vilalta Prat
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2010-11-09CONFIGURE: Fix linking in some casesEugene Sandulenko
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-10BUILD: Add toons.dat to engine dist files.Travis Howell
2010-10-01MAKEFILE: Add scummclassic.zip to DIST_FILES_THEMESThierry Crozat
2010-09-15PLUGINS: Additional plugin check for the ELF loader.Andre Heider
2010-08-19i18n: Move translations to standalone file. Patch #3044975Eugene Sandulenko
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
2010-08-11BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macrosMax Horn
2010-08-09LEGAL: Add COPYING.BSD to DIST_FILES_DOCS.Torbjörn Andersson
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-05-09Fallback to the nasm compatible yasm.Andre Heider
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-05-04Remove spurious quotes.Andre Heider
2010-05-04Respect the shell's and svn's exit code when checking for a checkout.Andre Heider
2010-05-04Switch from "svn status" to "svn info", which is way faster (especially over ...Andre Heider
2010-05-04Fixed typo.Andre Heider
2010-03-30Patch from bug #2976619 (BUILD: Link error when building without engines)Max Horn
2010-03-09Only use CXX_UPDATE_DEP_FLAG for .S file rule, in case it is defined. (Thus m...Johannes Schickel
2010-03-09Add missing MKDIR command. This was upsetting the WinCE build.Robin Watts
2010-03-08Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche...Johannes Schickel
2010-02-02Install the plugins from the current directory (the build one), not from the ...Jordi Vilalta Prat
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives...Oystein Eftevaag
2009-11-18oopsMax Horn
2009-11-18Some commentsMax Horn
2009-11-14Remove Igor engineMax Horn
2009-10-28BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus pr...Max Horn
2009-10-10Added a rule for assembler with cpp preprocessing.Marcus Comstedt
2009-10-09BUILD: Introduced new env var 'LD' analog to CXX (and defaulting to CXX), cur...Max Horn
2009-10-04Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM...Max Horn
2009-09-25Modified version of patch #2838507: Add support for non-gcc compilers to conf...Max Horn
2009-09-05added teenagent.dat to dist filesVladimir Menshakov
2009-08-22configure support for AS and ASFLAGS, and .s files in Makefile. If a port has...Andre Heider
2009-08-22Patch #2840212: "Quiet make process"Eugene Sandulenko
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Fix 16bit option of configure.Travis Howell
2009-08-07Merge creation of Info.plist into update-version.pl.Andre Heider
2009-06-18added pred.dic to DIST_FILES_ENGINEDATAAndre Heider
2009-06-18added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl...Andre Heider
2009-04-03Make svn commands in Makefile.common slightly more robust against localization.Max Horn
2009-03-28Fix bug #2691034: AMIGAOS: Makefile.common broken.Walter van Niftrik
2009-03-19Use the current SVN revision as a default when distributing a snapshot sourcesJordi Vilalta Prat
2009-03-19Try to use the working copy revision if it's availableJordi Vilalta Prat
2009-03-17tail on e.g. Solaris does not support the use of "-n 1". Use the good old "-...Marcus Comstedt
2009-03-17engines need to be listed before gui in MODULES, because stuff in libengines....Marcus Comstedt
2009-03-15Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externa...Andre Heider