Changeset 152292 in webkit


Ignore:
Timestamp:
Jul 2, 2013 7:32:45 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r152233.
http://trac.webkit.org/changeset/152233
https://bugs.webkit.org/show_bug.cgi?id=118304

hopeful attempt to restore windows buildage (Requested by
kling on #webkit).

  • win/tools/vsprops/debugsuffix.props:
Location:
trunk/WebKitLibraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r152233 r152292  
     12013-07-02  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r152233.
     4        http://trac.webkit.org/changeset/152233
     5        https://bugs.webkit.org/show_bug.cgi?id=118304
     6
     7        hopeful attempt to restore windows buildage (Requested by
     8        kling on #webkit).
     9
     10        * win/tools/vsprops/debugsuffix.props:
     11
    1122013-07-01  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props

    r152233 r152292  
    99  </PropertyGroup>
    1010  <ItemDefinitionGroup>
    11     <ClCompile />
     11    <ClCompile>
     12      <UndefinePreprocessorDefinitions>DEBUG_INTERNAL;DEBUG_ALL;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
     13    </ClCompile>
    1214    <Lib>
    1315      <OutputFile>$(OutDir)\$(ProjectName)$(DebugSuffix).lib</OutputFile>
    1416    </Lib>
    15     <ClCompile>
    16       <PreprocessorDefinitions>DEBUG_INTERNAL;DEBUG_ALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    17     </ClCompile>
    1817  </ItemDefinitionGroup>
    1918  <ItemGroup>
    2019    <BuildMacro Include="DebugSuffix">
    2120      <Value>$(DebugSuffix)</Value>
    22       <EnvironmentVariable>true</EnvironmentVariable>
    2321    </BuildMacro>
    2422  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.