[LLVMdev] MSVC solution relative paths

Nicolas Capens nicolas at capens.net
Fri Jul 4 05:42:36 PDT 2008


Hi all,

 

Currently the MSVC project files contain paths using the $(SolutionDir)
macro. Unfortunately this means that if you include LLVM in another solution
lots of paths are wrong. So I'd like to propose to avoid using the solution
relative path macro, and use $(ProjectDir) instead.

 

Does everyone using MSVC agree this would be better? I could post a patch if
anyone's interested.

 

Cheers,

 

Nicolas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080704/5217690b/attachment.html>


More information about the llvm-dev mailing list