On Thu, Aug 29, 2013 at 8:32 AM, Ashish Negi <[email protected]> wrote: > I build node on windows and it produced .lib file with .node. > Does .lib file can be used for extending node ? If one wants to link node > with CEF, would he use .lib file ?
Possibly. It's normally used for writing add-ons against. > Also please tell what are the various projects like node_dtrace_* for ? They contain the DTrace / SystemTap / ETW probes. > Also is node_js2c has something to do with v8's js2c ? It's a really old version of V8's js2c. We keep a copy around because newer versions are too V8 specific. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" 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.
