Patch made to visual studio 2008 project files in order to add missing
files and locate generated files of other projects.
Probably x64 project will require some updates in order to compile
properly
I am actually working on visual studio 2010, but the patched projects
convert and compile successfully.
Index: v8_base.vcproj
===================================================================
--- v8_base.vcproj (revision 5865)
+++ v8_base.vcproj (working copy)
@@ -297,6 +297,10 @@
>
</File>
<File
+ RelativePath="..\..\src\cached-powers.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\src\cached-powers.h"
>
</File>
@@ -994,6 +998,14 @@
>
</File>
<File
+ RelativePath="..\..\src\strtod.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\strtod.h"
+ >
+ </File>
+ <File
RelativePath="..\..\src\ia32\stub-cache-ia32.cc"
>
</File>
Index: v8_snapshot.vcproj
===================================================================
--- v8_snapshot.vcproj (revision 5865)
+++ v8_snapshot.vcproj (working copy)
@@ -128,11 +128,11 @@
SourceControlFiles="false"
>
<File
-
RelativePath="$(IntDir)\..\v8\DerivedSources\natives-empty.cc"
+
RelativePath="$(OutDir)obj\v8\DerivedSources\natives-empty.cc"
>
</File>
<File
-
RelativePath="$(IntDir)\..\v8_snapshot_cc\DerivedSources
\snapshot.cc"
+
RelativePath="$(OutDir)obj\v8_snapshot_cc\DerivedSources
\snapshot.cc"
>
</File>
</Filter>
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev