To get dll files, you'll need to set component=shared_library in your
GYP_DEFINES env variable, or set is_component_build = true in your gn args,
depending on which build system you use.

On Mon, Sep 19, 2016 at 6:11 AM Ivan Pizhenko <ivan.pizhe...@gmail.com>
wrote:

> Thank you Pavel. This may be useful for me.
>
> 2016-09-18 10:45 GMT+03:00 Pavel Medvedev <pmedve...@gmail.com>:
>
> Hi Ivan,
>
> I may suggest to try pre-built Nuget packages for V8:
>
> https://www.nuget.org/packages/v8-v120-x86/
> https://www.nuget.org/packages/v8-v120-x64/
> https://www.nuget.org/packages/v8-v140-x86/
> https://www.nuget.org/packages/v8-v140-x64/
>
> I have created them recently in order to manage V8 build issues on Windows.
>
> I use GYP in a Python script to build V8 libraries and Nuget packages, as
> you can see at https://github.com/pmed/v8-nuget
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
>
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-users/sY-ToMUC_4I/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> v8-users+unsubscr...@googlegroups.com.
>
>
> For more options, visit https://groups.google.com/d/optout.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to