-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathScanner.plg
103 lines (100 loc) · 3.17 KB
/
Scanner.plg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Scanner - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Scanner.res" /d "_DEBUG" /d "_AFXDLL" "D:\BaiduNetdiskDownload\Scanner\Scanner.rc""
Creating temporary file "C:\Users\ls\AppData\Local\Temp\RSP485B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Scanner.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\BaiduNetdiskDownload\Scanner\AllScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\CmdDlg.cpp"
"D:\BaiduNetdiskDownload\Scanner\DosScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\HostScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\NetBIOSScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\PortScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\Scanner.cpp"
"D:\BaiduNetdiskDownload\Scanner\ScannerDlg.cpp"
"D:\BaiduNetdiskDownload\Scanner\SnifferScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\SNMPScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\SQLScan.cpp"
"D:\BaiduNetdiskDownload\Scanner\SSSelectIP.cpp"
"D:\BaiduNetdiskDownload\Scanner\WeakKeyScan.cpp"
]
Creating command line "cl.exe @C:\Users\ls\AppData\Local\Temp\RSP485B.tmp"
Creating temporary file "C:\Users\ls\AppData\Local\Temp\RSP485C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Scanner.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\BaiduNetdiskDownload\Scanner\StdAfx.cpp"
]
Creating command line "cl.exe @C:\Users\ls\AppData\Local\Temp\RSP485C.tmp"
Creating temporary file "C:\Users\ls\AppData\Local\Temp\RSP485D.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Scanner.pdb" /debug /machine:I386 /out:"Debug/Scanner.exe" /pdbtype:sept
.\Debug\AllScan.obj
.\Debug\CmdDlg.obj
.\Debug\DosScan.obj
.\Debug\HostScan.obj
.\Debug\NetBIOSScan.obj
.\Debug\PortScan.obj
.\Debug\Scanner.obj
.\Debug\ScannerDlg.obj
.\Debug\SnifferScan.obj
.\Debug\SNMPScan.obj
.\Debug\SQLScan.obj
.\Debug\SSSelectIP.obj
.\Debug\StdAfx.obj
.\Debug\WeakKeyScan.obj
.\Debug\Scanner.res
]
Creating command line "link.exe @C:\Users\ls\AppData\Local\Temp\RSP485D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Skipping... (no relevant changes detected)
StdAfx.cpp
Compiling...
SnifferScan.cpp
Generating Code...
Skipping... (no relevant changes detected)
AllScan.cpp
CmdDlg.cpp
DosScan.cpp
HostScan.cpp
NetBIOSScan.cpp
PortScan.cpp
Scanner.cpp
ScannerDlg.cpp
SNMPScan.cpp
SQLScan.cpp
SSSelectIP.cpp
WeakKeyScan.cpp
Linking...
Creating temporary file "C:\Users\ls\AppData\Local\Temp\RSP4BE7.tmp" with contents
[
/nologo /o"Debug/Scanner.bsc"
.\Debug\StdAfx.sbr
.\Debug\AllScan.sbr
.\Debug\CmdDlg.sbr
.\Debug\DosScan.sbr
.\Debug\HostScan.sbr
.\Debug\NetBIOSScan.sbr
.\Debug\PortScan.sbr
.\Debug\Scanner.sbr
.\Debug\ScannerDlg.sbr
.\Debug\SnifferScan.sbr
.\Debug\SNMPScan.sbr
.\Debug\SQLScan.sbr
.\Debug\SSSelectIP.sbr
.\Debug\WeakKeyScan.sbr]
Creating command line "bscmake.exe @C:\Users\ls\AppData\Local\Temp\RSP4BE7.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Scanner.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>