Lines Matching full:executable
31 * executable - node
34 The node executable is a thin wrapper around libnode which is
38 The executable and library will have extensions as appropriate
41 the executable.
58 * the same directory as the node executable
59 * ../lib with the expectation that the executable is
64 place the executable and library.
67 that both the executable and shared library will
91 exported by the node executable. As a result any
92 pre-built binaries expect symbols to be exported from the executable
95 The node executable and shared library are built and linked
97 executable. This requires some extra work on some platforms
98 and the process to build the node executable is a good example