Title: [180680] trunk/WebKitLibraries
Revision
180680
Author
[email protected]
Date
2015-02-26 10:19:41 -0800 (Thu, 26 Feb 2015)

Log Message

[Win] Unreviewed build fix after r180676.

I forgot to checkin one of the more important changes!

* win/tools/vsprops/common.props:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (180679 => 180680)


--- trunk/WebKitLibraries/ChangeLog	2015-02-26 18:03:17 UTC (rev 180679)
+++ trunk/WebKitLibraries/ChangeLog	2015-02-26 18:19:41 UTC (rev 180680)
@@ -1,5 +1,13 @@
 2015-02-26  Brent Fulgham  <[email protected]>
 
+        [Win] Unreviewed build fix after r180676.
+
+        I forgot to checkin one of the more important changes!
+
+        * win/tools/vsprops/common.props:
+
+2015-02-26  Brent Fulgham  <[email protected]>
+
         [Win] Make build logs more legible by reducing noise
         https://bugs.webkit.org/show_bug.cgi?id=142034
 

Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (180679 => 180680)


--- trunk/WebKitLibraries/win/tools/vsprops/common.props	2015-02-26 18:03:17 UTC (rev 180679)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props	2015-02-26 18:19:41 UTC (rev 180680)
@@ -74,114 +74,114 @@
       <HeaderFileName>$(OutDir)%(Filename).h</HeaderFileName>
     </Midl>
     <PostBuildEvent>
-      <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file.
-if not exist "$(ProjectDir)$(ProjectName)PostBuild.cmd" exit /b
+      <Command>@REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file.
+@if not exist "$(ProjectDir)$(ProjectName)PostBuild.cmd" exit /b
 
-set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
-set CONFIGURATIONNAME=$(ConfigurationName)
-set INPUTDIR=$(InputDir)
-set INPUTFILENAME=$(InputFileName)
-set INPUTPATH=$(InputPath)
-set INTDIR=$(IntDir)
-set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
-set PLATFORMNAME=$(PlatformName)
-set PROJECTDIR=$(ProjectDir)
-set PROJECTFILENAME=$(ProjectFileName)
-set PROJECTNAME=$(ProjectName)
-set PROJECTPATH=$(ProjectPath)
-set SOLUTIONDIR=$(SolutionDir)
-set SOLUTIONFILENAME=$(SolutionFileName)
-set SOLUTIONNAME=$(SolutionName)
-set SOLUTIONPATH=$(SolutionPath)
-set TARGETDIR=$(TargetDir)
-set TARGETEXT=$(TargetExt)
-set TARGETFILENAME=$(TargetFileName)
-set TARGETPATH=$(TargetPath)
-set DEBUGSUFFIX=$(DebugSuffix)
-set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
+@set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
+@set CONFIGURATIONNAME=$(ConfigurationName)
+@set INPUTDIR=$(InputDir)
+@set INPUTFILENAME=$(InputFileName)
+@set INPUTPATH=$(InputPath)
+@set INTDIR=$(IntDir)
+@set OUTDIR=$(OutDir)
+@set PLATFORMARCHITECTURE=$(PlatformArchitecture)
+@set PLATFORMNAME=$(PlatformName)
+@set PROJECTDIR=$(ProjectDir)
+@set PROJECTFILENAME=$(ProjectFileName)
+@set PROJECTNAME=$(ProjectName)
+@set PROJECTPATH=$(ProjectPath)
+@set SOLUTIONDIR=$(SolutionDir)
+@set SOLUTIONFILENAME=$(SolutionFileName)
+@set SOLUTIONNAME=$(SolutionName)
+@set SOLUTIONPATH=$(SolutionPath)
+@set TARGETDIR=$(TargetDir)
+@set TARGETEXT=$(TargetExt)
+@set TARGETFILENAME=$(TargetFileName)
+@set TARGETPATH=$(TargetPath)
+@set DEBUGSUFFIX=$(DebugSuffix)
+@set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
 
-REM If any of the above variables didn't exist previously and
-REM were set to an empty string, set will set the errorlevel to 1,
-REM which will cause the project-specific script to think the build
-REM has failed. This cmd /c call will clear the errorlevel.
-cmd /c
+@REM If any of the above variables didn't exist previously and
+@REM were set to an empty string, set will set the errorlevel to 1,
+@REM which will cause the project-specific script to think the build
+@REM has failed. This cmd /c call will clear the errorlevel.
+@cmd /c
 
-"$(ProjectDir)$(ProjectName)PostBuild.cmd"
+@"$(ProjectDir)$(ProjectName)PostBuild.cmd"
 </Command>
     </PostBuildEvent>
     <PreBuildEvent>
-      <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.
-if not exist "$(ProjectDir)$(ProjectName)PreBuild.cmd" exit /b
+      <Command>@REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.
+@if not exist "$(ProjectDir)$(ProjectName)PreBuild.cmd" exit /b
 
-set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
-set CONFIGURATIONNAME=$(ConfigurationName)
-set INPUTDIR=$(InputDir)
-set INPUTFILENAME=$(InputFileName)
-set INPUTPATH=$(InputPath)
-set INTDIR=$(IntDir)
-set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
-set PLATFORMNAME=$(PlatformName)
-set PROJECTDIR=$(ProjectDir)
-set PROJECTFILENAME=$(ProjectFileName)
-set PROJECTNAME=$(ProjectName)
-set PROJECTPATH=$(ProjectPath)
-set SOLUTIONDIR=$(SolutionDir)
-set SOLUTIONFILENAME=$(SolutionFileName)
-set SOLUTIONNAME=$(SolutionName)
-set SOLUTIONPATH=$(SolutionPath)
-set TARGETDIR=$(TargetDir)
-set TARGETEXT=$(TargetExt)
-set TARGETFILENAME=$(TargetFileName)
-set TARGETPATH=$(TargetPath)
-set DEBUGSUFFIX=$(DebugSuffix)
-set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
+@set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
+@set CONFIGURATIONNAME=$(ConfigurationName)
+@set INPUTDIR=$(InputDir)
+@set INPUTFILENAME=$(InputFileName)
+@set INPUTPATH=$(InputPath)
+@set INTDIR=$(IntDir)
+@set OUTDIR=$(OutDir)
+@set PLATFORMARCHITECTURE=$(PlatformArchitecture)
+@set PLATFORMNAME=$(PlatformName)
+@set PROJECTDIR=$(ProjectDir)
+@set PROJECTFILENAME=$(ProjectFileName)
+@set PROJECTNAME=$(ProjectName)
+@set PROJECTPATH=$(ProjectPath)
+@set SOLUTIONDIR=$(SolutionDir)
+@set SOLUTIONFILENAME=$(SolutionFileName)
+@set SOLUTIONNAME=$(SolutionName)
+@set SOLUTIONPATH=$(SolutionPath)
+@set TARGETDIR=$(TargetDir)
+@set TARGETEXT=$(TargetExt)
+@set TARGETFILENAME=$(TargetFileName)
+@set TARGETPATH=$(TargetPath)
+@set DEBUGSUFFIX=$(DebugSuffix)
+@set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
 
-REM If any of the above variables didn't exist previously and
-REM were set to an empty string, set will set the errorlevel to 1,
-REM which will cause the project-specific script to think the build
-REM has failed. This cmd /c call will clear the errorlevel.
-cmd /c
+@REM If any of the above variables didn't exist previously and
+@REM were set to an empty string, set will set the errorlevel to 1,
+@REM which will cause the project-specific script to think the build
+@REM has failed. This cmd /c call will clear the errorlevel.
+@cmd /c
 
-"$(ProjectDir)$(ProjectName)PreBuild.cmd"
+@"$(ProjectDir)$(ProjectName)PreBuild.cmd"
 </Command>
     </PreBuildEvent>
     <PreLinkEvent>
-      <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.
-if not exist "$(ProjectDir)$(ProjectName)PreLink.cmd" exit /b
+      <Command>@REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.
+@if not exist "$(ProjectDir)$(ProjectName)PreLink.cmd" exit /b
 
-set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
-set CONFIGURATIONNAME=$(ConfigurationName)
-set INPUTDIR=$(InputDir)
-set INPUTFILENAME=$(InputFileName)
-set INPUTPATH=$(InputPath)
-set INTDIR=$(IntDir)
-set OUTDIR=$(OutDir)
-set PLATFORMARCHITECTURE=$(PlatformArchitecture)
-set PLATFORMNAME=$(PlatformName)
-set PROJECTDIR=$(ProjectDir)
-set PROJECTFILENAME=$(ProjectFileName)
-set PROJECTNAME=$(ProjectName)
-set PROJECTPATH=$(ProjectPath)
-set SOLUTIONDIR=$(SolutionDir)
-set SOLUTIONFILENAME=$(SolutionFileName)
-set SOLUTIONNAME=$(SolutionName)
-set SOLUTIONPATH=$(SolutionPath)
-set TARGETDIR=$(TargetDir)
-set TARGETEXT=$(TargetExt)
-set TARGETFILENAME=$(TargetFileName)
-set TARGETPATH=$(TargetPath)
-set DEBUGSUFFIX=$(DebugSuffix)
-set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
+@set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
+@set CONFIGURATIONNAME=$(ConfigurationName)
+@set INPUTDIR=$(InputDir)
+@set INPUTFILENAME=$(InputFileName)
+@set INPUTPATH=$(InputPath)
+@set INTDIR=$(IntDir)
+@set OUTDIR=$(OutDir)
+@set PLATFORMARCHITECTURE=$(PlatformArchitecture)
+@set PLATFORMNAME=$(PlatformName)
+@set PROJECTDIR=$(ProjectDir)
+@set PROJECTFILENAME=$(ProjectFileName)
+@set PROJECTNAME=$(ProjectName)
+@set PROJECTPATH=$(ProjectPath)
+@set SOLUTIONDIR=$(SolutionDir)
+@set SOLUTIONFILENAME=$(SolutionFileName)
+@set SOLUTIONNAME=$(SolutionName)
+@set SOLUTIONPATH=$(SolutionPath)
+@set TARGETDIR=$(TargetDir)
+@set TARGETEXT=$(TargetExt)
+@set TARGETFILENAME=$(TargetFileName)
+@set TARGETPATH=$(TargetPath)
+@set DEBUGSUFFIX=$(DebugSuffix)
+@set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
 
-REM If any of the above variables didn't exist previously and
-REM were set to an empty string, set will set the errorlevel to 1,
-REM which will cause the project-specific script to think the build
-REM has failed. This cmd /c call will clear the errorlevel.
-cmd /c
+@REM If any of the above variables didn't exist previously and
+@REM were set to an empty string, set will set the errorlevel to 1,
+@REM which will cause the project-specific script to think the build
+@REM has failed. This cmd /c call will clear the errorlevel.
+@cmd /c
 
-"$(ProjectDir)$(ProjectName)PreLink.cmd"
+@"$(ProjectDir)$(ProjectName)PreLink.cmd"
 </Command>
     </PreLinkEvent>
     <ResourceCompile>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to