From 113710376802249831f74c31fbb308153bc22139 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Jan 2019 12:48:42 -0500 Subject: [PATCH] Add cl.exe compile command --- TestPrograms/dump2def.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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