Not V8, I mean the standard library for your project. The selection is on the first page of the property menu.
Alternatively, you could try setting the default library ignore settings to ignore one of those two libraries (libcmt and msvcrt). The problem is that both are being linked in one way or another, and they both contain a lot of the same functions. On Thursday, October 24, 2013 5:09:53 PM UTC-8, Spencer Killen wrote: > > Kk thanks, > Uhm I don't really know much about libraries but if I'm trying to > statically compile, wouldn't I not need Dll's? > Did I accidently compile v8 dynamically or something I honestly only > generated the project file with gyp and then compiled it. -- -- 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.
