pulumi/sdk/nodejs/runtime/native
Matt Ellis fcc81bac24 Fix nativeruntime module build on Windows
There were two problems:

- node-gyp configure was failing because of different shell syntax
between windows and *nix.
- MSVC 2015 is not smart enough to understand our use of strlen actually
results in a constant value and prevents us from using it to create an
array, move to a macro based solution.
2017-09-21 11:49:03 -07:00
..
.gitignore Add a make configure target 2017-09-04 11:35:21 -07:00
binding.gyp Fix nativeruntime module build on Windows 2017-09-21 11:49:03 -07:00
closure.cc Fix nativeruntime module build on Windows 2017-09-21 11:49:03 -07:00
ensure_node_v8.sh Use curl instead of wget 2017-09-11 09:33:54 -07:00