1 <?xml version="1.0" encoding="Windows-1252"?>
\r
3 ProjectType="Visual C++"
\r
6 ProjectGUID="{0662A8A9-82A3-4638-97D8-EC425D8D87C9}"
\r
7 RootNamespace="WebKit"
\r
20 ConfigurationType="2"
\r
21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
\r
25 Name="VCPreBuildEventTool"
\r
26 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
29 Name="VCCustomBuildTool"
\r
32 Name="VCXMLDataGeneratorTool"
\r
35 Name="VCWebServiceProxyGeneratorTool"
\r
41 Name="VCCLCompilerTool"
\r
42 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
43 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_VIDEO;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
44 UsePrecompiledHeader="2"
\r
45 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
46 DisableSpecificWarnings="4819"
\r
47 ForcedIncludeFiles="WebKitPrefix.h"
\r
50 Name="VCManagedResourceCompilerTool"
\r
53 Name="VCResourceCompilerTool"
\r
54 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
57 Name="VCPreLinkEventTool"
\r
62 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib QTMovieWin$(WebKitConfigSuffix).lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
63 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
64 AdditionalLibraryDirectories=""
\r
65 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
66 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;QTMovieWin$(WebKitConfigSuffix).dll;iphlpapi.dll;rpcrt4.dll"
\r
72 Name="VCManifestTool"
\r
75 Name="VCXDCMakeTool"
\r
78 Name="VCBscMakeTool"
\r
84 Name="VCAppVerifierTool"
\r
87 Name="VCWebDeploymentTool"
\r
90 Name="VCPostBuildEventTool"
\r
91 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
95 Name="Release|Win32"
\r
96 ConfigurationType="2"
\r
97 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
\r
99 WholeProgramOptimization="1"
\r
102 Name="VCPreBuildEventTool"
\r
103 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
106 Name="VCCustomBuildTool"
\r
109 Name="VCXMLDataGeneratorTool"
\r
112 Name="VCWebServiceProxyGeneratorTool"
\r
118 Name="VCCLCompilerTool"
\r
119 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
120 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_VIDEO;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
121 UsePrecompiledHeader="2"
\r
122 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
123 DisableSpecificWarnings="4819"
\r
124 ForcedIncludeFiles="WebKitPrefix.h"
\r
127 Name="VCManagedResourceCompilerTool"
\r
130 Name="VCResourceCompilerTool"
\r
131 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
134 Name="VCPreLinkEventTool"
\r
138 Name="VCLinkerTool"
\r
139 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib QTMovieWin$(WebKitConfigSuffix).lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
140 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
141 AdditionalLibraryDirectories=""
\r
142 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
143 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;QTMovieWin$(WebKitConfigSuffix).dll;iphlpapi.dll;rpcrt4.dll"
\r
149 Name="VCManifestTool"
\r
152 Name="VCXDCMakeTool"
\r
155 Name="VCBscMakeTool"
\r
161 Name="VCAppVerifierTool"
\r
164 Name="VCWebDeploymentTool"
\r
167 Name="VCPostBuildEventTool"
\r
168 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
172 Name="Debug_Internal|Win32"
\r
173 ConfigurationType="2"
\r
174 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops"
\r
178 Name="VCPreBuildEventTool"
\r
179 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
182 Name="VCCustomBuildTool"
\r
185 Name="VCXMLDataGeneratorTool"
\r
188 Name="VCWebServiceProxyGeneratorTool"
\r
194 Name="VCCLCompilerTool"
\r
195 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
196 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_VIDEO;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
197 UsePrecompiledHeader="2"
\r
198 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
199 Detect64BitPortabilityProblems="false"
\r
200 DisableSpecificWarnings="4819"
\r
201 ForcedIncludeFiles="WebKitPrefix.h"
\r
204 Name="VCManagedResourceCompilerTool"
\r
207 Name="VCResourceCompilerTool"
\r
208 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
211 Name="VCPreLinkEventTool"
\r
215 Name="VCLinkerTool"
\r
216 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib QTMovieWin$(WebKitConfigSuffix).lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
217 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
218 AdditionalLibraryDirectories=""
\r
219 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
220 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;QTMovieWin$(WebKitConfigSuffix).dll;iphlpapi.dll;rpcrt4.dll"
\r
226 Name="VCManifestTool"
\r
229 Name="VCXDCMakeTool"
\r
232 Name="VCBscMakeTool"
\r
238 Name="VCAppVerifierTool"
\r
241 Name="VCWebDeploymentTool"
\r
244 Name="VCPostBuildEventTool"
\r
245 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
249 Name="Debug_Cairo|Win32"
\r
250 ConfigurationType="2"
\r
251 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\cURL.vsprops"
\r
255 Name="VCPreBuildEventTool"
\r
256 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
259 Name="VCCustomBuildTool"
\r
262 Name="VCXMLDataGeneratorTool"
\r
265 Name="VCWebServiceProxyGeneratorTool"
\r
271 Name="VCCLCompilerTool"
\r
272 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
273 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
274 UsePrecompiledHeader="2"
\r
275 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
276 DisableSpecificWarnings="4819"
\r
277 ForcedIncludeFiles="WebKitPrefix.h"
\r
280 Name="VCManagedResourceCompilerTool"
\r
283 Name="VCResourceCompilerTool"
\r
284 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
287 Name="VCPreLinkEventTool"
\r
291 Name="VCLinkerTool"
\r
292 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CFLite_Debug.lib JavaScriptCore$(WebKitConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib msimg32.lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
293 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
294 AdditionalLibraryDirectories=""
\r
295 ModuleDefinitionFile="WebKit_Cairo$(WebKitDLLConfigSuffix).def"
\r
296 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;iphlpapi.dll;rpcrt4.dll"
\r
302 Name="VCManifestTool"
\r
303 VerboseOutput="false"
\r
306 Name="VCXDCMakeTool"
\r
309 Name="VCBscMakeTool"
\r
315 Name="VCAppVerifierTool"
\r
318 Name="VCWebDeploymentTool"
\r
321 Name="VCPostBuildEventTool"
\r
322 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
326 Name="Release_Cairo|Win32"
\r
327 OutputDirectory="$(WebKitOutputDir)\bin"
\r
328 IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
\r
329 ConfigurationType="2"
\r
330 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\cURL.vsprops"
\r
332 WholeProgramOptimization="1"
\r
335 Name="VCPreBuildEventTool"
\r
336 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
339 Name="VCCustomBuildTool"
\r
342 Name="VCXMLDataGeneratorTool"
\r
345 Name="VCWebServiceProxyGeneratorTool"
\r
351 Name="VCCLCompilerTool"
\r
352 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
353 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
354 UsePrecompiledHeader="2"
\r
355 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
356 DisableSpecificWarnings="4819"
\r
357 ForcedIncludeFiles="WebKitPrefix.h"
\r
360 Name="VCManagedResourceCompilerTool"
\r
363 Name="VCResourceCompilerTool"
\r
364 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
367 Name="VCPreLinkEventTool"
\r
371 Name="VCLinkerTool"
\r
372 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CFLite.lib JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib msimg32.lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
373 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
374 AdditionalLibraryDirectories=""
\r
375 ModuleDefinitionFile="WebKit_Cairo$(WebKitDLLConfigSuffix).def"
\r
376 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;iphlpapi.dll;rpcrt4.dll"
\r
382 Name="VCManifestTool"
\r
385 Name="VCXDCMakeTool"
\r
388 Name="VCBscMakeTool"
\r
394 Name="VCAppVerifierTool"
\r
397 Name="VCWebDeploymentTool"
\r
400 Name="VCPostBuildEventTool"
\r
401 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
405 Name="Debug_All|Win32"
\r
406 ConfigurationType="2"
\r
407 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops"
\r
411 Name="VCPreBuildEventTool"
\r
412 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"

touch "$(WebKitOutputDir)\tmp.cpp"
cl /analyze /nologo /c "$(WebKitOutputDir)\tmp.cpp" /Fo"$(IntDir)\tmp.obj" 2>&1 | findstr D9040
if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")

mkdir 2>NUL "$(WebKitOutputDir)\include\JavaScriptCore"
xcopy /y /d "$(WebKitLibrariesDir)\include\JavaScriptCore\*" "$(WebKitOutputDir)\include\JavaScriptCore"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
\r
415 Name="VCCustomBuildTool"
\r
418 Name="VCXMLDataGeneratorTool"
\r
421 Name="VCWebServiceProxyGeneratorTool"
\r
427 Name="VCCLCompilerTool"
\r
428 AdditionalIncludeDirectories=""$(WebKitOutputDir)\include\WebKit";"$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitOutputDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitOutputDir)\Include\icu";"$(WebKitLibrariesDir)\Include\icu";"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitOutputDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(WebKitOutputDir)\obj\WebKit\DerivedSources""
\r
429 PreprocessorDefinitions="_USRDLL;WEBKIT_EXPORTS;FRAMEWORK_NAME=WebKit;ENABLE_CHANNEL_MESSAGING;ENABLE_DATABASE;ENABLE_DATAGRID;ENABLE_DOM_STORAGE;ENABLE_ICONDATABASE;ENABLE_OFFLINE_WEB_APPLICATIONS;ENABLE_SHARED_WORKERS;ENABLE_SVG;ENABLE_SVG_ANIMATION;ENABLE_SVG_AS_IMAGE;ENABLE_SVG_FONTS;ENABLE_SVG_FOREIGN_OBJECT;ENABLE_SVG_USE;ENABLE_VIDEO;ENABLE_WEB_SOCKETS;ENABLE_WORKERS;ENABLE_XPATH;ENABLE_XSLT"
\r
430 UsePrecompiledHeader="2"
\r
431 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
432 Detect64BitPortabilityProblems="false"
\r
433 DisableSpecificWarnings="4819"
\r
434 ForcedIncludeFiles="WebKitPrefix.h"
\r
437 Name="VCManagedResourceCompilerTool"
\r
440 Name="VCResourceCompilerTool"
\r
441 AdditionalIncludeDirectories="$(WebKitOutputDir)\obj\WebKit\"
\r
444 Name="VCPreLinkEventTool"
\r
448 Name="VCLinkerTool"
\r
449 AdditionalDependencies="delayimp.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib usp10.lib comctl32.lib version.lib shlwapi.lib libxml2$(LibraryConfigSuffix).lib libxslt$(LibraryConfigSuffix).lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib SQLite3$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib JavaScriptCore$(WebKitDLLConfigSuffix).lib CFNetwork$(LibraryConfigSuffix).lib CoreGraphics$(LibraryConfigSuffix).lib WebKitGUID$(WebKitConfigSuffix).lib WebCore$(WebKitConfigSuffix).lib WebKitSystemInterface$(WebKitConfigSuffix).lib msimg32.lib QTMovieWin$(WebKitConfigSuffix).lib crypt32.lib iphlpapi.lib winmm.lib rpcrt4.lib comsuppw.lib"
\r
450 OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
\r
451 AdditionalLibraryDirectories=""
\r
452 ModuleDefinitionFile="WebKit$(WebKitDLLConfigSuffix).def"
\r
453 DelayLoadDLLs="comdlg32.dll;usp10.dll;comctl32.dll;version.dll;libxslt$(LibraryConfigSuffix).dll;SQLite3$(LibraryConfigSuffix).dll;msimg32.dll;QTMovieWin$(WebKitConfigSuffix).dll;iphlpapi.dll;rpcrt4.dll"
\r
459 Name="VCManifestTool"
\r
462 Name="VCXDCMakeTool"
\r
465 Name="VCBscMakeTool"
\r
471 Name="VCAppVerifierTool"
\r
474 Name="VCWebDeploymentTool"
\r
477 Name="VCPostBuildEventTool"
\r
478 CommandLine="mkdir 2>NUL "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(ProjectDir)\..\WebLocalizableStrings.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitGraphics.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebKitCOMAPI.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(ProjectDir)\..\WebPreferenceKeysPrivate.h" "$(WebKitOutputDir)\include\WebKit"

xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npfunctions.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npapi.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime.h" "$(WebKitOutputDir)\include\WebKit"
xcopy /y /d "$(WebKitOutputDir)\include\WebCore\npruntime_internal.h" "$(WebKitOutputDir)\include\WebKit"

mkdir 2>NUL "$(OutDir)\WebKit.resources"
xcopy /y /d "$(ProjectDir)..\$(ProjectName).resources\*" "$(OutDir)\$(ProjectName).resources"
mkdir 2>NUL "$(OutDir)\WebKit.resources\en.lproj"
xcopy /y /d "$(ProjectDir)..\..\English.lproj\Localizable.strings" "$(OutDir)\WebKit.resources\en.lproj\"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
\r
486 Name="Source Files"
\r
487 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
\r
488 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
\r
491 RelativePath="..\MarshallingHelpers.cpp"
\r
495 RelativePath="..\WebCoreLocalizedStrings.cpp"
\r
499 RelativePath="..\WebKitClassFactory.cpp"
\r
503 RelativePath="..\WebKitDLL.cpp"
\r
507 RelativePath="..\WebKitSystemBits.cpp"
\r
511 RelativePath="..\WebNodeHighlight.cpp"
\r
516 Name="Header Files"
\r
517 Filter="h;hpp;hxx;hm;inl;inc;xsd"
\r
518 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
\r
521 RelativePath="..\AccessibleBase.h"
\r
525 RelativePath="..\AccessibleDocument.h"
\r
529 RelativePath="..\AccessibleImage.h"
\r
533 RelativePath=".\autoversion.h"
\r
537 RelativePath="..\CFDictionaryPropertyBag.h"
\r
541 RelativePath="..\CodeAnalysisConfig.h"
\r
545 RelativePath="..\COMEnumVariant.h"
\r
549 RelativePath="..\COMPropertyBag.h"
\r
553 RelativePath="..\COMVariantSetter.h"
\r
557 RelativePath="..\DefaultDownloadDelegate.h"
\r
561 RelativePath="..\DefaultPolicyDelegate.h"
\r
565 RelativePath="..\DOMCoreClasses.h"
\r
569 RelativePath="..\DOMCSSClasses.h"
\r
573 RelativePath="..\DOMEventsClasses.h"
\r
577 RelativePath="..\DOMHTMLClasses.h"
\r
581 RelativePath="..\ForEachCoClass.h"
\r
585 RelativePath="..\MarshallingHelpers.h"
\r
589 RelativePath="..\MemoryStream.h"
\r
593 RelativePath="..\ProgIDMacros.h"
\r
597 RelativePath=".\resource.h"
\r
601 RelativePath="..\WebActionPropertyBag.h"
\r
605 RelativePath="..\WebArchive.h"
\r
609 RelativePath="..\WebBackForwardList.h"
\r
613 RelativePath="..\WebCache.h"
\r
617 RelativePath="..\WebCachedFramePlatformData.h"
\r
621 RelativePath="..\WebCookieManager.h"
\r
625 RelativePath="..\WebCoreStatistics.h"
\r
629 RelativePath="..\WebDatabaseManager.h"
\r
633 RelativePath="..\WebDataSource.h"
\r
637 RelativePath="..\WebDocumentLoader.h"
\r
641 RelativePath="..\WebDownload.h"
\r
645 RelativePath="..\WebDropSource.h"
\r
649 RelativePath="..\WebElementPropertyBag.h"
\r
653 RelativePath="..\WebError.h"
\r
657 RelativePath="..\WebFrame.h"
\r
661 RelativePath="..\WebFramePolicyListener.h"
\r
665 RelativePath="..\WebHistory.h"
\r
669 RelativePath="..\WebHistoryItem.h"
\r
673 RelativePath="..\WebHTMLRepresentation.h"
\r
677 RelativePath="..\WebIconDatabase.h"
\r
681 RelativePath="..\WebIconFetcher.h"
\r
685 RelativePath="..\WebInspector.h"
\r
689 RelativePath="..\WebJavaScriptCollector.h"
\r
693 RelativePath="..\WebKitClassFactory.h"
\r
697 RelativePath="..\WebKitDLL.h"
\r
701 RelativePath="..\WebKitGraphics.h"
\r
704 Name="Debug_Cairo|Win32"
\r
705 ExcludedFromBuild="true"
\r
708 Name="VCCustomBuildTool"
\r
710 </FileConfiguration>
\r
712 Name="Release_Cairo|Win32"
\r
713 ExcludedFromBuild="true"
\r
716 Name="VCCustomBuildTool"
\r
718 </FileConfiguration>
\r
721 RelativePath="..\WebKitLogging.h"
\r
725 RelativePath="..\WebScriptWorld.h"
\r
729 RelativePath="..\WebSerializedJSValue.h"
\r
733 RelativePath="..\WebKitStatistics.h"
\r
737 RelativePath="..\WebKitStatisticsPrivate.h"
\r
741 RelativePath="..\WebKitSystemBits.h"
\r
745 RelativePath="..\WebLocalizableStrings.h"
\r
748 Name="Debug_Cairo|Win32"
\r
749 ExcludedFromBuild="true"
\r
752 Name="VCCustomBuildTool"
\r
754 </FileConfiguration>
\r
756 Name="Release_Cairo|Win32"
\r
757 ExcludedFromBuild="true"
\r
760 Name="VCCustomBuildTool"
\r
762 </FileConfiguration>
\r
765 RelativePath="..\WebMutableURLRequest.h"
\r
769 RelativePath="..\WebNavigationData.h"
\r
773 RelativePath="..\WebNodeHighlight.h"
\r
777 RelativePath="..\WebNotification.h"
\r
781 RelativePath="..\WebNotificationCenter.h"
\r
785 RelativePath="..\WebPreferenceKeysPrivate.h"
\r
789 RelativePath="..\WebPreferences.h"
\r
793 RelativePath="..\WebResource.h"
\r
797 RelativePath="..\WebScriptObject.h"
\r
801 RelativePath="..\WebScrollBar.h"
\r
805 RelativePath="..\WebSecurityOrigin.h"
\r
809 RelativePath="..\WebTextRenderer.h"
\r
813 RelativePath="..\WebURLAuthenticationChallenge.h"
\r
817 RelativePath="..\WebURLAuthenticationChallengeSender.h"
\r
821 RelativePath="..\WebURLCredential.h"
\r
825 RelativePath="..\WebURLProtectionSpace.h"
\r
829 RelativePath="..\WebURLResponse.h"
\r
833 RelativePath="..\WebView.h"
\r
837 RelativePath="..\WebWorkersPrivate.h"
\r
841 RelativePath="..\WindowsTouch.h"
\r
849 RelativePath="..\AccessibleBase.cpp"
\r
853 RelativePath="..\AccessibleDocument.cpp"
\r
857 RelativePath="..\AccessibleImage.cpp"
\r
861 RelativePath="..\CFDictionaryPropertyBag.cpp"
\r
865 RelativePath="..\DefaultDownloadDelegate.cpp"
\r
869 RelativePath="..\DefaultPolicyDelegate.cpp"
\r
873 RelativePath="..\DOMCoreClasses.cpp"
\r
877 RelativePath="..\DOMCSSClasses.cpp"
\r
881 RelativePath="..\DOMEventsClasses.cpp"
\r
885 RelativePath="..\DOMHTMLClasses.cpp"
\r
889 RelativePath="..\ForEachCoClass.cpp"
\r
893 RelativePath="..\MemoryStream.cpp"
\r
897 RelativePath="..\WebActionPropertyBag.cpp"
\r
901 RelativePath="..\WebArchive.cpp"
\r
905 RelativePath="..\WebBackForwardList.cpp"
\r
909 RelativePath="..\WebCache.cpp"
\r
913 RelativePath="..\WebCookieManager.cpp"
\r
917 RelativePath="..\WebCookieManagerCFNet.cpp"
\r
920 Name="Debug_Cairo|Win32"
\r
921 ExcludedFromBuild="true"
\r
924 Name="VCCLCompilerTool"
\r
926 </FileConfiguration>
\r
928 Name="Release_Cairo|Win32"
\r
929 ExcludedFromBuild="true"
\r
932 Name="VCCLCompilerTool"
\r
934 </FileConfiguration>
\r
937 RelativePath="..\WebCookieManagerCurl.cpp"
\r
941 ExcludedFromBuild="true"
\r
944 Name="VCCLCompilerTool"
\r
946 </FileConfiguration>
\r
948 Name="Release|Win32"
\r
949 ExcludedFromBuild="true"
\r
952 Name="VCCLCompilerTool"
\r
954 </FileConfiguration>
\r
956 Name="Debug_Internal|Win32"
\r
957 ExcludedFromBuild="true"
\r
960 Name="VCCLCompilerTool"
\r
962 </FileConfiguration>
\r
964 Name="Debug_All|Win32"
\r
965 ExcludedFromBuild="true"
\r
968 Name="VCCLCompilerTool"
\r
970 </FileConfiguration>
\r
973 RelativePath="..\WebCoreStatistics.cpp"
\r
977 RelativePath="..\WebDatabaseManager.cpp"
\r
981 RelativePath="..\WebDataSource.cpp"
\r
985 RelativePath="..\WebDocumentLoader.cpp"
\r
989 RelativePath="..\WebDownload.cpp"
\r
993 RelativePath="..\WebDownloadCFNet.cpp"
\r
996 Name="Debug_Cairo|Win32"
\r
997 ExcludedFromBuild="true"
\r
1000 Name="VCCLCompilerTool"
\r
1002 </FileConfiguration>
\r
1003 <FileConfiguration
\r
1004 Name="Release_Cairo|Win32"
\r
1005 ExcludedFromBuild="true"
\r
1008 Name="VCCLCompilerTool"
\r
1010 </FileConfiguration>
\r
1013 RelativePath="..\WebDownloadCurl.cpp"
\r
1015 <FileConfiguration
\r
1016 Name="Debug|Win32"
\r
1017 ExcludedFromBuild="true"
\r
1020 Name="VCCLCompilerTool"
\r
1022 </FileConfiguration>
\r
1023 <FileConfiguration
\r
1024 Name="Release|Win32"
\r
1025 ExcludedFromBuild="true"
\r
1028 Name="VCCLCompilerTool"
\r
1030 </FileConfiguration>
\r
1031 <FileConfiguration
\r
1032 Name="Debug_Internal|Win32"
\r
1033 ExcludedFromBuild="true"
\r
1036 Name="VCCLCompilerTool"
\r
1038 </FileConfiguration>
\r
1039 <FileConfiguration
\r
1040 Name="Debug_All|Win32"
\r
1041 ExcludedFromBuild="true"
\r
1044 Name="VCCLCompilerTool"
\r
1046 </FileConfiguration>
\r
1049 RelativePath="..\WebDropSource.cpp"
\r
1053 RelativePath="..\WebElementPropertyBag.cpp"
\r
1057 RelativePath="..\WebError.cpp"
\r
1061 RelativePath="..\WebFrame.cpp"
\r
1065 RelativePath="..\WebFramePolicyListener.cpp"
\r
1069 RelativePath="..\WebHistory.cpp"
\r
1073 RelativePath="..\WebHistoryItem.cpp"
\r
1077 RelativePath="..\WebHTMLRepresentation.cpp"
\r
1081 RelativePath="..\WebIconDatabase.cpp"
\r
1085 RelativePath="..\WebIconFetcher.cpp"
\r
1089 RelativePath="..\WebInspector.cpp"
\r
1093 RelativePath="..\WebJavaScriptCollector.cpp"
\r
1097 RelativePath="..\WebKitLogging.cpp"
\r
1101 RelativePath="..\WebScriptWorld.cpp"
\r
1105 RelativePath="..\WebSerializedJSValue.cpp"
\r
1109 RelativePath="..\WebKitStatistics.cpp"
\r
1113 RelativePath="..\WebMutableURLRequest.cpp"
\r
1117 RelativePath="..\WebNavigationData.cpp"
\r
1121 RelativePath="..\WebNotification.cpp"
\r
1125 RelativePath="..\WebNotificationCenter.cpp"
\r
1129 RelativePath="..\WebPreferences.cpp"
\r
1133 RelativePath="..\WebResource.cpp"
\r
1137 RelativePath="..\WebScriptObject.cpp"
\r
1141 RelativePath="..\WebScrollBar.cpp"
\r
1145 RelativePath="..\WebSecurityOrigin.cpp"
\r
1149 RelativePath="..\WebTextRenderer.cpp"
\r
1153 RelativePath="..\WebURLAuthenticationChallenge.cpp"
\r
1157 RelativePath="..\WebURLAuthenticationChallengeSender.cpp"
\r
1161 RelativePath="..\WebURLAuthenticationChallengeSenderCFNet.cpp"
\r
1163 <FileConfiguration
\r
1164 Name="Debug_Cairo|Win32"
\r
1165 ExcludedFromBuild="true"
\r
1168 Name="VCCLCompilerTool"
\r
1170 </FileConfiguration>
\r
1171 <FileConfiguration
\r
1172 Name="Release_Cairo|Win32"
\r
1173 ExcludedFromBuild="true"
\r
1176 Name="VCCLCompilerTool"
\r
1178 </FileConfiguration>
\r
1181 RelativePath="..\WebURLAuthenticationChallengeSenderCurl.cpp"
\r
1183 <FileConfiguration
\r
1184 Name="Debug|Win32"
\r
1185 ExcludedFromBuild="true"
\r
1188 Name="VCCLCompilerTool"
\r
1190 </FileConfiguration>
\r
1191 <FileConfiguration
\r
1192 Name="Release|Win32"
\r
1193 ExcludedFromBuild="true"
\r
1196 Name="VCCLCompilerTool"
\r
1198 </FileConfiguration>
\r
1199 <FileConfiguration
\r
1200 Name="Debug_Internal|Win32"
\r
1201 ExcludedFromBuild="true"
\r
1204 Name="VCCLCompilerTool"
\r
1206 </FileConfiguration>
\r
1207 <FileConfiguration
\r
1208 Name="Debug_All|Win32"
\r
1209 ExcludedFromBuild="true"
\r
1212 Name="VCCLCompilerTool"
\r
1214 </FileConfiguration>
\r
1217 RelativePath="..\WebURLCredential.cpp"
\r
1221 RelativePath="..\WebURLProtectionSpace.cpp"
\r
1225 RelativePath="..\WebURLResponse.cpp"
\r
1229 RelativePath="..\WebView.cpp"
\r
1233 RelativePath="..\WebWorkersPrivate.cpp"
\r
1241 RelativePath=".\missingImage.png"
\r
1245 RelativePath=".\nullplugin.png"
\r
1249 RelativePath=".\searchCancel.png"
\r
1253 RelativePath=".\searchCancelPressed.png"
\r
1257 RelativePath=".\searchMagnifier.png"
\r
1261 RelativePath=".\searchMagnifierResults.png"
\r
1265 RelativePath=".\textAreaResizeCorner.png"
\r
1269 RelativePath=".\verticalTextCursor.png"
\r
1273 RelativePath=".\WebKit.rc"
\r
1275 <FileConfiguration
\r
1276 Name="Debug|Win32"
\r
1279 Name="VCResourceCompilerTool"
\r
1280 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1282 </FileConfiguration>
\r
1283 <FileConfiguration
\r
1284 Name="Release|Win32"
\r
1287 Name="VCResourceCompilerTool"
\r
1288 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1290 </FileConfiguration>
\r
1291 <FileConfiguration
\r
1292 Name="Debug_Internal|Win32"
\r
1295 Name="VCResourceCompilerTool"
\r
1296 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1298 </FileConfiguration>
\r
1299 <FileConfiguration
\r
1300 Name="Debug_Cairo|Win32"
\r
1303 Name="VCResourceCompilerTool"
\r
1304 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1306 </FileConfiguration>
\r
1307 <FileConfiguration
\r
1308 Name="Release_Cairo|Win32"
\r
1311 Name="VCResourceCompilerTool"
\r
1312 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1314 </FileConfiguration>
\r
1315 <FileConfiguration
\r
1316 Name="Debug_All|Win32"
\r
1319 Name="VCResourceCompilerTool"
\r
1320 AdditionalIncludeDirectories=""$(WebKitOutputDir)\lib";"$(WebKitOutputDir)\obj\$(ProjectName)\Interfaces""
\r
1322 </FileConfiguration>
\r
1325 RelativePath=".\zoomInCursor.png"
\r
1329 RelativePath=".\zoomOutCursor.png"
\r
1337 RelativePath=".\WebKit.def"
\r
1341 RelativePath=".\WebKit_debug.def"
\r
1345 RelativePath="..\WebKitCOMAPI.cpp"
\r
1349 RelativePath="..\WebKitGraphics.cpp"
\r
1351 <FileConfiguration
\r
1352 Name="Debug_Cairo|Win32"
\r
1353 ExcludedFromBuild="true"
\r
1356 Name="VCCLCompilerTool"
\r
1358 </FileConfiguration>
\r
1359 <FileConfiguration
\r
1360 Name="Release_Cairo|Win32"
\r
1361 ExcludedFromBuild="true"
\r
1364 Name="VCCLCompilerTool"
\r
1366 </FileConfiguration>
\r
1369 RelativePath="..\WebLocalizableStrings.cpp"
\r
1374 Name="WebCoreSupport"
\r
1377 RelativePath="..\WebCoreSupport\EmbeddedWidget.cpp"
\r
1381 RelativePath="..\WebCoreSupport\EmbeddedWidget.h"
\r
1385 RelativePath="..\WebCoreSupport\WebChromeClient.cpp"
\r
1389 RelativePath="..\WebCoreSupport\WebChromeClient.h"
\r
1393 RelativePath="..\WebCoreSupport\WebContextMenuClient.cpp"
\r
1397 RelativePath="..\WebCoreSupport\WebContextMenuClient.h"
\r
1401 RelativePath="..\WebCoreSupport\WebDesktopNotificationsDelegate.cpp"
\r
1405 RelativePath="..\WebCoreSupport\WebDesktopNotificationsDelegate.h"
\r
1409 RelativePath="..\WebCoreSupport\WebDragClient.cpp"
\r
1413 RelativePath="..\WebCoreSupport\WebDragClient.h"
\r
1417 RelativePath="..\WebCoreSupport\WebEditorClient.cpp"
\r
1421 RelativePath="..\WebCoreSupport\WebEditorClient.h"
\r
1425 RelativePath="..\WebCoreSupport\WebFrameLoaderClient.cpp"
\r
1429 RelativePath="..\WebCoreSupport\WebFrameLoaderClient.h"
\r
1433 RelativePath="..\WebCoreSupport\WebInspectorClient.cpp"
\r
1437 RelativePath="..\WebCoreSupport\WebInspectorClient.h"
\r
1441 RelativePath="..\..\cf\WebCoreSupport\WebInspectorClientCF.cpp"
\r
1445 RelativePath="..\WebCoreSupport\WebInspectorDelegate.cpp"
\r
1449 RelativePath="..\WebCoreSupport\WebInspectorDelegate.h"
\r
1453 RelativePath="..\WebCoreSupport\WebPluginHalterClient.cpp"
\r
1457 RelativePath="..\WebCoreSupport\WebPluginHalterClient.h"
\r
1462 RelativePath="..\WebKitPrefix.cpp"
\r
1464 <FileConfiguration
\r
1465 Name="Debug|Win32"
\r
1468 Name="VCCLCompilerTool"
\r
1469 UsePrecompiledHeader="1"
\r
1471 </FileConfiguration>
\r
1472 <FileConfiguration
\r
1473 Name="Release|Win32"
\r
1476 Name="VCCLCompilerTool"
\r
1477 UsePrecompiledHeader="1"
\r
1479 </FileConfiguration>
\r
1480 <FileConfiguration
\r
1481 Name="Debug_Internal|Win32"
\r
1484 Name="VCCLCompilerTool"
\r
1485 UsePrecompiledHeader="1"
\r
1486 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
1488 </FileConfiguration>
\r
1489 <FileConfiguration
\r
1490 Name="Debug_Cairo|Win32"
\r
1493 Name="VCCLCompilerTool"
\r
1494 UsePrecompiledHeader="1"
\r
1496 </FileConfiguration>
\r
1497 <FileConfiguration
\r
1498 Name="Release_Cairo|Win32"
\r
1501 Name="VCCLCompilerTool"
\r
1502 UsePrecompiledHeader="1"
\r
1504 </FileConfiguration>
\r
1505 <FileConfiguration
\r
1506 Name="Debug_All|Win32"
\r
1509 Name="VCCLCompilerTool"
\r
1510 UsePrecompiledHeader="1"
\r
1511 PrecompiledHeaderThrough="WebKitPrefix.h"
\r
1513 </FileConfiguration>
\r
1516 RelativePath="..\WebKitPrefix.h"
\r
1522 </VisualStudioProject>
\r