Build Log
  

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

Command Lines
  
Creating temporary file "c:\CMSC311\hw3\assembly\assembly\Debug\BAT0000012842512.bat" with contents
[
@echo off

ml.exe /c  /nologo /Fo"Debug\assembly.obj" /W3 /Zi /errorReport:prompt  /Ta.\Debug\assembly.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Assembling..."

exit 1

:VCEnd
]
Creating command line "c:\CMSC311\hw3\assembly\assembly\Debug\BAT0000012842512.bat"
Creating temporary file "c:\CMSC311\hw3\assembly\assembly\Debug\RSP0000022842512.rsp" with contents
[
/OUT:"C:\CMSC311\hw3\assembly\Debug\assembly.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\assembly.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\CMSC311\hw3\assembly\Debug\assembly.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\assembly.obj"

".\Debug\stdafx.obj"

".\Debug\assembly.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\CMSC311\hw3\assembly\assembly\Debug\RSP0000022842512.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\CMSC311\hw3\assembly\assembly\Debug\RSP0000032842512.rsp" with contents
[
/out:.\Debug\assembly.exe.embed.manifest /notify_update /manifest

.\Debug\assembly.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\CMSC311\hw3\assembly\assembly\Debug\RSP0000032842512.rsp /nologo"
Creating temporary file "c:\CMSC311\hw3\assembly\assembly\Debug\BAT0000042842512.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\CMSC311\hw3\assembly\assembly\Debug\BAT0000042842512.bat"
Output Window
  
Assembling...
 Assembling: .\Debug\assembly.asm
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\CMSC311\hw3\assembly\assembly\Debug\BuildLog.htm"
assembly - 0 error(s), 0 warning(s)