summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-07 16:10:18 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-07 16:10:18 -0500
commit6d959d0dacf32b7945f0310e7608feba5730e0a3 (patch)
tree8da1c6529669823fb99afff79c3f1f0adc0a770f /cryptest.nmake
parent2166dc903d791ced9f5d272bd9583627ae0cafe5 (diff)
downloadcryptopp-git-6d959d0dacf32b7945f0310e7608feba5730e0a3.tar.gz
Update cryptest.nmake script
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake6
1 files changed, 6 insertions, 0 deletions
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 $<