custodial.plg

来自「使用环境VC++ 6.0」· PLG 代码 · 共 74 行

PLG
74
字号
<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\CustoDial\CustoDial.rc"" 
Creating temporary file "c:\windows\TEMP\RSPE361.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /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\CustoDial\CustoDial.cpp"
"F:\telprog\Chapter02\CustoDial\CustoDialDlg.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPE361.TMP" 
Creating temporary file "c:\windows\TEMP\RSPE362.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /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\CustoDial\StdAfx.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPE362.TMP" 
Creating command line "link.exe 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\CustoDial.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CustoDial.cpp
CustoDialDlg.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\CustoDial\CustoDial.rc"" 
Creating temporary file "c:\windows\TEMP\RSPE3B3.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /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\CustoDial\CustoDial.cpp"
"F:\telprog\Chapter02\CustoDial\CustoDialDlg.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPE3B3.TMP" 
Creating temporary file "c:\windows\TEMP\RSPE3B4.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /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\CustoDial\StdAfx.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPE3B4.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\CustoDial.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CustoDial.cpp
CustoDialDlg.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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