run gn args out/x64.release again and check to make sure you have the 
following args set.

v8_static_library = true
is_component_build = false

then run ninja -C out/x64.release it will compile the static libraries for 
you. Yes, there are a ton of .objs that it generates. Head over to the obj 
directory and you'll see all the .lib files you need inside the top level 
of that directory.


On Saturday, May 25, 2019 at 7:30:17 PM UTC-4, Osman Zakir wrote:
>
> I ran the command “gn gen --target_cpu=x64 out/x64.release” and then 
> “ninja -C out/x64.release” (on Windows 10) to build V8 using Ninja, but I 
> seem to be getting a whole bunch of .obj files and some dll.lib files.  I’m 
> worried about whether I’ll get the static .lib files I need from this. Is 
> there a way to specify a static build so I can get the static .lib files?  
> For libbase and libplatform and those other V8 libs I need, I I’m getting 
> .dll.lib files instead of just .lib files.  
>
>  
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for 
> Windows 10
>
>  
>

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/646a9982-bd09-4722-bac5-cfa468e57a11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to