[LLVMdev] MSVC solution relative paths

Nicolas Capens nicolas at capens.net
Mon Jul 14 04:25:03 PDT 2008


Hi Chuck et al,

 

I've attached a patch which replaces all $(SolutionDir) macros with
$(ProjectDir)..\ in revision 53549's MSVC project files.

 

Cheers,

 

Nicolas

 

 

From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Chuck Rose III
Sent: Monday, 07 July, 2008 20:17
To: LLVM Developers Mailing List
Subject: Re: [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 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/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>


More information about the llvm-dev mailing list