]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Updating Windows compile guide after the major overhaul of Windows divVerent/zeroradiant-original
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 24 Feb 2011 04:14:47 +0000 (04:14 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 24 Feb 2011 04:14:47 +0000 (04:14 +0000)
build system.

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@477 8a3a26a2-13c4-0310-b231-cf6edde360e5

windows_compile_guide/index.html

index 54cb9c1f833941a9cb1b1c2bd9f1cd5518bd7c53..ece766a95f708693e9c82ec67c984f572d788f78 100644 (file)
@@ -290,7 +290,7 @@ $ <b>scons target=setup</b>
     <p>
       Start Microsoft Visual C++.  From the "File" menu, choose "Open" -> "Project/Solution...".
       Navigate to your <tt>GtkRadiant</tt> directory (in my case <tt>C:\MinGW\msys\1.0\home\rambetter\radiant-work\GtkRadiant</tt>).
-      Choose the project file <tt>radiant_VC9.sln</tt> from this directory.
+      Choose the project file <tt>radiant.sln</tt> from this directory.
     </p>
     <p>
       You now have the GtkRadiant project loaded in Visual C++.  You can poke around if you like, e.g. open up some source code
@@ -307,13 +307,13 @@ $ <b>scons target=setup</b>
     </table>
     <p>
       To build GtkRadiant, choose "Build Solution" from the "Build" menu.  The build will take
-      about 5 minutes [on a Pentium 4 with HTT], so this would be a good time to go get coffee.
+      about 10 minutes [on a Pentium 4 with HTT], so this would be a good time to go get a cup of tea.
     </p>
     <p>If the build completes successfully, you will get a message similar to the following in the output
       of Visual C++:</p>
     <blockquote>
-      <pre width="80" style="background: #CCCCCC; padding: 2mm; border-style: ridge">radiant - 0 error(s), 1 warning(s)
-========== Build: 20 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
+      <pre width="80" style="background: #CCCCCC; padding: 2mm; border-style: ridge">radiant - 0 error(s), 0 warning(s)
+========== Build: 37 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
 </pre>
     </blockquote>
     <hr />