Author: [email protected]
Date: Wed Jul 8 22:25:08 2009
New Revision: 2403
Modified:
branches/bleeding_edge/tools/gyp/v8.gyp
Log:
Re-add v8_shell target to v8.gyp. Patch by Joel Stanley.
Modified: branches/bleeding_edge/tools/gyp/v8.gyp
==============================================================================
--- branches/bleeding_edge/tools/gyp/v8.gyp (original)
+++ branches/bleeding_edge/tools/gyp/v8.gyp Wed Jul 8 22:25:08 2009
@@ -515,6 +515,22 @@
'sources': [
'../../src/mksnapshot.cc',
],
- }
+ },
+ {
+ 'target_name': 'v8_shell',
+ 'type': 'executable',
+ 'dependencies': [
+ 'v8'
+ ],
+ 'sources': [
+ '../../samples/shell.cc',
+ ],
+ 'conditions': [
+ [ 'OS=="win"', {
+ # This could be gotten by not setting chromium_code, if that's
OK.
+ 'defines': ['_CRT_SECURE_NO_WARNINGS'],
+ }],
+ ],
+ },
],
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---