resexplorer.plg
来自「能像Windows操作系统的资源管理器一样将资源按目录(文件夹文件)的形式组织起」· PLG 代码 · 共 64 行
PLG
64 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: resExplorer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/resExplorer.res" /d "_DEBUG" /d "_AFXDLL" "E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\resExplorer.rc""
Creating temporary file "G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/resExplorer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\MainFrm.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\ResDataProvider.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\resExplorer.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\resExplorerDoc.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\ResExplorerTree.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\resExplorerView.cpp"
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\TreeCtrlX.cpp"
]
Creating command line "cl.exe @G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp"
Creating temporary file "G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/resExplorer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Yeyong\Yyong\VisualC++项目开发实例导航\源程序\第七章 教育资源管理系统(上)\StdAfx.cpp"
]
Creating command line "cl.exe @G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp"
Creating temporary file "G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/resExplorer.pdb" /debug /machine:I386 /out:"Debug/resExplorer.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\ResDataProvider.obj"
".\Debug\resExplorer.obj"
".\Debug\resExplorerDoc.obj"
".\Debug\ResExplorerTree.obj"
".\Debug\resExplorerView.obj"
".\Debug\StdAfx.obj"
".\Debug\TreeCtrlX.obj"
".\Debug\resExplorer.res"
]
Creating command line "link.exe @G:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
ResDataProvider.cpp
resExplorer.cpp
resExplorerDoc.cpp
ResExplorerTree.cpp
resExplorerView.cpp
TreeCtrlX.cpp
Generating Code...
Linking...
<h3>Results</h3>
resExplorer.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?