windows-nt/Source/XPSP1/NT/admin/display/proppage/sample/sample.plg
2020-09-26 16:20:57 +08:00

41 lines
1.4 KiB
Plaintext

<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sample - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP497.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /I "e:\nt\public\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /Fp"Release/sample.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\nt\private\admin\display\proppage\sample\dllmisc.cxx"
"C:\nt\private\admin\display\proppage\sample\host.cxx"
"C:\nt\private\admin\display\proppage\sample\page.cxx"
]
Creating command line "cl.exe @C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP497.tmp"
Creating temporary file "C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP498.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 comctl32.lib activeds.lib adsiid.lib dsprop.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Release/proppage.pdb" /machine:I386 /def:".\proppage.def" /out:"Release/proppage.dll" /implib:"Release/proppage.lib"
.\Release\dllmisc.obj
.\Release\host.obj
.\Release\page.obj
.\Release\page.res
]
Creating command line "link.exe @C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP498.tmp"
<h3>Output Window</h3>
Compiling...
dllmisc.cxx
host.cxx
page.cxx
Linking...
Creating library Release/proppage.lib and object Release/proppage.exp
<h3>Results</h3>
proppage.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>