Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-20 | DISTS: Merge MSVC versions into one folder | SupSuper | |
2018-12-23 | CREATE_PROJECT: Fix MSVC warnings | SupSuper | |
2017-02-10 | CREATE_PROJECT: Also silence warning 4100 in MSVC | Filippos Karapetis | |
Some formal function parameters are not used in all overloaded functions, which results in loads of 4100 warnings when building CREATE_PROJECT. This change silences warning 4100 together with the others | |||
2016-07-24 | CREATE_PROJECT: Fix MSVC project files | Eugene Sandulenko | |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb | |
MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses. | |||
2011-08-07 | JANITORIAL: Add missing NL at EOF. | Christoph Mallon | |
2011-07-09 | CREATE_PROJECT: Quote parameters in MSVC10 post-build step. | Alyssa Milburn | |
Also, do the same commands for Release and Debug. | |||
2011-06-01 | CREATE_PROJECT: Add stubs for Xcode provider | Julien | |
2011-04-27 | TOOLS: Update create_project to optionally create an installer after a ↵ | Littleboy | |
successful build | |||
2011-04-24 | CREATE_PROJECT: Move project-specific information to configuration file | Littleboy | |
User-visible output and project-specific names are now defined in a config header. This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual). | |||
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |