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/SG2PR06MB3158CF7B433AA39D24311F4AD3030%40SG2PR06MB3158.apcprd06.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to