📄 testapp.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TestDll - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP3C7.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTDLL_EXPORTS" /Fp"..\\Debug/TestDll.pch" /Yu"stdafx.h" /Fo"..\\Debug/" /Fd"..\\Debug/" /FD /GZ /c
"C:\Books\14\E1408\TestDll\TestDll.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP3C7.tmp"
Creating temporary file "D:\TEMP\RSP3C8.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTDLL_EXPORTS" /Fp"..\\Debug/TestDll.pch" /Yc"stdafx.h" /Fo"..\\Debug/" /Fd"..\\Debug/" /FD /GZ /c
"C:\Books\14\E1408\TestDll\StdAfx.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP3C8.tmp"
Creating temporary file "D:\TEMP\RSP3C9.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 /nologo /dll /incremental:yes /pdb:"..\\Debug/TestDll.pdb" /debug /machine:I386 /out:"..\\Debug/TestDll.dll" /implib:"..\\Debug/TestDll.lib" /pdbtype:sept
\Books\14\E1408\Debug\StdAfx.obj
\Books\14\E1408\Debug\TestDll.obj
]
Creating command line "link.exe @D:\TEMP\RSP3C9.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
TestDll.cpp
Linking...
Creating library ..\\Debug/TestDll.lib and object ..\\Debug/TestDll.exp
<h3>
--------------------Configuration: TestApp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP3CD.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 ..\\Debug\\TestDll.lib /nologo /subsystem:console /incremental:yes /pdb:"..\\Debug/TestApp.pdb" /debug /machine:I386 /out:"..\\Debug/TestApp.exe" /pdbtype:sept
\Books\14\E1408\Debug\StdAfx.obj
\Books\14\E1408\Debug\TestApp.obj
\Books\14\E1408\Debug\TestApp.res
\Books\14\E1408\Debug\TestDll.lib
]
Creating command line "link.exe @D:\TEMP\RSP3CD.tmp"
<h3>Output Window</h3>
Linking...
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
<h3>Results</h3>
TestApp.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -