{ 'variables': { 'includeDir':'./tmp/p4api/include/p4', 'libDir':'../tmp/p4api/lib/', 'srcDir':'./src/cpp/' }, 'targets': [ { 'target_name': 'p4nodeapi', 'sources': [ '<(srcDir)p4nodeapi.cc', '<(srcDir)basicuser.cc' ], 'include_dirs': ['<(includeDir)'], 'libraries': ['<(libDir)libclient.a','<(libDir)librpc.a','<(libDir)libsupp.a'], } ] }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16451 | Liz Lam | "Forking branch Main of matt-attaway-p4nodeapi to liz_lam-p4nodeapi." | ||
//guest/matt_attaway/p4nodeapi/binding.gyp | |||||
#1 | 8517 | Matt Attaway |
Add a node.js language binding for Perforce This is fairly simple extension for node to make it easier to run Perforce commands from your node.js application. We've used this a fair amount internally, but it hasn't seen the same level of love as the other Perforce APIs. This API is not supported by Perforce support, but you are welcome to post on the forums if you have questions. |