summaryrefslogtreecommitdiff
path: root/build/vc.common
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-19 14:50:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-19 14:50:25 +0300
commit8dee94fd692f1b2e1416efff7ca819428c0002e6 (patch)
treef605988c150092edd0e672c5422b49b93fbb91a8 /build/vc.common
parent28a42dae0be0c6611025fbdb7e38d4185dc7a34f (diff)
obsolete option removed
Diffstat (limited to 'build/vc.common')
-rw-r--r--build/vc.common/common.props2
-rw-r--r--build/vc.common/icons.props2
2 files changed, 0 insertions, 4 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index d124a76473..73bbed536d 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -44,7 +44,6 @@
<Optimization>Disabled</Optimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
@@ -61,7 +60,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<StringPooling>true</StringPooling>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<GenerateDebugInformation>true</GenerateDebugInformation>
</ClCompile>
diff --git a/build/vc.common/icons.props b/build/vc.common/icons.props
index 9ba4fd4c8c..734c1db213 100644
--- a/build/vc.common/icons.props
+++ b/build/vc.common/icons.props
@@ -67,7 +67,6 @@
<Optimization>Disabled</Optimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
@@ -80,7 +79,6 @@
<ClCompile>
<StringPooling>true</StringPooling>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>