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

59 lines
2.0 KiB
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: dvcap - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MTd /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "__FLAT__" /D "STRICT" /D WINVER=0x4000 /Fp"Debug/dvcap.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\work\dvcap\CaptureDeviceGraph.cpp"
"D:\work\dvcap\Main.cpp"
]
Creating command line "cl.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP23.tmp"
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP24.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib strmiids.lib comctl32.lib winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/dvcap.pdb" /debug /machine:I386 /out:"Debug/dvcap.exe" /pdbtype:sept
.\Debug\CaptureDeviceGraph.obj
.\Debug\DeviceEnumerator.obj
.\Debug\DeviceNotify.obj
.\Debug\Main.obj
.\Debug\Mainwnd.obj
.\Debug\Nuker.obj
.\Debug\VideoCapture.obj
.\Debug\dvcap.res
\work\exe\com.lib
\work\exe\mscommon.lib
\work\exe\statbar.lib
\work\exe\toolbar.lib
]
Creating command line "link.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP24.tmp"
<h3>Output Window</h3>
Compiling...
CaptureDeviceGraph.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
Skipping... (no relevant changes detected)
Main.cpp
Linking...
<h3>Results</h3>
dvcap.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>