Displaying 3 results from an estimated 3 matches for "2917edbe".
2008 Jul 07
0
[LLVMdev] MSVC solution relative paths
Hola Nicolas,
I'm fine with this change.
Chuck.
________________________________
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Nicolas Capens
Sent: Friday, July 04, 2008 5:43 AM
To: 'LLVM Developers Mailing List'
Subject: [LLVMdev] MSVC solution relative paths
Hi all,
Currently the MSVC project files contain paths
2008 Jul 14
1
[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/20080714/2917edbe/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProjectDir.patch
Type: application/octet-stream
Size: 92855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080714/2917edbe/attachment.obj>
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.