aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msbuild.cpp
AgeCommit message (Expand)Author
2015-10-12CREATE_PROJECT: Cleanup and turn off exception handling againPaul Gilbert
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2014-07-17CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdirPawel Kolodziejski
2013-12-10CREATE_PROJECT: Fix issues breaking compilation with LLVMLittleboy
2013-12-10CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVMLittleboy
2013-11-25DEVTOOLS: Add project file directory to include path in generated project files.Johannes Schickel
2013-09-11CREATE_PROJECT: Remove usage of std::to_string()Littleboy
2013-09-06CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on Win...Littleboy
2013-09-06CREATE_PROJECT: Add extra configuration for compilation with LLVMLittleboy
2013-08-16CREATE_PROJECT: Enable built-in theme for MSVC builds again.D G Turner
2013-07-07CREATE_PROJECT: Add support for testsLittleboy
2013-07-04CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is m...Paul Gilbert
2013-06-30TOOLS: Add support for MSVC12 in create_projectLittleboy
2012-09-05CREATE_PROJECT: Add config option to disable language extensions and edit and...Littleboy
2012-07-14CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue)Littleboy
2012-07-14CREATE_PROJECT: Add support for Visual Studio 2012 project creationLittleboy
2012-07-14CREATE_PROJECT: Properly disable Edit and Continue in Debug modeLittleboy
2012-05-20CREATE_PROJECT: Disable edit and continue in the scummvm projectFilippos Karapetis
2011-09-06CREATE_PROJECT: Add support for creating Visual Studio projects for the dev t...Littleboy
2011-06-06CREATE_PROJECT: Link with the static runtime library in release modeLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-06Merge pull request #31 from lordhoto/win-resJohannes Schickel
2011-05-05BUILD: Get rid of old MSVC style win resource support.Johannes Schickel
2011-05-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
2011-04-28CREATE_PROJECT: Replace macros by proper functions/methods.Johannes Schickel
2011-04-27TOOLS: Update create_project to optionally create an installer after a succes...Littleboy
2011-04-24CREATE_PROJECT: Move project-specific information to configuration fileLittleboy
2011-04-24CREATE_PROJECT: Update revision number support (fixes bug #3280881)Littleboy
2011-04-22CREATE_PROJECT: Change build events to also be run in release buildsLittleboy
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn