Revision: 7286
Author:   [email protected]
Date:     Mon Mar 21 05:57:39 2011
Log:      Edited wiki page BuildingOnWindows through web user interface.
http://code.google.com/p/v8/source/detail?r=7286

Modified:
 /wiki/BuildingOnWindows.wiki

=======================================
--- /wiki/BuildingOnWindows.wiki        Mon Mar 21 05:56:08 2011
+++ /wiki/BuildingOnWindows.wiki        Mon Mar 21 05:57:39 2011
@@ -71,13 +71,6 @@
When running tests turning off link-time code generation will reduce link time significally. This is useful when running the tests repeatedly.

 ||`>tools\test.py -S msvcltcg=off`||
-
-== Paths on 64-bit Windows Vista ==
-SCons 1.0.0 does not support neither Visual Studio 2005 nor Visual Studio 2008 on 64-bit Windows Vista, so the environment override is required for both versions. Using the setup batch file supplied with Visual Studio and invoking SCons as follows is the simplest solution.
-
-{{{
-> scons env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%"
-}}}

 == Building 64-bit V8 on 64-bit Windows 7 ==
A 64-bit build of V8 can be built on Windows 7 using Visual Studio 2008 and MS Windows SDK v7.0 or v7.1. 64-bit V8 on Windows is not currently used in any applications we know of, but it builds and passes all tests.
@@ -97,6 +90,13 @@
 }}}
 You may also add "mozilla" or "sputnik" to the end of the command line.

+
+== Paths on 64-bit Windows Vista ==
+SCons 1.0.0 does not support neither Visual Studio 2005 nor Visual Studio 2008 on 64-bit Windows Vista, so the environment override is required for both versions. Using the setup batch file supplied with Visual Studio and invoking SCons as follows is the simplest solution.
+
+{{{
+> scons env="PATH:%PATH%,INCLUDE:%INCLUDE%,LIB:%LIB%"
+}}}


 ==== Explicit Visual Studio 2008 paths ====

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to