📄 createprojectfiles.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CreateProjectFiles - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/CreateProjectFiles.res" /d "NDEBUG" /d "_AFXDLL" "C:\TEMP\Chap04_CreatePrj\CreateProjectFiles.rc""
Creating temporary file "C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF0.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fo"Release/" /Fd"Release/" /FD "stdafx.h" /c
"C:\TEMP\Chap04_CreatePrj\CreateProjectFiles.cpp"
"C:\TEMP\Chap04_CreatePrj\CreateProjectFilesDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF0.tmp"
Creating temporary file "C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF1.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/CreateProjectFiles.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD "stdafx.h" /c
"C:\TEMP\Chap04_CreatePrj\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF1.tmp"
Creating temporary file "C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF2.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/CreateProjectFiles.pdb" /machine:I386 /out:"Release/CreateProjectFiles.exe"
.\Release\CreateProjectFiles.obj
.\Release\CreateProjectFilesDlg.obj
.\Release\StdAfx.obj
.\Release\CreateProjectFiles.res
]
Creating command line "link.exe @C:\DOCUME~1\dicky\LOCALS~1\Temp\RSPF2.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Command line warning D4024 : unrecognized source file type 'stdafx.h', object file assumed
Command line warning D4027 : source file 'stdafx.h' ignored
StdAfx.cpp
Compiling...
Command line warning D4024 : unrecognized source file type 'stdafx.h', object file assumed
Command line warning D4027 : source file 'stdafx.h' ignored
CreateProjectFiles.cpp
CreateProjectFilesDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
CreateProjectFiles.exe - 0 error(s), 4 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -