summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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