summaryrefslogtreecommitdiff
path: root/TestPrograms
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-07 12:48:42 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-07 12:48:42 -0500
commit113710376802249831f74c31fbb308153bc22139 (patch)
tree8977393e216ae99dff913700c895852de50492fc /TestPrograms
parentc5fde84d6e516d0a7d2324923a8520580b817c68 (diff)
downloadcryptopp-git-113710376802249831f74c31fbb308153bc22139.tar.gz
Add cl.exe compile command
Diffstat (limited to 'TestPrograms')
-rw-r--r--TestPrograms/dump2def.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/TestPrograms/dump2def.cxx b/TestPrograms/dump2def.cxx
index 4fbdd5dc..e6be053c 100644
--- a/TestPrograms/dump2def.cxx
+++ b/TestPrograms/dump2def.cxx
@@ -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