WebKit2/win/WebKit2WebProcessCommon.vsprops
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioPropertySheet
       
     3 	ProjectType="Visual C++"
       
     4 	Version="8.00"
       
     5 	Name="WebKit2WebProcessCommon"
       
     6 	>
       
     7 	<Tool
       
     8 		Name="VCCLCompilerTool"
       
     9 		AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\WebProcess\win&quot;"
       
    10 	/>
       
    11 	<Tool
       
    12 		Name="VCLinkerTool"
       
    13 		AdditionalDependencies="WebKit$(WebKitDLLConfigSuffix).lib"
       
    14 	/>
       
    15 	<Tool
       
    16 		Name="VCPostBuildEventTool"
       
    17 		CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
    18 	/>
       
    19 	<Tool
       
    20 		Name="VCPreBuildEventTool"
       
    21 		CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
       
    22 	/>
       
    23 </VisualStudioPropertySheet>