Comment #1 on issue 2066 by [email protected]: how to complite v8 dll
with vs2008
http://code.google.com/p/v8/issues/detail?id=2066
Checkout the source, then get the required other stufff:
svn co http://gyp.googlecode.com/svn/trunk build/gyp
svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844
third_party/cygwin
svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111
third_party/python_26
Build:
third_party\python_26\python build\gyp_v8 -Dcomponent=shared_library
This will build v8.dll, and it will also use the shared MSVC runtime.
but you can also statically link to the libs if you wish:
v8_base.lib + v8_snapshot.lib
And it will still use the shared runtime but you don't have to ship v8.dll.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev