Title: [105103] trunk/WebKitLibraries
Revision
105103
Author
[email protected]
Date
2012-01-16 16:16:48 -0800 (Mon, 16 Jan 2012)

Log Message

[WinCairo] Build correction. Switch to Apple style builds without
the _debug postfix so that launching tools, etc., will work properly.

* win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
output files to be consistent with WebKit build/test tools.

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (105102 => 105103)


--- trunk/WebKitLibraries/ChangeLog	2012-01-17 00:08:38 UTC (rev 105102)
+++ trunk/WebKitLibraries/ChangeLog	2012-01-17 00:16:48 UTC (rev 105103)
@@ -1,3 +1,11 @@
+2012-01-16  Brent Fulgham  <[email protected]>
+
+        [WinCairo] Build correction. Switch to Apple style builds without
+        the _debug postfix so that launching tools, etc., will work properly.
+
+        * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
+        output files to be consistent with WebKit build/test tools.
+
 2012-01-05  Dan Bernstein  <[email protected]>
 
         <rdar://problem/10633760> Update copyright strings

Modified: trunk/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops (105102 => 105103)


--- trunk/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops	2012-01-17 00:08:38 UTC (rev 105102)
+++ trunk/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops	2012-01-17 00:16:48 UTC (rev 105103)
@@ -20,7 +20,7 @@
 	/>
 	<UserMacro
 		Name="WebKitConfigSuffix"
-		Value="_debug"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
 	<UserMacro
@@ -30,6 +30,6 @@
 	/>
 	<UserMacro
 		Name="WebKitDLLConfigSuffix"
-		Value="_debug"
+		Value=""
 	/>
 </VisualStudioPropertySheet>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to