-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlockingSocket.plg
35 lines (32 loc) · 1.32 KB
/
BlockingSocket.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BlockingSocket - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\mellerts\LOCALS~1\Temp\RSP85.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/BlockingSocket.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\mellerts\My Documents\Developer\CBlockSocket Class\Blocksock.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\mellerts\LOCALS~1\Temp\RSP85.tmp"
Creating temporary file "C:\DOCUME~1\mellerts\LOCALS~1\Temp\RSP86.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/BlockingSocket.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\mellerts\My Documents\Developer\CBlockSocket Class\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\mellerts\LOCALS~1\Temp\RSP86.tmp"
Creating command line "link.exe -lib /nologo /out:"Lib\BlockingSocket_D.lib" ".\Debug\Blocksock.obj" ".\Debug\StdAfx.obj" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Blocksock.cpp
Creating library...
<h3>Results</h3>
BlockingSocket_D.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>