thj60test.plg

来自「电脑编程技巧和源码。很不错的。」· PLG 代码 · 共 46 行

PLG
46
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: thj60test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPB1B0.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "d:\Program Files\HTML Help Workshop\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/thj60test.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Program Files\Microsoft Visual Studio\MyProjects\thj60test\MainFrm.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\thj60test\thj60test.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB1B0.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPB1B1.TMP" with contents
[
HtmlHelp.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/thj60test.pdb" /debug /machine:I386 /out:"Debug/thj60test.exe" /pdbtype:sept /libpath:"d:\Program Files\HTML Help Workshop\lib" 
".\Debug\ChildFrm.obj"
".\Debug\MainFrm.obj"
".\Debug\MyDialog.obj"
".\Debug\StdAfx.obj"
".\Debug\thj60test.obj"
".\Debug\thj60testDoc.obj"
".\Debug\thj60testView.obj"
".\Debug\thj60test.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB1B1.TMP"
<h3>Output Window</h3>
Compiling...
MainFrm.cpp
Generating Code...
Compiling...
thj60test.cpp
Generating Code...
Linking...
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library



<h3>Results</h3>
thj60test.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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