Build Log
  

Build started: Project: Crypto, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\BAT000002134606760.bat" with contents
[
@echo off

echo Aes_hw_cpu.asm & nasm.exe -Xvc -f win32 -Ox -g --prefix _ -o "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\\Aes_hw_cpu.obj" "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Aes_hw_cpu.asm"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\BAT000002134606760.bat"
Creating temporary file "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\BAT000003134606760.bat" with contents
[
@echo off

echo Aes_x86.asm & nasm.exe -Xvc -f win32 -Ox -g --prefix _ -o "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\\Aes_x86.obj" "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Aes_x86.asm"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\BAT000003134606760.bat"
Creating temporary file "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\RSP000004134606760.rsp" with contents
[
/Od /I "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\\.." /I "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\\..\Common" /D "WIN32" /D "DEBUG" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NON_CONFORMING_SWPRINTFS" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /MTd /GS- /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W4 /c /Zi /TC /wd4100 /wd4127 /wd4201 .\Whirlpool.c

.\Twofish.c

.\Sha2.c

.\Sha1.c

.\Serpent.c

.\Rmd160.c

.\Des.c

.\Cast.c

.\Blowfish.c

.\Aestab.c

.\Aeskey.c
]
Creating command line "cl.exe @c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\RSP000004134606760.rsp /nologo /errorReport:queue"
Creating temporary file "c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\RSP000005134606760.rsp" with contents
[
/OUT:"Debug/Crypto.lib" .\Debug\Aes_hw_cpu.obj

.\Debug\Aes_x86.obj

.\Debug\Aeskey.obj

.\Debug\Aestab.obj

.\Debug\Blowfish.obj

.\Debug\Cast.obj

.\Debug\Des.obj

.\Debug\Rmd160.obj

.\Debug\Serpent.obj

.\Debug\Sha1.obj

.\Debug\Sha2.obj

.\Debug\Twofish.obj

.\Debug\Whirlpool.obj
]
Creating command line "lib.exe @c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\RSP000005134606760.rsp /NOLOGO"
Output Window
  
Performing Custom Build Step
Aes_hw_cpu.asm 
Performing Custom Build Step
Aes_x86.asm 
Compiling...
Aeskey.c
Aestab.c
Blowfish.c
Cast.c
Des.c
Rmd160.c
Serpent.c
Sha1.c
Sha2.c
Twofish.c
Whirlpool.c
Generating Code...
Creating library...
Results
  
Build log was saved at "file://c:\Users\Public\Desktop\projects\ciphershed\src\Crypto\Debug\BuildLog.htm"
Crypto - 0 error(s), 0 warning(s)