myupdate.plg

来自「一个用vc开发的SMS程序」· PLG 代码 · 共 51 行

PLG
51
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyUpdate - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyUpdate.res" /d "_DEBUG" /d "_AFXDLL" "F:\SMS\SMS\MyUpdate\MyUpdate\MyUpdate.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyUpdate.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\SMS\SMS\MyUpdate\MyUpdate\MyUpdate.cpp"
"F:\SMS\SMS\MyUpdate\MyUpdate\MyUpdateDlg.cpp"
"F:\SMS\SMS\MyUpdate\MyUpdate\MyFun\MyFun.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3F.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP40.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyUpdate.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\SMS\SMS\MyUpdate\MyUpdate\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP40.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP41.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyUpdate.pdb" /debug /machine:I386 /out:"Debug/MyUpdate.exe" /pdbtype:sept 
.\Debug\MyUpdate.obj
.\Debug\MyUpdateDlg.obj
.\Debug\StdAfx.obj
.\Debug\MyFun.obj
.\Debug\MyUpdate.res
.\Lib\WININET.LIB
.\Lib\WINMM.LIB
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP41.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MyUpdate.cpp
MyUpdateDlg.cpp
MyFun.cpp
Generating Code...
Linking...
link.exe terminated at user request.

</pre>
</body>
</html>

⌨️ 快捷键说明

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