[cfe-commits] r51101 - in /cfe/trunk/win32: clangAST/clangAST.vcproj clangAnalysis/clangAnalysis.vcproj clangBasic/clangBasic.vcproj clangCodeGen/clangCodeGen.vcproj clangDriver/clangDriver.vcproj clangLex/clangLex.vcproj clangParse/clangParse.vcproj clangRewrite/clangRewrite.vcproj clangSema/clangSema.vcproj
Chris Lattner
clattner at apple.com
Wed May 14 13:41:56 PDT 2008
On May 14, 2008, at 12:58 PM, Steve Naroff wrote:
> Makes sense to me.
>
> One question (for anyone): Is there actually any advantage to having
> VC
> ++ 2008 project files? (I assume so).
>
> If not, I don't see any reason to complicate life (since VC++ 2008
> must read VC++ 2005 files). The more project files, the larger the
> maintenance burden...
If 2008 works with 2005 files, I'd strongly prefer to just have 2005
files. This means that someone that uses 2005 will need to keep them
up to date though.
-Chris
More information about the cfe-commits
mailing list