OSDN Git Service

Docs: Add info about 64-bit builds and project files.
authorKimmo Varis <kimmov@gmail.com>
Sun, 5 Oct 2008 20:43:14 +0000 (20:43 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sun, 5 Oct 2008 20:43:14 +0000 (20:43 +0000)
Docs/Developers/Compiling.html

index ac42a88..52330c1 100644 (file)
@@ -64,6 +64,7 @@ Subversion repository. See <a href="readme-Subversion.html">readme-Subversion.ht
   <li><a href="#Compiling_core">Compiling WinMerge executables</a></li>
   <li><a href="#ShellExt64">Shell Extension (64-bit)</a></li>
   <li><a href="#VS2005">Visual Studio 2005 & 2008 Manifest File</a></li>
+  <li><a href="#64bit">Building 64-bit version</a></li>
 </ol>
 
 
@@ -279,5 +280,23 @@ additional manifest.</p>
 <p>See also <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=143306&SiteID=1">
 Manifests in VS2005-- What are they?</a> -thread in Microsoft forum.
 </p>
+
+<h3><a name="64bit">Building 64-bit version</a></h3>
+<p><b>64-bit versions are not supported.</b> We provide project
+files for building 64-bit version of WinMerge so people can start testing and
+experimenting it. But it is still a long way to make actual releases of 64-bit
+versions.
+</p>
+
+<p>Project files for 64-bit versions (at the moment) work only with VS2008.
+There might be later project files compatible with VS2005, but don't count on
+it. The project files are named as <code><i>[projectname]</i>X64.vcproj</code>.
+</p>
+
+<h4>Bugs and patches</h4>
+<p>Submit bugs about 64-bit builds to our bug tracker as usual. But also expect
+they are given low priority. Likewise patches can be submitted to our patch
+tracker.</p>
+
 </body>
 </html>
\ No newline at end of file