Wednesday, 15 April 2015

visual studio 2010 - Configuring V8 for building with /MD with VS2010 -



visual studio 2010 - Configuring V8 for building with /MD with VS2010 -

does know if possible configure v8 built way vs2010? trying embed v8 in project uses few libraries configured multi-threaded dll(/md) runtime library on windows , v8 default configured /mt

https://code.google.com/p/v8/wiki/buildingwithgyp

i found reply under xcode section, need utilize command...

python build/gyp_v8 -dcomponent=shared_library

to generate project files, apparently works vs

visual-studio-2010 v8 gyp

No comments:

Post a Comment