Commit 2a996d8a authored by sfalken@apple.com's avatar sfalken@apple.com

Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.

        Indirected definition through a UserMacro.
        
        Reviewed by Mark Rowe.

        * win/tools/vsprops/common.vsprops:



git-svn-id: svn://svn.chromium.org/blink/trunk@42944 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3970298a
2009-04-28 Steve Falkenburg <sfalken@apple.com>
Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
Indirected definition through a UserMacro.
Reviewed by Mark Rowe.
* win/tools/vsprops/common.vsprops:
2009-04-28 Steve Falkenburg <sfalken@apple.com> 2009-04-28 Steve Falkenburg <sfalken@apple.com>
Fix extraneous warning about PRODUCTION not being defined in Windows builds. Fix extraneous warning about PRODUCTION not being defined in Windows builds.
......
...@@ -48,4 +48,8 @@ ...@@ -48,4 +48,8 @@
Name="ProductionBuild" Name="ProductionBuild"
Value="$(PRODUCTION)" Value="$(PRODUCTION)"
/> />
<UserMacro
Name="AnalyzeWithLargeStack"
Value=""
/>
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment