Here's the error:
5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
* win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@97612
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-10-17 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ Here's the error:
+
+ 5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
+
+ * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
+
2011-10-16 Adam Barth <abarth@webkit.org>
Always enable ENABLE(DOM_STORAGE)
>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/GS"
+ AdditionalOptions="/bigobj /GS"
PreprocessorDefinitions="WIN32;_WINDOWS;WINVER=0x502;_WIN32_WINNT=0x502;_WIN32_IE=0x603;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_HAS_EXCEPTIONS=0;BUILDING_$(ProjectName)"
ExceptionHandling= "0"
RuntimeTypeInfo="false"