Formatting of PreBuildEvent command
parent
76358cb865
commit
dc927defa1
|
|
@ -181,12 +181,13 @@
|
||||||
<ItemDefinitionGroup Label="FIPS Warning">
|
<ItemDefinitionGroup Label="FIPS Warning">
|
||||||
<PreBuildEvent Condition="'$(Configuration)'=='DLL-Import Debug' Or '$(Configuration)'=='DLL-Import Release'">
|
<PreBuildEvent Condition="'$(Configuration)'=='DLL-Import Debug' Or '$(Configuration)'=='DLL-Import Release'">
|
||||||
<Command>
|
<Command>
|
||||||
echo *************************************************************************
|
echo *************************************************************************
|
||||||
echo This configuration requires cryptopp.dll. You can build it yourself using
|
echo This configuration requires cryptopp.dll. You can build it yourself using
|
||||||
echo the cryptdll project, or obtain a pre-built, FIPS 140-2 validated DLL. If
|
echo the cryptdll project, or obtain a pre-built, FIPS 140-2 validated DLL. If
|
||||||
echo you build it yourself the resulting DLL will not be considered FIPS
|
echo you build it yourself the resulting DLL will not be considered FIPS
|
||||||
echo validated unless it undergoes the FIPS validation process.
|
echo validated unless it undergoes the FIPS validation process.
|
||||||
echo *************************************************************************%0a</Command>
|
echo *************************************************************************
|
||||||
|
</Command>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue