Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3421)

Unified Diff: gyp/v8.gyp

Issue 106163004: Add Windows compilation support to V8 example (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/v8.gyp
===================================================================
--- gyp/v8.gyp (revision 12506)
+++ gyp/v8.gyp (working copy)
@@ -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',
jcgregorio 2013/12/05 15:47:06 I think you can just add a 'link_settings': { 'li
+
+# 'Ws2_32.lib',
+# 'Winmm.lib',
+
'-lpthread',
'-lrt',
'../../../v8/out/native/obj.target/tools/gyp/libv8_base.x64.a',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698