动态切分sdi.plg
来自「动态切分 是初学vc++的人的好实例 可以有效的帮助你学习」· PLG 代码 · 共 55 行
PLG
55 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 动态切分SDI - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/动态切分SDI.res" /d "_DEBUG" /d "_AFXDLL" "E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\动态切分SDI.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/动态切分SDI.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\MainFrm.cpp"
"E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\动态切分SDI.cpp"
"E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\动态切分SDIDoc.cpp"
"E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\动态切分SDIView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEE.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEF.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/动态切分SDI.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Flash\编辑区\VC++\VC++编程\动态切分SDI\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPEF.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF0.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/动态切分SDI.pdb" /debug /machine:I386 /out:"Debug/动态切分SDI.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\动态切分SDI.obj"
".\Debug\动态切分SDIDoc.obj"
".\Debug\动态切分SDIView.obj"
".\Debug\动态切分SDI.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF0.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
动态切分SDI.cpp
动态切分SDIDoc.cpp
动态切分SDIView.cpp
Generating Code...
Linking...
<h3>Results</h3>
动态切分SDI.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?