Files
Work/music/musicexe.plg
2024-08-07 09:16:27 -04:00

45 lines
1.5 KiB
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: musicexe - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
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"
<h3>Output Window</h3>
Compiling...
main.cpp
Linking...
LINK : LNK6004: debug/musicexe.exe not found or not built by the last incremental link; performing full link
<h3>Results</h3>
musicexe.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>