Websocket
[VSoRC/.git] / node_modules / websocket / binding.gyp
diff --git a/node_modules/websocket/binding.gyp b/node_modules/websocket/binding.gyp
new file mode 100644 (file)
index 0000000..77b2ed5
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  'targets': [
+    {
+      'target_name': 'validation',
+      'include_dirs': ["<!(node -e \"require('nan')\")"],
+      'cflags!': [ '-O3' ],
+      'cflags': [ '-O2' ],
+      'sources': [ 'src/validation.cc' ]
+    },
+    {
+      'target_name': 'bufferutil',
+      'include_dirs': ["<!(node -e \"require('nan')\")"],
+      'cflags!': [ '-O3' ],
+      'cflags': [ '-O2' ],
+      'sources': [ 'src/bufferutil.cc' ]
+    }
+  ]
+}