aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc
AgeCommit message (Expand)Author
2010-10-18CREATE_MSVC: Added a missing check for sword25 and reordered some engine chec...Filippos Karapetis
2010-10-18CREATE_MSVC: Added support for libpng as wellFilippos Karapetis
2010-10-13create_msvc: enable language extensions for SWORD25Filippos Karapetis
2010-10-13create_msvc: Added support for USE_THEORADECFilippos Karapetis
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-08TOOLS: Add RELEASE_BUILD to autogenerated MSVC project files.Johannes Schickel
2010-08-01create_msvc: Fix SCUMMVM_LIBS support for MSVC2010.Johannes Schickel
2010-07-23TOOLS: Formatting fixes.Johannes Schickel
2010-07-23TOOLS: Preliminary SCUMMVM_LIBS support for msvc8/9.Johannes Schickel
2010-07-23TOOLS: Fix MSVC 2010 project files.Johannes Schickel
2010-06-26Add flag to set USE_DETECTLANG in create_msvc.Johannes Schickel
2010-06-15Add translation feature support in create_msvc.Johannes Schickel
2010-05-26Reverted commit #49107 - it is pointless to keep silencing this warning (whic...Filippos Karapetis
2010-05-19Disabled probably false positive warning 4121 (alignment of a member was sens...Filippos Karapetis
2010-05-19Added missing single quoteFilippos Karapetis
2010-05-19formattingEugene Sandulenko
2010-05-19Patch from Littleboy to silence useless warning due to VideoDecoder changesEugene Sandulenko
2010-05-10Fix build with scalers for msvc.Andre Heider
2010-04-29Final patch from #2891357 "create_msvc: Add support for MSVC10".Johannes Schickel
2010-03-08Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche...Johannes Schickel
2010-01-31Yet another little formatting fix.Johannes Schickel
2010-01-31Formatting.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-11Patch from tracker item #2909981 which documents the various MSVC warnings we...Max Horn
2010-01-11Added MSVC warning 4355 ignore for the M4 projectPaul Gilbert
2009-12-30Mark MSVC 2010 as experimental in the tool's help output too.Johannes Schickel
2009-12-30Commit of patch 5 "Add MSVC10 project & solution" from fr #2891357 "create_ms...Johannes Schickel
2009-12-30Commit of slightly modified (formatting only) patch 4 "Add MSVC10 support" fr...Johannes Schickel
2009-12-30Commit patch 3 "Silence warnings (in project files)" from fr #2891357 "create...Johannes Schickel
2009-12-30Commit patch 2 "Simplify createBuildProp code" from fr #2891357 "create_msvc:...Johannes Schickel
2009-12-30Commit patch 1 "Extract version specific code" from fr #2891357 "create_msvc:...Johannes Schickel
2009-12-25Commit of patch #2909981 "create_msvc: Updated default warnings + per-project...Johannes Schickel
2009-12-12create_msvc: (littleboy) Fixed closing of search handle (should use FindClose...Arnaud Boutonné
2009-12-07Formatting.Johannes Schickel
2009-12-07Disabled language extensions in the generated MSVC project files (refer to pa...Filippos Karapetis
2009-11-03Enable FLAC by default for MSVC, since our new prebuilt library package suppo...Johannes Schickel
2009-11-03Turn off warning 4267 ("conversion from 'size_t' to xxx, possible loss of dat...Filippos Karapetis
2009-10-28Fix possible use of double backslash in relative file path value.Johannes Schickel
2009-10-28Cleanup.Johannes Schickel
2009-10-28Change help text to nicely fit 80xY terminals.Johannes Schickel
2009-10-28Fix bug createUUID, which caused our custom createUUID implementation to fail...Johannes Schickel
2009-10-27Only use std::srand once. (Fixes bug that createUUID always creates identical...Johannes Schickel
2009-10-27Fix building under MSVC.Johannes Schickel
2009-10-27Include support for "create_msvc" in the Makefile based build system.Johannes Schickel
2009-10-27Implement support for "scanFiles" for POSIX systems, now the tool should work...Johannes Schickel
2009-10-27Implemented a working createUUID for *NIX systems (and some minor cleanup).Johannes Schickel
2009-10-27Fix whitespace usage.Johannes Schickel
2009-10-27Add another assert to check for return value of "new".Johannes Schickel
2009-10-27Got rid of use of exceptions.Johannes Schickel
2009-10-27Add missing include.Johannes Schickel