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 <[email protected] 
> <javascript:>> 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] <javascript:>
>> 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] <javascript:>.
>> 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.

Reply via email to