diff options
Diffstat (limited to 'Source/WebKit2/win/WebKit2DirectX.vsprops')
-rw-r--r-- | Source/WebKit2/win/WebKit2DirectX.vsprops | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/WebKit2/win/WebKit2DirectX.vsprops b/Source/WebKit2/win/WebKit2DirectX.vsprops new file mode 100644 index 0000000..1d38708 --- /dev/null +++ b/Source/WebKit2/win/WebKit2DirectX.vsprops @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="WebKit2DirectX" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(DXSDK_DIR)\Include"" + /> + <Tool + Name="VCLinkerTool" + AdditionalLibraryDirectories="$(DXSDK_DIR)\Lib\x86" + /> +</VisualStudioPropertySheet> |