summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-05-01 23:42:04 -0400
committerJeffrey Walton <noloader@gmail.com>2018-05-01 23:42:04 -0400
commit91faa5d399e83f388704341c9854370801c62ba7 (patch)
treee18c38dc707ab8d9a505dc84cbf2978bc41008ba /cryptdll.vcxproj
parent55071c49c1dfdbc0b85a1c604bcd2298f92fa61d (diff)
downloadcryptopp-git-91faa5d399e83f388704341c9854370801c62ba7.tar.gz
Add AdditionalOptions property to VCXPROJ files (GH #649)
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 14b4d40f..df5a4787 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -65,6 +65,7 @@
<DisableSpecificWarnings>4231; 4251; 4275; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
+ <AdditionalOptions>$(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<ErrorReporting>NoErrorReport</ErrorReporting>