📄 mypaint.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyPaint - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\MARKLA~1\LOCALS~1\Temp\RSP95.tmp" with contents
[
/nologo /MD /W3 /Gm /GX /ZI /Ot /Oa /Ow /Oi /Os /Op /Oy /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/MyPaint.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\MyProjects\MyPaint\Paint.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\MARKLA~1\LOCALS~1\Temp\RSP95.tmp"
Creating temporary file "C:\DOCUME~1\MARKLA~1\LOCALS~1\Temp\RSP96.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Debug/MyPaint.pdb" /machine:I386 /out:"Debug/MyPaint.exe" /pdbtype:sept
.\Debug\About.obj
.\Debug\MainFrm.obj
.\Debug\MyPaint.obj
.\Debug\MyPaintDoc.obj
.\Debug\MyPaintView.obj
.\Debug\Paint.obj
.\Debug\SetDlg.obj
.\Debug\MyPaint.res
]
Creating command line "link.exe @C:\DOCUME~1\MARKLA~1\LOCALS~1\Temp\RSP96.tmp"
<h3>Output Window</h3>
Compiling...
Command line warning D4025 : overriding '/Ot' with '/Os'
Paint.cpp
f:\myprojects\mypaint\paint.cpp(3) : warning C4653: compiler option 'Optimizations (one or more of /Oawp[y])' inconsistent with precompiled header; current command-line option ignored
F:\MyProjects\MyPaint\Paint.cpp(3) : warning C4651: '/D_MBCS' specified for precompiled header but not for current compile
F:\MyProjects\MyPaint\Paint.cpp(830) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
F:\MyProjects\MyPaint\Paint.cpp(831) : warning C4244: '=' : conversion from 'double' to 'short', possible loss of data
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
<h3>Results</h3>
MyPaint.exe - 0 error(s), 7 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -