summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorPeter Bright <drpizza@quiscalusmexicanus.org>2011-08-13 19:17:47 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-08-13 19:57:42 -0700
commit16788f461aedaca7eb7fc658b6b115ac8a3f5d62 (patch)
treeefae2cd898497c995bf774bd95fd7f8206eeae82 /deps/v8
parenta5d90c435cb7af5fafe5b370e412e1b965d24114 (diff)
downloadnodejs-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.tar.gz
nodejs-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.tar.bz2
nodejs-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.zip
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi. Restrict v8's common.gypi to v8 projects. Ensure v8 doesn't use /MP in debug builds. Add basic settings for other platforms. Make uv import common.gypi properly. Remove LTCG warning.
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/tools/gyp/v8-node.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/tools/gyp/v8-node.gyp b/deps/v8/tools/gyp/v8-node.gyp
new file mode 100644
index 000000000..1ac36b0df
--- /dev/null
+++ b/deps/v8/tools/gyp/v8-node.gyp
@@ -0,0 +1,6 @@
+{
+ 'includes': [
+ '../../build/common.gypi',
+ 'v8.gyp'
+ ],
+}