Skip to content

Commit 6f3ea8d

Browse files
authored
Merge pull request #1167 from ThibaultDECO/patch-1
Making it clear dll.h shoudl not be included in static
2 parents 67e0127 + 12c3637 commit 6f3ea8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To use the Crypto++ DLL in your application, #include "dll.h" before including
136136
any other Crypto++ header files, and place the DLL in the same directory as
137137
your .exe file. dll.h includes the line #pragma comment(lib, "cryptopp")
138138
so you don't have to explicitly list the import library in your project
139-
settings. To use a static library form of Crypto++, make the "cryptlib"
139+
settings. Otherwise, to use a static library form of Crypto++, make the "cryptlib"
140140
project a dependency of your application project, or specify it as
141141
an additional library to link with in your project settings.
142142
In either case you should check the compiler options to

0 commit comments

Comments
 (0)