📄 custodial.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CustoDial - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\Release/CustoDial.res" /d "NDEBUG" /d "_AFXDLL" "F:\telprog\Chapter02\CustoDial2\CustoDial.rc""
Creating temporary file "c:\windows\TEMP\RSPF041.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /I "..\..\tfx" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Release/CustoDial.pch" /Yu"stdafx.h" /Fo".\Release/" /Fd".\Release/" /FD /c
"F:\telprog\Chapter02\CustoDial2\CustoDial.cpp"
"F:\telprog\Chapter02\CustoDial2\CustoDialDlg.cpp"
"F:\telprog\TFX\tPhoneNo.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPF041.TMP"
Creating temporary file "c:\windows\TEMP\RSPF042.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /I "..\..\tfx" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Release/CustoDial.pch" /Yc"stdafx.h" /Fo".\Release/" /Fd".\Release/" /FD /c
"F:\telprog\Chapter02\CustoDial2\StdAfx.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPF042.TMP"
Creating temporary file "c:\windows\TEMP\RSPF043.TMP" with contents
[
tapi32.lib /nologo /subsystem:windows /incremental:no /pdb:".\Release/CustoDial.pdb" /machine:I386 /out:".\Release/CustoDial.exe"
.\Release\CustoDial.obj
.\Release\CustoDialDlg.obj
.\Release\StdAfx.obj
.\Release\tPhoneNo.obj
.\Release\CustoDial.res
]
Creating command line "link.exe @c:\windows\TEMP\RSPF043.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CustoDial.cpp
CustoDialDlg.cpp
tPhoneNo.cpp
Generating Code...
Linking...
<h3>Results</h3>
CustoDial.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: CustoDial - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\Debug/CustoDial.res" /d "_DEBUG" /d "_AFXDLL" "F:\telprog\Chapter02\CustoDial2\CustoDial.rc""
Creating temporary file "c:\windows\TEMP\RSPF094.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tfx" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Debug/CustoDial.pch" /Yu"stdafx.h" /Fo".\Debug/" /Fd".\Debug/" /FD /c
"F:\telprog\Chapter02\CustoDial2\CustoDial.cpp"
"F:\telprog\Chapter02\CustoDial2\CustoDialDlg.cpp"
"F:\telprog\TFX\tPhoneNo.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPF094.TMP"
Creating temporary file "c:\windows\TEMP\RSPF095.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\tfx" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Debug/CustoDial.pch" /Yc"stdafx.h" /Fo".\Debug/" /Fd".\Debug/" /FD /c
"F:\telprog\Chapter02\CustoDial2\StdAfx.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPF095.TMP"
Creating command line "link.exe tapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:".\Debug/CustoDial.pdb" /debug /machine:I386 /out:".\Debug/CustoDial.exe" .\Debug\CustoDial.obj .\Debug\CustoDialDlg.obj .\Debug\StdAfx.obj .\Debug\tPhoneNo.obj .\Debug\CustoDial.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CustoDial.cpp
CustoDialDlg.cpp
tPhoneNo.cpp
Generating Code...
Linking...
<h3>Results</h3>
CustoDial.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -