Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-10-28 13:31:34 +0400
committerBert Belder <bertbelder@gmail.com>2011-10-29 03:06:51 +0400
commit4a1efb2b9c02dd5acbf9c0bb3f41267b5acaab11 (patch)
treed3e397ef201c6acf0ae11b5b2873a96bbaa184ba /common.gypi
parentdd93c53c4e2e073e27280235581b6aca029e7157 (diff)
Support native extension loading on Windows
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 8725fbf3633..0a4183b1c9f 100644
--- a/common.gypi
+++ b/common.gypi
@@ -106,6 +106,8 @@
# ... or that C implementations shouldn't use
# POSIX names
'_CRT_NONSTDC_NO_DEPRECATE',
+ 'BUILDING_V8_SHARED=1',
+ 'BUILDING_UV_SHARED=1',
],
}],
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {