search for: 460f401c

Displaying 2 results from an estimated 2 matches for "460f401c".

2008 Jul 07
0
[LLVMdev] MSVC solution relative paths
...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/20080707/460f401c/attachment.html>
2008 Jul 04
2
[LLVMdev] MSVC solution relative paths
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.