I'm trying to build v8.lib for usage. I've spent two days doing it. So no successful results. How I'm trying to build:
tools/dev/v8gen.py x64.release
ninja -C out.gn/x64.release
It builds withour errors, but no any .lib in directory. I can only run v8.exe and paste JS code to test it... How to build libs for my own projects?