Brian Herman
2013-Jul-26 11:02 UTC
[LLVMdev] Upgrading the visual studio from 2008 to 2010
Anyone have any tips on upgrading the llvm visual studio project from 2008 to 2010? -- Thanks, Brian Herman college.nfshost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130726/fa06116c/attachment.html>
Aaron Ballman
2013-Jul-26 17:34 UTC
[LLVMdev] Upgrading the visual studio from 2008 to 2010
CMake should take care of that for you automatically. You should just use the proper generator ("Visual Studio 10" if memory serves me) and the correct solution will be made. HTH! ~Aaron On Fri, Jul 26, 2013 at 7:02 AM, Brian Herman <brianherman at gmail.com> wrote:> Anyone have any tips on upgrading the llvm visual studio project from 2008 > to 2010? > > -- > > > Thanks, > Brian Herman > college.nfshost.com > > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >