Build Log
--------------------Configuration: musicexe - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP5.tmp" with contents [ /nologo /Gz /MTd /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "STRICT" /D "__FLAT__" /Fp"debug/musicexe.pch" /YX /Fo"debug/" /Fd"debug/" /FD /GZ /c "D:\work\music\main.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP5.tmp" Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP6.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib winmm.lib /nologo /subsystem:console /incremental:yes /pdb:"debug/musicexe.pdb" /debug /machine:I386 /out:"debug/musicexe.exe" /pdbtype:sept .\debug\Chord.obj .\debug\DorianScale.obj .\debug\emitter.obj .\debug\main.obj .\debug\note.obj .\debug\Notes.obj .\debug\parser.obj .\debug\scale.obj .\debug\scanner.obj \work\exe\msbsp.lib \work\exe\mscommon.lib \work\midiseq\msvcobj\midisq.lib ] Creating command line "link.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP6.tmp"Output Window
Compiling... main.cpp Linking... LINK : LNK6004: debug/musicexe.exe not found or not built by the last incremental link; performing full linkResults
musicexe.exe - 0 error(s), 0 warning(s)