summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-12 21:57:47 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-12 21:57:47 -0500
commit003256431ed153eb663084cfdab99ccc80650370 (patch)
treec08c965e0f2a3db5410ca27a279ea066d1ca600a /TestScripts
parent6e84ed37673be96cf63c4a1e836efb8728a6d1a1 (diff)
downloadcryptopp-git-003256431ed153eb663084cfdab99ccc80650370.tar.gz
Whitespace check-in
Diffstat (limited to 'TestScripts')
-rwxr-xr-xTestScripts/cryptdll-windows.cmd36
1 files changed, 18 insertions, 18 deletions
diff --git a/TestScripts/cryptdll-windows.cmd b/TestScripts/cryptdll-windows.cmd
index fadfd638..eb626242 100755
--- a/TestScripts/cryptdll-windows.cmd
+++ b/TestScripts/cryptdll-windows.cmd
@@ -1,18 +1,18 @@
-REM cryptdll-windows.cmd - written and placed in public domain by Jeffrey Walton
-REM Copyright assigned to the Crypto++ project.
-REM
-REM For details see https://cryptopp.com/wiki/MSBuild_(Command_Line)
-REM
-
-REM Build the Win32/Debug cryptest.exe
-msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj
-msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj
-
-REM Build the Win32/Release cryptopp.dll
-msbuild /t:Build /p:Configuration=Release;Platform=Win32 cryptdll.vcxproj
-
-REM Build the FIPS test driver
-msbuild /t:Build /p:Configuration=Release;Platform=Win32 dlltest.vcxproj
-
-REM Run the FIPS test driver
-.\Win32\DLL_Output\Release\dlltest.exe
+REM cryptdll-windows.cmd - written and placed in public domain by Jeffrey Walton
+REM Copyright assigned to the Crypto++ project.
+REM
+REM For details see https://cryptopp.com/wiki/MSBuild_(Command_Line)
+REM
+
+REM Build the Win32/Debug cryptest.exe
+msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj
+msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj
+
+REM Build the Win32/Release cryptopp.dll
+msbuild /t:Build /p:Configuration=Release;Platform=Win32 cryptdll.vcxproj
+
+REM Build the FIPS test driver
+msbuild /t:Build /p:Configuration=Release;Platform=Win32 dlltest.vcxproj
+
+REM Run the FIPS test driver
+.\Win32\DLL_Output\Release\dlltest.exe