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

48 lines
1.5 KiB
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: drums - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP2.tmp" with contents
[
/nologo /Gz /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "STRICT" /D "__FLAT__" /Fp"Debug/drums.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\work\drums\DrumControl.cpp"
"D:\work\drums\mainfrm.cpp"
"D:\work\drums\ViewWnd.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP2.tmp"
Creating temporary file "C:\DOCUME~1\sean\LOCALS~1\Temp\RSP3.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comctl32.lib version.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/drums.pdb" /debug /machine:I386 /out:"Debug/drums.exe" /pdbtype:sept
.\Debug\DrumControl.obj
.\Debug\main.obj
.\Debug\mainfrm.obj
.\Debug\ViewWnd.obj
.\Debug\drums.res
\work\exe\mscommon.lib
\work\exe\toolbar.lib
\work\exe\statbar.lib
\work\exe\msthread.lib
\work\exe\msbsp.lib
]
Creating command line "link.exe @C:\DOCUME~1\sean\LOCALS~1\Temp\RSP3.tmp"
<h3>Output Window</h3>
Compiling...
DrumControl.cpp
mainfrm.cpp
ViewWnd.cpp
Linking...
LINK : LNK6004: Debug/drums.exe not found or not built by the last incremental link; performing full link
Creating library Debug/drums.lib and object Debug/drums.exp
<h3>Results</h3>
drums.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>