Author: [email protected]
Date: Thu Apr 16 17:15:12 2009
New Revision: 1731
Modified:
branches/bleeding_edge/SConstruct
Log:
Fix building of snapshots on Windows.
The romoval of _HAS_EXCEPTIONS=0 from the source files was not fully
complemented with changes to the compiler flags used for mksnapshot.
Review URL: http://codereview.chromium.org/67242
Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct (original)
+++ branches/bleeding_edge/SConstruct Thu Apr 16 17:15:12 2009
@@ -238,6 +238,7 @@
},
'msvc': {
'all': {
+ 'CPPDEFINES': ['_HAS_EXCEPTIONS=0'],
'LIBS': ['winmm', 'ws2_32']
}
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---