modartmod.plg
来自「学习VC的一些例子」· PLG 代码 · 共 39 行
PLG
39 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ModArtMod - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP60B1.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ModArtMod.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\CPP\Day10\Line.cpp"
"G:\CPP\ModArtMod\ModArt.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP60B1.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP60B2.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ModArtMod.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\CPP\ModArtMod\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP60B2.TMP"
Creating command line "link.exe -lib /nologo /out:"Debug\ModArtMod.lib" .\Debug\Line.obj .\Debug\ModArt.obj .\Debug\StdAfx.obj "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Line.cpp
ModArt.cpp
Generating Code...
Creating library...
<h3>Results</h3>
ModArtMod.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?