Title: [152292] trunk/WebKitLibraries
Revision
152292
Author
[email protected]
Date
2013-07-02 07:32:45 -0700 (Tue, 02 Jul 2013)

Log 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:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (152291 => 152292)


--- trunk/WebKitLibraries/ChangeLog	2013-07-02 14:04:16 UTC (rev 152291)
+++ trunk/WebKitLibraries/ChangeLog	2013-07-02 14:32:45 UTC (rev 152292)
@@ -1,3 +1,14 @@
+2013-07-02  Commit Queue  <[email protected]>
+
+        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:
+
 2013-07-01  Brent Fulgham  <[email protected]>
 
         [Windows] Unreviewed correction to DEBUG_ALL target.  Target was undefining DEBUG_ALL and DEBUG_INTERNAL,

Modified: trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props (152291 => 152292)


--- trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props	2013-07-02 14:04:16 UTC (rev 152291)
+++ trunk/WebKitLibraries/win/tools/vsprops/debugsuffix.props	2013-07-02 14:32:45 UTC (rev 152292)
@@ -8,18 +8,16 @@
     <TargetName>$(TargetName)$(DebugSuffix)</TargetName>
   </PropertyGroup>
   <ItemDefinitionGroup>
-    <ClCompile />
+    <ClCompile>
+      <UndefinePreprocessorDefinitions>DEBUG_INTERNAL;DEBUG_ALL;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
+    </ClCompile>
     <Lib>
       <OutputFile>$(OutDir)\$(ProjectName)$(DebugSuffix).lib</OutputFile>
     </Lib>
-    <ClCompile>
-      <PreprocessorDefinitions>DEBUG_INTERNAL;DEBUG_ALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
-    </ClCompile>
   </ItemDefinitionGroup>
   <ItemGroup>
     <BuildMacro Include="DebugSuffix">
       <Value>$(DebugSuffix)</Value>
-      <EnvironmentVariable>true</EnvironmentVariable>
     </BuildMacro>
   </ItemGroup>
 </Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to