diff options
Diffstat (limited to 'chrome/app/browser_dll.vsprops')
-rw-r--r-- | chrome/app/browser_dll.vsprops | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/browser_dll.vsprops b/chrome/app/browser_dll.vsprops new file mode 100644 index 0000000..229f0f7 --- /dev/null +++ b/chrome/app/browser_dll.vsprops @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="browser_dll" + InheritedPropertySheets=".\chrome_binaries.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="BROWSER_DLL" + /> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)\browser.dll" + ImportLibrary="$(OutDir)\lib\$(ProjectName).lib" + /> +</VisualStudioPropertySheet> |