[LLVMdev] MSVC solution relative paths
Chuck Rose III
cfr at adobe.com
Mon Jul 7 11:17:10 PDT 2008
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 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/20080707/460f401c/attachment.html>
More information about the llvm-dev
mailing list