Add cl.exe compile command
parent
c5fde84d6e
commit
1137103768
|
|
@ -4,7 +4,10 @@
|
||||||
// a static library. Then, the exports can used to build
|
// a static library. Then, the exports can used to build
|
||||||
// a dynamic link library with the same exports.
|
// a dynamic link library with the same exports.
|
||||||
//
|
//
|
||||||
// The workflow for Crypto++ is:
|
// If you wish to compile this source file using cl.exe, then:
|
||||||
|
// cl.exe /DNDEBUG /Oi /Oy /O2 /Zi /TP /GR /EHsc /MT dump2def.cxx
|
||||||
|
//
|
||||||
|
// The intended workflow in Crypto++ is:
|
||||||
//
|
//
|
||||||
// 1. Open a Developer Prompt
|
// 1. Open a Developer Prompt
|
||||||
// 2. CD to cryptopp/ directory
|
// 2. CD to cryptopp/ directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue