Title: [196462] trunk/Source/WebKit
Revision
196462
Author
[email protected]
Date
2016-02-11 19:24:49 -0800 (Thu, 11 Feb 2016)

Log Message

Fix internal Windows build.
rdar://problem/24622882

* WebKit.vcxproj/WebKit.proj:
Don't define DEBUG_SUFFIX in release builds.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (196461 => 196462)


--- trunk/Source/WebKit/ChangeLog	2016-02-12 01:30:45 UTC (rev 196461)
+++ trunk/Source/WebKit/ChangeLog	2016-02-12 03:24:49 UTC (rev 196462)
@@ -1,3 +1,11 @@
+2016-02-11  Alex Christensen  <[email protected]>
+
+        Fix internal Windows build.
+        rdar://problem/24622882
+
+        * WebKit.vcxproj/WebKit.proj:
+        Don't define DEBUG_SUFFIX in release builds.
+
 2016-02-10  Alex Christensen  <[email protected]>
 
         Fix internal Windows build

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.proj (196461 => 196462)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.proj	2016-02-12 01:30:45 UTC (rev 196461)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.proj	2016-02-12 03:24:49 UTC (rev 196462)
@@ -5,7 +5,7 @@
   <PropertyGroup Condition="'$(CONFIGURATION)'=='Release'">
 	<CONFIG>Release</CONFIG>
     <DebugSuffix></DebugSuffix>
-    <DebugSuffixDefinition>-DDEBUG_SUFFIX=_debug</DebugSuffixDefinition>
+    <DebugSuffixDefinition></DebugSuffixDefinition>
   </PropertyGroup>
   <PropertyGroup Condition="'$(CONFIGURATION)'=='Debug'">
 	<CONFIG>Debug</CONFIG>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to