I'm trying to use v8 as a static library in a C++ application, and am using 
d8.gyp as reference. 

{
    'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
    'targets': [{
        'target_name': 'd8',
        'type': 'executable',
        'dependencies': [
                '../tools/gyp/v8.gyp:v8',
                '../tools/gyp/v8.gyp:v8_libplatform',
        ]
    }]
}

I'm unable to understand how 'includes' and 'dependencies' in 'd8.gyp' help 
link v8 as a static library here?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to