Build Log
  

Build started: Project: Boot, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\cygwin\tmp\BAT0000031489214024.bat" with contents
[
@echo off

md Release 2>NUL:

nmake.exe /nologo RELEASE=1



md Release_AES 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES



md Release_Serpent 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT



md Release_Twofish 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH



md Rescue 2>NUL:

nmake.exe /nologo RELEASE=1 RESCUE_DISK=1



md Rescue_AES 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES RESCUE_DISK=1



md Rescue_Serpent 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT RESCUE_DISK=1



md Rescue_Twofish 2>NUL:

nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH RESCUE_DISK=1

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\BAT0000031489214024.bat"
Output Window
  
Performing Makefile project actions
Results
  
Build log was saved at "file://c:\Users\Public\Desktop\projects\ciphershed\src\Boot\Windows\Release\BuildLog.htm"
Boot - 0 error(s), 0 warning(s)