explorer.plg

来自「MFC编程实例」· PLG 代码 · 共 51 行

PLG
51
字号
--------------------Configuration: Explorer - Win32 Debug--------------------
Begining build with project "E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\Explorer.dsp", at root.
Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)

Project's tools are:
			"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Explorer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c "
			"OLE Type Library Maker" with flags "/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 "
			"Win32 Resource Compiler" with flags "/l 0x409 /fo"Debug/Explorer.res" /d "_DEBUG" /d "_AFXDLL" "
			"Browser Database Maker" with flags "/nologo /o"Debug/Explorer.bsc" "
			"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Explorer.pdb" /debug /machine:I386 /out:"Debug/Explorer.exe" /pdbtype:sept "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating command line "rc.exe /l 0x409 /fo"Debug/Explorer.res" /d "_DEBUG" /d "_AFXDLL" "E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\Explorer.rc"" 
Creating temp file "C:\TMP\RSP4144.TMP" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Explorer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\DirView.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\Doc.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\Explorer.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\MainFrm.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\View.cpp"
>
Creating command line "cl.exe @C:\TMP\RSP4144.TMP" 
Creating temp file "C:\TMP\RSP4145.TMP" with contents </nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Explorer.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\Chunqing\Advanced MFC Programming\Chap14\14.3\Explorer\StdAfx.cpp"
>
Creating command line "cl.exe @C:\TMP\RSP4145.TMP" 
Creating temp file "C:\TMP\RSP4146.TMP" with contents </nologo /subsystem:windows /incremental:yes /pdb:"Debug/Explorer.pdb" /debug /machine:I386 /out:"Debug/Explorer.exe" /pdbtype:sept 
".\Debug\DirView.obj"
".\Debug\Doc.obj"
".\Debug\Explorer.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\View.obj"
".\Debug\Explorer.res">
Creating command line "link.exe @C:\TMP\RSP4146.TMP" 
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DirView.cpp
Doc.cpp
Explorer.cpp
MainFrm.cpp
View.cpp
Generating Code...
Linking...



Explorer.exe - 0 error(s), 0 warning(s)

⌨️ 快捷键说明

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