summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-05 23:30:41 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-05 23:30:41 -0400
commit4b16847f8c599c6e09c0132165b734d4ef9e806a (patch)
tree6347a92795cf05043e1416d779fa3298aa372d92 /cryptdll.vcxproj
parent74dc41703d72516baa7a3d6cd46dcc7b138806d4 (diff)
downloadcryptopp-git-4b16847f8c599c6e09c0132165b734d4ef9e806a.tar.gz
Remove unneeded dependency on cryptlib.lib
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 9a1837fe..7e838c37 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -58,8 +58,6 @@
</ClCompile>
<Link>
<ErrorReporting>NoErrorReport</ErrorReporting>
- <AdditionalDependencies>cryptlib.lib;Ws2_32.lib</AdditionalDependencies>
- <AdditionalLibraryDirectories>$(Platform)\DLL_Output\$(Configuration)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>$(OutDir)\cryptopp.pdb</ProgramDatabaseFile>
<BaseAddress>0x42900000</BaseAddress>