aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc.h
AgeCommit message (Collapse)Author
2016-01-06IOS: Create a separate for adding resourcesVincent Bénony
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2013-09-06CREATE_PROJECT: Add extra configuration for compilation with LLVMLittleboy
2013-07-07CREATE_PROJECT: Add support for testsLittleboy
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build
2012-09-05CREATE_PROJECT: Add config option to disable language extensions and edit ↵Littleboy
and continue (per-project)
2011-09-06CREATE_PROJECT: Add support for creating Visual Studio projects for the dev ↵Littleboy
tools - Move project name and description to BuildSetup structure - Add list of tools to generate project for (similar to the list of features)
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-27TOOLS: Update create_project to optionally create an installer after a ↵Littleboy
successful build
2011-04-24CREATE_PROJECT: Update revision number support (fixes bug #3280881)Littleboy
Replace existing environment variable based revision number support by a file-based method - Generate a special header file in the build output folder with the current revision number - Include the new header file from internal_version.h when a specific define is set - Update create_project to define SCUMMVM_INTERNAL_REVISION as needed and add the build output folder to the include path - Remove support for git-svn clones in the revision script (not useful anymore after the switch to git)
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn