On Fri, Oct 25, 2013 at 7:31 PM, <[email protected]> wrote: > Is there any way to get v8/gyp to output visual studio 2013 project files to > be able to compile via the command line. I can get it to work if i have > visual studio 2010 installed as well but i want to be able to compile with > just 2013.
You can tell gyp to create a VS 2013 solution by setting the GYP_MSVS_VERSION environment variable to '2013' or '2013e' (normal and flat solutions, respectively.) -- -- 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/groups/opt_out.
