📄 mfc.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MFC - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/MFC.res" /d "NDEBUG" /d "_AFXDLL" "D:\最新版本\MFC\MFC.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F8.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MFC.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\最新版本\MFC\ControlDlg.cpp"
"D:\最新版本\MFC\Create.cpp"
"D:\最新版本\MFC\MFC.cpp"
"D:\最新版本\MFC\MFCDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F8.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F9.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MFC.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\最新版本\MFC\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F9.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4FA.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/MFC.pdb" /machine:I386 /out:"Release/MFC.exe" /align:40
".\Release\ControlDlg.obj"
".\Release\Create.obj"
".\Release\MFC.obj"
".\Release\MFCDlg.obj"
".\Release\StdAfx.obj"
".\Release\MFC.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4FA.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
Compiling...
ControlDlg.cpp
Create.cpp
MFC.cpp
MFCDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4043: invalid /ALIGN value 40 (must be power of 2); assumed default
<h3>Results</h3>
MFC.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -