<?xml version="1.0" encoding="Windows-1252"?> | |
<VisualStudioProject | |
ProjectType="Visual C++" | |
Version="8.00" | |
Name="InterfacesGenerated" | |
ProjectGUID="{62C897BE-E207-4BC4-B37D-6F9F9116F166}" | |
Keyword="MakeFileProj" | |
> | |
<Platforms> | |
<Platform | |
Name="Win32" | |
/> | |
</Platforms> | |
<ToolFiles> | |
</ToolFiles> | |
<Configurations> | |
<Configuration | |
Name="Release|Win32" | |
OutputDirectory="$(WebKitOutputDir)\lib" | |
IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)" | |
ConfigurationType="0" | |
> | |
<Tool | |
Name="VCNMakeTool" | |
BuildCommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
" | |
ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebKit\DerivedSources"
set PATH=%SystemDrive%\cygwin\bin;%PATH%
bash build-generated-files.sh "$(WebKitOutputDir)"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
" | |
CleanCommandLine="del /s /q "$(WebKitOutputDir)\obj\WebKit\DerivedSources"
if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
" | |
Output="" | |
PreprocessorDefinitions="" | |
IncludeSearchPath="" | |
ForcedIncludes="" | |
AssemblySearchPath="" | |
ForcedUsingAssemblies="" | |
CompileAsManaged="" | |
/> | |
</Configuration> | |
</Configurations> | |
<References> | |
</References> | |
<Files> | |
<File | |
RelativePath=".\build-generated-files.sh" | |
> | |
</File> | |
</Files> | |
<Globals> | |
</Globals> | |
</VisualStudioProject> |