summaryrefslogtreecommitdiff
path: root/ping/ping.plg
blob: 64fe6ba450d28c4b4b2f478cc401e128ca1aeee7 (plain)
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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ping - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSPE7.tmp" with contents
[
/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PING_EXPORTS" /D "_WINDLL" /D "_AFXDLL" /Fp"Release/ping.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Documents and Settings\sje\My Documents\MyProjects\miranda\plugins\ping\ping.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSPE7.tmp" 
Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSPE8.tmp" with contents
[
ws2_32.lib wsock32.lib user32.lib gdi32.lib shell32.lib comdlg32.lib /nologo /dll /incremental:no /pdb:"Release/pingplug.pdb" /machine:I386 /out:"../../bin/release/plugins/pingplug.dll" /implib:"Release/pingplug.lib" 
".\Release\icmp.obj"
".\Release\log.obj"
".\Release\menu.obj"
".\Release\options.obj"
".\Release\ping.obj"
".\Release\pinggraph.obj"
".\Release\pinglist.obj"
".\Release\pingthread.obj"
".\Release\rawping.obj"
".\Release\StdAfx.obj"
".\Release\utils.obj"
".\Release\ping.res"
]
Creating command line "link.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSPE8.tmp"
<h3>Output Window</h3>
Compiling...
ping.cpp
Linking...
   Creating library Release/pingplug.lib and object Release/pingplug.exp



<h3>Results</h3>
pingplug.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: ping - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSPEC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PING_EXPORTS" /D "_WINDLL" /D "_AFXDLL" /Fp"Debug/ping.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\sje\My Documents\MyProjects\miranda\plugins\ping\ping.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSPEC.tmp" 
Creating temporary file "C:\DOCUME~1\sje\LOCALS~1\Temp\RSPED.tmp" with contents
[
user32.lib gdi32.lib ws2_32.lib shell32.lib comdlg32.lib /nologo /base:"0x22040000" /dll /incremental:yes /pdb:"Debug/pingplug.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/pingplug.dll" /implib:"Debug/pingplug.lib" /pdbtype:sept 
".\Debug\icmp.obj"
".\Debug\log.obj"
".\Debug\menu.obj"
".\Debug\options.obj"
".\Debug\ping.obj"
".\Debug\pinggraph.obj"
".\Debug\pinglist.obj"
".\Debug\pingthread.obj"
".\Debug\rawping.obj"
".\Debug\StdAfx.obj"
".\Debug\utils.obj"
".\Debug\ping.res"
]
Creating command line "link.exe @C:\DOCUME~1\sje\LOCALS~1\Temp\RSPED.tmp"
<h3>Output Window</h3>
Compiling...
ping.cpp
Linking...



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