Commit Graph
5 Commits
Author SHA1 Message Date
Filippos Karapetis a938942f03 CREATE_PROJECT: Also silence warning 4100 in MSVC
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
2017-02-10 00:39:43 +02:00
Eugene Sandulenko afcf31f194 CREATE_PROJECT: Fix MSVC project files 2016-07-24 06:43:04 +03:00
Joel Teichroeb c43ce9ecf3 ALL: Remove support for MSVC8 and older
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.
2014-06-21 11:32:45 -07:00
Littleboy d86c0a44f8 CREATE_PROJECT: Add support for Visual Studio 2012 project creation 2012-07-14 12:22:09 -04:00
Littleboy 0c84dc1ec9 CREATE_PROJECT: Add Visual Studio 2012 project 2012-07-14 12:22:08 -04:00