GYP_GENERATOR=ninja will create files for the ninja build system. If you
want MSVS files, you'll have to unset that variable (or set it to msvs I
think)

On Fri, Jul 1, 2016 at 9:21 AM Amaranth F <fallings...@gmail.com> wrote:

> Yes, I followed the instruction from here
> <https://github.com/v8/v8/wiki/Building%20with%20Gyp>.
>
> set GYP_GENERATORS=ninja
> python build\gyp_v8
>
>
> 在 2016年7月1日星期五 UTC+8下午3:15:57,Jochen Eisinger写道:
>>
>> 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 <falli...@gmail.com> 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
>>>
>> v8-u...@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+u...@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