diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
commit | 09911bf300f1a419907a9412154760efd0b7abc3 (patch) | |
tree | f131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/app/chrome_dll.vsprops | |
parent | 586acc5fe142f498261f52c66862fa417c3d52d2 (diff) | |
download | chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2 |
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vsprops')
-rw-r--r-- | chrome/app/chrome_dll.vsprops | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.vsprops b/chrome/app/chrome_dll.vsprops new file mode 100644 index 0000000..3c6593e --- /dev/null +++ b/chrome/app/chrome_dll.vsprops @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="chrome_dll" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\breakpad\using_breakpad.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;..\tools\build\win\using_generated_strings.vsprops;.\chrome_link.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(OutDir)\webkit";..\third_party\webkit\out" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" + /> + <Tool + Name="VCLinkerTool" + DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;wsock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll" + ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb" + SubSystem="2" + BaseAddress="0x01000000" + /> + <Tool + Name="VCResourceCompilerTool" + AdditionalIncludeDirectories=""$(IntDir)";"$(SolutionDir)";"$(IntDir)\..\"" + /> +</VisualStudioPropertySheet> |