-
Notifications
You must be signed in to change notification settings - Fork 21
/
MyServer.plg
46 lines (43 loc) · 1.82 KB
/
MyServer.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyServer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyServer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\200705\远程控制软件\MyServer\MyServerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4B.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4C.tmp" with contents
[
Debug/JpegLib.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyServer.pdb" /debug /machine:I386 /out:"Debug/MyServer.exe" /pdbtype:sept
".\Debug\GetHDSerial.obj"
".\Debug\GetScreenToBitmap.obj"
".\Debug\huffman.obj"
".\Debug\Jpegfile.obj"
".\Debug\MyServer.obj"
".\Debug\MyServerDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\TcpTran.obj"
".\Debug\MyServer.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4C.tmp"
<h3>Output Window</h3>
Compiling...
MyServerDlg.cpp
e:\200705\远程控制软件\myserver\getsysinfo.h(33) : warning C4101: 'osvi' : unreferenced local variable
e:\200705\远程控制软件\myserver\getsysinfo.h(34) : warning C4101: 'bOsVersionInfoEx' : unreferenced local variable
E:\200705\远程控制软件\MyServer\MyServerDlg.cpp(496) : warning C4102: 'exit_01' : unreferenced label
E:\200705\远程控制软件\MyServer\MyServerDlg.cpp(430) : warning C4101: 'huf' : unreferenced local variable
E:\200705\远程控制软件\MyServer\MyServerDlg.cpp(943) : warning C4102: 'exit02' : unreferenced label
E:\200705\远程控制软件\MyServer\MyServerDlg.cpp(796) : warning C4101: 'lpData' : unreferenced local variable
Linking...
<h3>Results</h3>
MyServer.exe - 0 error(s), 6 warning(s)
</pre>
</body>
</html>