summaryrefslogtreecommitdiff
path: root/Source/VSProps
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2017-06-06 21:41:20 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2017-06-07 17:30:05 -0700
commit1bb26dddb1f4bb3f3bc77ebe760a8e796bdbbba1 (patch)
tree21684df2d528f2dd4a0b9a8f3a6abbda2f5abe72 /Source/VSProps
parent0594f7db02fb1b7d5bccb05e25b7101dc7f2e5ca (diff)
msbuild: only set /NODEFAULTLIB in one place
Diffstat (limited to 'Source/VSProps')
-rw-r--r--Source/VSProps/Base.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index 00e4d41af2..4fe3f0e379 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -137,6 +137,8 @@
<Link Condition="'$(ConfigurationType)'=='Application'">
<!--See Common/ucrtFreadWorkaround.cpp-->
<ForceSymbolReferences>ucrtFreadWorkaround</ForceSymbolReferences>
+ <!--TODO fix up ffmpeg garbage-->
+ <AdditionalOptions>/NODEFAULTLIB:libcmt %(AdditionalOptions)</AdditionalOptions>
</Link>
<Lib>
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>