The wiki page describes how to generate VS2013 projects, for using the
VS2013 IDE. But if you want to continue using the VS2015 IDE but use the
VS2013 toolset, then you can create a file called v120.gypi, with these
contents:
{
'target_defaults': { 'msbuild_toolset': 'v120' }
}
Then when you run gyp, pass the "-I v120.gypi" flag.
On Mon, Sep 14, 2015 at 1:54 PM Michael Hablich <[email protected]>
wrote:
>
> 1. GoTo https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP
> 2. Search for Visual Studio
> 3. Do stuff mentioned there
> 4. Profit!
>
> :-)
>
> If setting the GYP variable didn't help please tell.
>
>
> On Monday, September 14, 2015 at 7:15:01 PM UTC+2, Nothing to See wrote:
>>
>> Hello,
>>
>> I have both Visual Studio 2015 and 2013 installed. When I use GYP to
>> create the V8 project files, it automatically sets the toolset version to
>> v140 (which is used in Visual Studio 2015). The project I need to use V8 in
>> uses the v120 toolset (which is Visual Studio 2013). Therefore, I always
>> have to change the toolset for every project file each time I update V8
>> back to v120. Is there any way to tell GYP it should use v120
>> unconditionally?
>>
> --
> --
> 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.