ex_student.plg
来自「Visual C++应用教程-源代码 本书在复习C++基础知识后」· PLG 代码 · 共 67 行
PLG
67 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ex_Student - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Ex_Student.res" /d "_DEBUG" /d "_AFXDLL" "F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\Ex_Student.rc""
Creating temporary file "C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP591.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ex_Student.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\CourseSet.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\Ex_Student.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\Ex_StudentDoc.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\Ex_StudentView.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\MainFrm.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\ScoreSet.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\StudentSet.cpp"
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\StudentTreeView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP591.tmp"
Creating temporary file "C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP592.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ex_Student.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\论著\2006年\Visual C++实用教程(第3版)\配套程序\8\Ex_Student\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP592.tmp"
Creating temporary file "C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP593.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ex_Student.pdb" /debug /machine:I386 /out:"Debug/Ex_Student.exe" /pdbtype:sept
".\Debug\CourseSet.obj"
".\Debug\Ex_Student.obj"
".\Debug\Ex_StudentDoc.obj"
".\Debug\Ex_StudentView.obj"
".\Debug\MainFrm.obj"
".\Debug\ScoreSet.obj"
".\Debug\StdAfx.obj"
".\Debug\StudentSet.obj"
".\Debug\StudentTreeView.obj"
".\Debug\Ex_Student.res"
]
Creating command line "link.exe @C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP593.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CourseSet.cpp
Ex_Student.cpp
Ex_StudentDoc.cpp
Ex_StudentView.cpp
MainFrm.cpp
ScoreSet.cpp
StudentSet.cpp
StudentTreeView.cpp
Generating Code...
Linking...
<h3>Results</h3>
Ex_Student.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?