From 6d959d0dacf32b7945f0310e7608feba5730e0a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Jan 2019 16:10:18 -0500 Subject: [PATCH] Update cryptest.nmake script --- cryptest.nmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cryptest.nmake b/cryptest.nmake index 2904e015..28e4b498 100644 --- a/cryptest.nmake +++ b/cryptest.nmake @@ -284,6 +284,12 @@ chacha_avx.obj: #validat*.obj: # $(CXX) $(CXXFLAGS) $(CXXFLAGS_IMPORTS) /c $*.cpp +# For testing cryptopp.dll and CRYPTOPP_EXPORTS +#CXXFLAGS_EXPORTS = /wd4275 /wd4251 /DCRYPTOPP_DLL_ONLY +#.cpp.obj: +# $(CXX) $(CXXFLAGS) /c $< +# $(CXX) $(CXXFLAGS) $(CXXFLAGS_EXPORTS) /c $< + .cpp.obj: $(CXX) $(CXXFLAGS) /c $<