mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 03:48:38 +00:00
Update comments
This commit is contained in:
parent
ce8d6b8d99
commit
7c735f660f
@ -129,9 +129,11 @@
|
||||
|
||||
<!-- Win32/Debug cryptest.exe for DLL MAC'ing -->
|
||||
<!-- Broken at the moment; see http://stackoverflow.com/q/39900437 -->
|
||||
<!-- and http://stackoverflow.com/q/39929817/608639 -->
|
||||
<!--
|
||||
<Target Condition="!Exists('Win32\Output\Debug\cryptest.exe')" Name="MAC tool" Label="MAC tool">
|
||||
<Message>Creating Win32/Debug cryptest.exe for MAC computation</Message>
|
||||
<Message
|
||||
Text="Creating Win32/Debug cryptest.exe for MAC computation" />
|
||||
<MSbuild
|
||||
Projects="cryptlib.vcxproj"
|
||||
Properties="Configuration=Debug;Platform=Win32;"/>
|
||||
@ -151,6 +153,7 @@
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
|
||||
|
||||
<!-- DLL MAC'ing performed by cryptest.exe -->
|
||||
<ItemDefinitionGroup Label="DLL MAC">
|
||||
<PostBuildEvent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user