diff options
Diffstat (limited to 'Tools/WebKitAPITest/WebKitAPITestCommon.vsprops')
-rw-r--r-- | Tools/WebKitAPITest/WebKitAPITestCommon.vsprops | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Tools/WebKitAPITest/WebKitAPITestCommon.vsprops b/Tools/WebKitAPITest/WebKitAPITestCommon.vsprops new file mode 100644 index 0000000..f57f53c --- /dev/null +++ b/Tools/WebKitAPITest/WebKitAPITestCommon.vsprops @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="WebKitAPITestCommon" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(ProjectDir)";"$(WebKitOutputDir)\include";"$(WebKitOutputDir)\include\private";"$(WebKitOutputDir)\include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private";"$(WebKitLibrariesDir)\include\WebCore\ForwardingHeaders"" + PreprocessorDefinitions="_CONSOLE;NOMINMAX" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="user32.lib ole32.lib JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib" + SubSystem="1" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/NXCOMPAT" + /> +</VisualStudioPropertySheet> |