mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-01-31 18:22:15 +00:00
Update cryptest.nmake script
This commit is contained in:
parent
2166dc903d
commit
6d959d0dac
@ -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 $<
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user