summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-05 18:30:18 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-05 18:30:18 -0400
commitdc927defa1b7d1463477be401ab5d62417d44ead (patch)
treeb87fe660d4ac8ca3ca03341365a01ff04551284a /cryptest.vcxproj
parent76358cb86508d94b1229cbb08bea3f86ac16bbf4 (diff)
downloadcryptopp-git-dc927defa1b7d1463477be401ab5d62417d44ead.tar.gz
Formatting of PreBuildEvent command
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 7735c56c..619cf850 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -181,12 +181,13 @@
<ItemDefinitionGroup Label="FIPS Warning">
<PreBuildEvent Condition="'$(Configuration)'=='DLL-Import Debug' Or '$(Configuration)'=='DLL-Import Release'">
<Command>
-echo *************************************************************************
-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 you build it yourself the resulting DLL will not be considered FIPS
-echo validated unless it undergoes the FIPS validation process.
-echo *************************************************************************%0a</Command>
+ echo *************************************************************************
+ 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 you build it yourself the resulting DLL will not be considered FIPS
+ echo validated unless it undergoes the FIPS validation process.
+ echo *************************************************************************
+ </Command>
</PreBuildEvent>
</ItemDefinitionGroup>