aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-05 15:55:00 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-05 15:55:00 +0000
commitea4f3dbcf18ffdbbc662040eb6bd0f32b65de714 (patch)
tree349c7c9a46f0d1183f0dbb2e259c07a41fae8988 /gyp
parent91246b9fc7740547d4b1b3f144684483c8e968cd (diff)
Add Windows compilation support to V8 example
Diffstat (limited to 'gyp')
-rw-r--r--gyp/v8.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gyp/v8.gyp b/gyp/v8.gyp
index 3db536e0c6..b6e065e18d 100644
--- a/gyp/v8.gyp
+++ b/gyp/v8.gyp
@@ -23,6 +23,15 @@
'link_settings': {
'libraries': [
+# 'd:/src/v8/build/Debug/lib/v8_base.ia32.lib',
+# 'd:/src/v8/build/Debug/lib/v8_snapshot.lib',
+
+# 'd:/src/v8/build/Debug/lib/icuuc.lib',
+# 'd:/src/v8/build/Debug/lib/icui18n.lib',
+
+# 'Ws2_32.lib',
+# 'Winmm.lib',
+
'-lpthread',
'-lrt',
'../../../v8/out/native/obj.target/tools/gyp/libv8_base.x64.a',