📄 mccdemo.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MccDemo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MccDemo.res" /d "_DEBUG" /d "_AFXDLL" "D:\book\soft\ch9\MccDemo\MccDemo.rc""
Creating temporary file "C:\WINNT\TEMP\RSP2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "MSVC" /D "IBMPC" /D "MSWIND" /Fp"Debug/MccDemo.pch" /YX"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\book\soft\ch9\MccDemo\demo.cpp"
"D:\book\soft\ch9\MccDemo\MainFrm.cpp"
"D:\book\soft\ch9\MccDemo\MccDemo.cpp"
"D:\book\soft\ch9\MccDemo\MccDemoDoc.cpp"
"D:\book\soft\ch9\MccDemo\MccDemoView.cpp"
"D:\book\soft\ch9\MccDemo\test.cpp"
]
Creating command line "cl.exe @C:\WINNT\TEMP\RSP2.tmp"
Creating temporary file "C:\WINNT\TEMP\RSP3.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "MSVC" /D "IBMPC" /D "MSWIND" /Fp"Debug/MccDemo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\book\soft\ch9\MccDemo\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINNT\TEMP\RSP3.tmp"
Creating temporary file "C:\WINNT\TEMP\RSP4.tmp" with contents
[
libmmfile.lib libmatlb.lib libmx.lib libmat.lib libmatpm.lib sgl.lib libmwsglm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MccDemo.pdb" /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /out:"Debug/MccDemo.exe" /pdbtype:sept
.\Debug\demo.obj
.\Debug\MainFrm.obj
.\Debug\MccDemo.obj
.\Debug\MccDemoDoc.obj
.\Debug\MccDemoView.obj
.\Debug\StdAfx.obj
.\Debug\test.obj
.\Debug\MccDemo.res
]
Creating command line "link.exe @C:\WINNT\TEMP\RSP4.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
demo.cpp
c:\matlab\extern\include\cpp\stdexcpt.h(24) : warning C4273: 'strdup' : inconsistent dll linkage. dllexport assumed.
MainFrm.cpp
MccDemo.cpp
MccDemoDoc.cpp
MccDemoView.cpp
test.cpp
c:\matlab\extern\include\cpp\stdexcpt.h(24) : warning C4273: 'strdup' : inconsistent dll linkage. dllexport assumed.
Linking...
<h3>Results</h3>
MccDemo.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -