| Build Log |
|
| Command Lines |
Creating temporary file "C:\cygwin\tmp\BAT0000051489211728.bat" with contents [ @echo off echo ------ Building truecrypt.sys: Release x86 ------ cmd.exe /c BuildDriver.cmd -build -release -x86 "C:\Users\Public\Desktop\projects\ciphershed\src\\Common" "C:\Users\Public\Desktop\projects\ciphershed\src\\Crypto" "c:\Users\Public\Desktop\projects\ciphershed\src\Driver\" if errorlevel 1 exit %errorlevel% echo. echo ------ Building truecrypt.sys: Release x64 ------ BuildDriver.cmd -build -release -x64 "C:\Users\Public\Desktop\projects\ciphershed\src\\Common" "C:\Users\Public\Desktop\projects\ciphershed\src\\Crypto" "c:\Users\Public\Desktop\projects\ciphershed\src\Driver\" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" exit 1 :VCEnd ] Creating command line "C:\cygwin\tmp\BAT0000051489211728.bat" |
| Output Window |
Performing Makefile project actions ------ Building truecrypt.sys: Release x86 ------ Starting dirs creation...Completed. cache.c crc.c crypto.c encryptionthreadpool.c endian.c gfmul.c pkcs5.c volumes.c xts.c tests.c wipe.c Generating Code... aeskey.c aestab.c blowfish.c cast.c des.c rmd160.c serpent.c sha1.c sha2.c twofish.c whirlpool.c Generating Code... drivefilter.c dumpfilter.c encryptedioqueue.c ntdriver.c ntvol.c volumefilter.c Generating Code... Creating library c:\users\public\desktop\projects\ciphershed\src\driver\obj_driver_release\i386\truecrypt.lib and object c:\users\public\desktop\projects\ciphershed\src\driver\obj_driver_release\i386\truecrypt.exp ------ Building truecrypt.sys: Release x64 ------ Starting dirs creation...Completed. cache.c crc.c crypto.c encryptionthreadpool.c endian.c gfmul.c pkcs5.c volumes.c xts.c tests.c wipe.c aeskey.c aestab.c blowfish.c cast.c des.c rmd160.c serpent.c sha1.c sha2.c twofish.c whirlpool.c drivefilter.c dumpfilter.c encryptedioqueue.c ntdriver.c ntvol.c volumefilter.c Generating code Finished generating code |
| Results |
Build log was saved at "file://c:\Users\Public\Desktop\projects\ciphershed\src\Driver\Release\BuildLog.htm" Driver - 0 error(s), 0 warning(s) |