testcpu.plg
来自「用VC++编程实现对CPU主频的检测」· PLG 代码 · 共 43 行
PLG
43 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: testcpu - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/testcpu.res" /d "NDEBUG" /d "_AFXDLL" "E:\MyProg\技术总结\testcpu\testcpu.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/testcpu.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\MyProg\技术总结\testcpu\testcpu.cpp"
"E:\MyProg\技术总结\testcpu\TestCpu1.cpp"
"E:\MyProg\技术总结\testcpu\testcpuDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/testcpu.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\MyProg\技术总结\testcpu\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/testcpu.pdb" /machine:I386 /out:"Release/testcpu.exe" ".\Release\StdAfx.obj" ".\Release\testcpu.obj" ".\Release\TestCpu1.obj" ".\Release\testcpuDlg.obj" ".\Release\testcpu.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
testcpu.cpp
TestCpu1.cpp
testcpuDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
testcpu.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?