Update cryptest.nmake script

pull/778/head
Jeffrey Walton 2019-01-07 16:10:18 -05:00
parent 2166dc903d
commit 6d959d0dac
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 6 additions and 0 deletions

View File

@ -284,6 +284,12 @@ chacha_avx.obj:
#validat*.obj: #validat*.obj:
# $(CXX) $(CXXFLAGS) $(CXXFLAGS_IMPORTS) /c $*.cpp # $(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: .cpp.obj:
$(CXX) $(CXXFLAGS) /c $< $(CXX) $(CXXFLAGS) /c $<