Do you happen to have any gyp related environment variable set, e.g. GYP_GENERATORS?
On Thu, Jun 30, 2016 at 2:25 PM Amaranth F <[email protected]> wrote: > I've built v8 successfully some days ago, and today I'm following this > post to add extra files to my project. > http://v8project.blogspot.com/2016/02/v8-extras.html > > I added > 'v8_extra_library_files': [ > '../test/cctest/test-extra.js', > '../extra/vec2.js' > ], > to the standalone.gypi, and run the cmd: > python gypfiles\gyp_v8 > Updating projects from gyp files... > > But the js2c.vcxproj file isn't modified at all. Even I deleted all the > .sln and .vcxproj files, the gyp couldn't generate any files more. > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
