aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc10
AgeCommit message (Collapse)Author
2017-02-10CREATE_PROJECT: Also silence warning 4100 in MSVCFilippos 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-24CREATE_PROJECT: Fix MSVC project filesEugene Sandulenko
2014-06-21ALL: Remove support for MSVC8 and olderJoel 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-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-07-09CREATE_PROJECT: Quote parameters in MSVC10 post-build step.Alyssa Milburn
Also, do the same commands for Release and Debug.
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien
2011-04-27TOOLS: Update create_project to optionally create an installer after a ↵Littleboy
successful build
2011-04-24CREATE_PROJECT: Move project-specific information to configuration fileLittleboy
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-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn