Update comments
parent
ce8d6b8d99
commit
7c735f660f
|
|
@ -129,9 +129,11 @@
|
||||||
|
|
||||||
<!-- Win32/Debug cryptest.exe for DLL MAC'ing -->
|
<!-- Win32/Debug cryptest.exe for DLL MAC'ing -->
|
||||||
<!-- Broken at the moment; see http://stackoverflow.com/q/39900437 -->
|
<!-- 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">
|
<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
|
<MSbuild
|
||||||
Projects="cryptlib.vcxproj"
|
Projects="cryptlib.vcxproj"
|
||||||
Properties="Configuration=Debug;Platform=Win32;"/>
|
Properties="Configuration=Debug;Platform=Win32;"/>
|
||||||
|
|
@ -151,6 +153,7 @@
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
|
|
||||||
<!-- DLL MAC'ing performed by cryptest.exe -->
|
<!-- DLL MAC'ing performed by cryptest.exe -->
|
||||||
<ItemDefinitionGroup Label="DLL MAC">
|
<ItemDefinitionGroup Label="DLL MAC">
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue