library.plg

来自「一个用VC++6.0做的图书馆管理系统,界面精致,功能详细」· PLG 代码 · 共 117 行

PLG
117
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Library - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP22.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Library.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\TEST_C++\Library3\DataBase.cpp"
"D:\TEST_C++\Library3\DengluDlg.cpp"
"D:\TEST_C++\Library3\Lby.cpp"
"D:\TEST_C++\Library3\Library.cpp"
"D:\TEST_C++\Library3\LibraryDoc.cpp"
"D:\TEST_C++\Library3\LibraryView.cpp"
"D:\TEST_C++\Library3\MainFrm.cpp"
"D:\TEST_C++\Library3\MyBar.cpp"
"D:\TEST_C++\Library3\MyTree1.cpp"
"D:\TEST_C++\Library3\Public.cpp"
"D:\TEST_C++\Library3\QHYHDlg.cpp"
"D:\TEST_C++\Library3\TSGLDlg.cpp"
"D:\TEST_C++\Library3\TSXXDlg.cpp"
"D:\TEST_C++\Library3\XGMMDlg.cpp"
"D:\TEST_C++\Library3\XTCSHDlg.cpp"
"D:\TEST_C++\Library3\YHGLDlg.cpp"
"D:\TEST_C++\Library3\ZSLKDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP22.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Library.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\TEST_C++\Library3\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Library.pdb" /debug /machine:I386 /out:"Debug/Library.exe" /pdbtype:sept 
".\Debug\DataBase.obj"
".\Debug\DengluDlg.obj"
".\Debug\Lby.obj"
".\Debug\Library.obj"
".\Debug\LibraryDoc.obj"
".\Debug\LibraryView.obj"
".\Debug\MainFrm.obj"
".\Debug\MyBar.obj"
".\Debug\MyTree1.obj"
".\Debug\Public.obj"
".\Debug\QHYHDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\TSGLDlg.obj"
".\Debug\TSXXDlg.obj"
".\Debug\XGMMDlg.obj"
".\Debug\XTCSHDlg.obj"
".\Debug\YHGLDlg.obj"
".\Debug\ZSLKDlg.obj"
".\Debug\Library.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
d:\test_c++\library3\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
DataBase.cpp
DengluDlg.cpp
Lby.cpp
Library.cpp
LibraryDoc.cpp
LibraryView.cpp
MainFrm.cpp
MyBar.cpp
MyTree1.cpp
Public.cpp
QHYHDlg.cpp
TSGLDlg.cpp
TSXXDlg.cpp
XGMMDlg.cpp
XTCSHDlg.cpp
YHGLDlg.cpp
ZSLKDlg.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.tmp" with contents
[
/nologo /o"Debug/Library.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\DataBase.sbr"
".\Debug\DengluDlg.sbr"
".\Debug\Lby.sbr"
".\Debug\Library.sbr"
".\Debug\LibraryDoc.sbr"
".\Debug\LibraryView.sbr"
".\Debug\MainFrm.sbr"
".\Debug\MyBar.sbr"
".\Debug\MyTree1.sbr"
".\Debug\Public.sbr"
".\Debug\QHYHDlg.sbr"
".\Debug\TSGLDlg.sbr"
".\Debug\TSXXDlg.sbr"
".\Debug\XGMMDlg.sbr"
".\Debug\XTCSHDlg.sbr"
".\Debug\YHGLDlg.sbr"
".\Debug\ZSLKDlg.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.tmp"
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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