newat.plg
来自「用AT指令实现短信猫编程!欢迎大家一起学习进步!」· PLG 代码 · 共 58 行
PLG
58 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NewAT - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/NewAT.res" /d "NDEBUG" /d "_AFXDLL" "D:\资料\99273888atmodemasssdf\AtModem\NewAT.rc""
Creating temporary file "C:\Users\林金华\AppData\Local\Temp\RSPB025.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/NewAT.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\资料\99273888atmodemasssdf\AtModem\NewAT.cpp"
"D:\资料\99273888atmodemasssdf\AtModem\NewATDlg.cpp"
"D:\资料\99273888atmodemasssdf\AtModem\StateDlg.cpp"
"D:\资料\99273888atmodemasssdf\AtModem\YsATModem.cpp"
"D:\资料\99273888atmodemasssdf\AtModem\YsComm.cpp"
]
Creating command line "cl.exe @"C:\Users\林金华\AppData\Local\Temp\RSPB025.tmp""
Creating temporary file "C:\Users\林金华\AppData\Local\Temp\RSPB026.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/NewAT.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\资料\99273888atmodemasssdf\AtModem\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\Users\林金华\AppData\Local\Temp\RSPB026.tmp""
Creating temporary file "C:\Users\林金华\AppData\Local\Temp\RSPB037.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/NewAT.pdb" /machine:I386 /out:"Release/NewAT.exe"
".\Release\NewAT.obj"
".\Release\NewATDlg.obj"
".\Release\StateDlg.obj"
".\Release\StdAfx.obj"
".\Release\YsATModem.obj"
".\Release\YsComm.obj"
".\Release\NewAT.res"
]
Creating command line "link.exe @"C:\Users\林金华\AppData\Local\Temp\RSPB037.tmp""
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
NewAT.cpp
NewATDlg.cpp
StateDlg.cpp
YsATModem.cpp
YsComm.cpp
Generating Code...
Linking...
<h3>Results</h3>
NewAT.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?