Home | History | Annotate | Download | only in include

Lines Matching full:dll

59 // Setup for Windows DLL export/import. When building the V8 DLL the
61 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
66 // when building the DLL but cannot have __declspec(dllimport) when building
67 // a program which uses the DLL.