equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="Windows-1252"?> |
|
2 <VisualStudioPropertySheet |
|
3 ProjectType="Visual C++" |
|
4 Version="8.00" |
|
5 Name="InjectedBundleCommon" |
|
6 > |
|
7 <Tool |
|
8 Name="VCCLCompilerTool" |
|
9 AdditionalIncludeDirectories=""$(ProjectDir)\..";"$(ProjectDir)\..\..";"$(ProjectDir)\..\Bindings";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitOutputDir)\obj\InjectedBundle\DerivedSources\"" |
|
10 ForcedIncludeFiles="WebKitTestRunnerPrefix.h" |
|
11 /> |
|
12 <Tool |
|
13 Name="VCLinkerTool" |
|
14 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib" |
|
15 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll" |
|
16 /> |
|
17 <Tool |
|
18 Name="VCPostBuildEventTool" |
|
19 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" |
|
20 /> |
|
21 <Tool |
|
22 Name="VCPreBuildEventTool" |
|
23 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" |
|
24 /> |
|
25 </VisualStudioPropertySheet> |