Build Log
  

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

Command Lines
  
Creating temporary file "c:\Debugging\Debuging\Debug2\Debug\RSP00004A14522460.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\MyMath.cpp
]
Creating command line "cl.exe @c:\Debugging\Debuging\Debug2\Debug\RSP00004A14522460.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Debugging\Debuging\Debug2\Debug\RSP00004B14522460.rsp" with contents
[
/OUT:"C:\Debugging\Debuging\Debug\Debug2.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Debug2.exe.intermediate.manifest" /DEBUG /PDB:"c:\Debugging\Debuging\debug\Debug2.pdb" /SUBSYSTEM:CONSOLE /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\BarClass.obj"

".\Debug\Debug2.obj"

".\Debug\stdafx.obj"

".\Debug\MyMath.obj"

".\Debug\Debug2.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Debugging\Debuging\Debug2\Debug\RSP00004B14522460.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Debugging\Debuging\Debug2\Debug\RSP00004C14522460.rsp" with contents
[
/out:.\Debug\Debug2.exe.embed.manifest /notify_update /manifest

.\Debug\Debug2.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Debugging\Debuging\Debug2\Debug\RSP00004C14522460.rsp /nologo"
Creating temporary file "c:\Debugging\Debuging\Debug2\Debug\BAT00004D14522460.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\Debugging\Debuging\Debug2\Debug\BAT00004D14522460.bat"
Output Window
  
Compiling...
MyMath.cpp
c:\debugging\debuging\debug2\mymath.cpp(6) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Debugging\Debuging\Debug2\Debug\BuildLog.htm"
Debug2 - 0 error(s), 1 warning(s)