classsystem.plg

来自「一个用mfc开发的基于文本数据库的学生信息管理系统」· PLG 代码 · 共 59 行

PLG
59
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ClassSystem - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Christ\LOCALS~1\Temp\RSP102.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ClassSystem.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\MyProjects\ClassSystem\ClassSystemDlg.cpp"
"D:\MyProjects\ClassSystem\LoginDlg.cpp"
"D:\MyProjects\ClassSystem\ManagerFrameDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Christ\LOCALS~1\Temp\RSP102.tmp" 
Creating temporary file "C:\DOCUME~1\Christ\LOCALS~1\Temp\RSP103.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ClassSystem.pdb" /debug /machine:I386 /out:"Debug/ClassSystem.exe" /pdbtype:sept 
.\Debug\AddManagerDlg.obj
.\Debug\ClassSystem.obj
.\Debug\ClassSystemDlg.obj
.\Debug\DelManager.obj
.\Debug\EditItemDlg.obj
.\Debug\EditUserDlg.obj
.\Debug\EditUserInfo.obj
.\Debug\InsertItem.obj
.\Debug\LoginDlg.obj
.\Debug\ManagerChangePs.obj
.\Debug\ManagerFrameDlg.obj
.\Debug\ManagerList.obj
.\Debug\ManagerNode.obj
.\Debug\StdAfx.obj
.\Debug\Test.obj
.\Debug\UserChangePs.obj
.\Debug\UserEditDlg.obj
.\Debug\UserFrameDlg.obj
.\Debug\UserList.obj
.\Debug\UserNode.obj
.\Debug\ClassSystem.res
]
Creating command line "link.exe @C:\DOCUME~1\Christ\LOCALS~1\Temp\RSP103.tmp"
<h3>Output Window</h3>
Compiling...
ManagerFrameDlg.cpp
Generating Code...
Skipping... (no relevant changes detected)
ClassSystemDlg.cpp
LoginDlg.cpp
Linking...



<h3>Results</h3>
ClassSystem.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?