diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 20:52:30 +0000 |
commit | ee2815e28d408216cf94e874825b6bcf76c69083 (patch) | |
tree | 307f3af4beabc0ab8d8633489846806b2df41f5e /build/internal/release_impl_checksenabled.vsprops | |
parent | 7e5ba5d125a2dc95132e765e949e53e1e779caaf (diff) | |
download | chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.zip chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.gz chromium_src-ee2815e28d408216cf94e874825b6bcf76c69083.tar.bz2 |
Add the build directory to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/release_impl_checksenabled.vsprops')
-rw-r--r-- | build/internal/release_impl_checksenabled.vsprops | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/build/internal/release_impl_checksenabled.vsprops b/build/internal/release_impl_checksenabled.vsprops new file mode 100644 index 0000000..cd33e26 --- /dev/null +++ b/build/internal/release_impl_checksenabled.vsprops @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="release_impl_checksenabled" + InheritedPropertySheets=".\essential.vsprops" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="_DEBUG;_HAS_ITERATOR_DEBUGGING=0;_SECURE_SCL=0" + RuntimeLibrary="1" + /> + <Tool + Name="VCLinkerTool" + LinkIncremental="1" + OptimizeReferences="2" + OptimizeForWindows98="1" + EnableCOMDATFolding="2" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG;_HAS_ITERATOR_DEBUGGING=0;_SECURE_SCL=0" + /> +</VisualStudioPropertySheet> |