Add cl.exe compile command

pull/778/head
Jeffrey Walton 2019-01-07 12:48:42 -05:00
parent c5fde84d6e
commit 1137103768
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
// a static library. Then, the exports can used to build
// 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
// 2. CD to cryptopp/ directory