<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It's not clear it offers any real benefits.  The project files already
exist.  To use this, I would have to throw them away and create new XML
files by hand.  I would have to maintain them by hand also, whereas the
project files are maintainable from within Visual Studio, i.e. via an
integrated GUI interface.<br>
<br>
And to comment on supporting other targets:  No reason it can't be
done, other than Windows doesn't run on them, but be aware that they
have never been compiled with VC++ and there may be issues with the
code that need resolving before it successfully compiles with VC++.<br>
<br>
Christopher Lamb wrote:
<blockquote cite="midCB3C346B-79B3-47DB-9289-C6397C589BBE@gmail.com"
 type="cite">
  <div>Might I suggest the following tool for setting-up/maintaining
the Visual Studio project files. It makes setting them up with all the
right build options and include paths much, much easier. =)</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div><a href="http://sourceforge.net/projects/xpj">http://sourceforge.net/projects/xpj</a></div>
  <br>
  <div> <span class="Apple-style-span"
 style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;">
  <div>--</div>
  <div>Christopher Lamb</div>
  <div><a href="mailto:christopher.lamb@gmail.com">christopher.lamb@gmail.com</a></div>
  <br class="Apple-interchange-newline">
  </span> </div>
  <br>
  <div>
  <div>On Mar 28, 2007, at 3:06 AM, Morten Ofstad wrote:</div>
  <br class="Apple-interchange-newline">
  <blockquote type="cite">
    <div style="margin: 0px;">Seung Jae Lee wrote:</div>
    <blockquote type="cite">
      <div style="margin: 0px;">Is there any special reason only x86
code is implemented in win32 folder unlike lib\Target folder which
contains codes for other architectures?</div>
    </blockquote>
    <div style="margin: 0px; min-height: 14px;"><br>
    </div>
    <div style="margin: 0px;">No reason beyond the fact that windows is
more or less only x86/x64. If you want to add more targets to the visual<span
 class="Apple-converted-space"> </span></div>
    <div style="margin: 0px;">studio project files it shouldn't be very
difficult. You can copy the custom build rules for the .td files in the
x86<span class="Apple-converted-space"> </span></div>
    <div style="margin: 0px;">project. The rest is just adding the .cpp
and .h files and setting the include paths etc. to the same as in the
x86 project.</div>
    <div style="margin: 0px; min-height: 14px;"><br>
    </div>
    <div style="margin: 0px;">m.</div>
    <div style="margin: 0px;">_______________________________________________</div>
    <div style="margin: 0px;">LLVM Developers mailing list</div>
    <div style="margin: 0px;"><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>
    <span class="Apple-converted-space">        </span><a
 href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a></div>
    <div style="margin: 0px;"><a
 href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a></div>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
  </pre>
</blockquote>
</body>
</html>