This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

41
socket/SOCKET.PLG Normal file
View File

@@ -0,0 +1,41 @@
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: socket - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP5D.tmp" with contents
[
/nologo /MTd /GX /Zi /Od /I "\work" /I "\parts" /D "_DEBUG" /D "__FLAT__" /D "STRICT" /D "WIN32" /D "_WINDOWS" /Fp"..\exe\msvc42.pch" /YX"windows.h" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /c
"D:\work\socket\cache.cpp"
"D:\work\socket\hooker.cpp"
"D:\work\socket\Hostent.cpp"
"D:\work\socket\Resolve.cpp"
"D:\work\socket\Servent.cpp"
"D:\work\socket\Socket.cpp"
"D:\work\socket\Stdtmpl.cpp"
"D:\work\socket\Wsadata.cpp"
]
Creating command line "cl.exe @C:\WINNT\Profiles\sean\LOCALS~1\Temp\RSP5D.tmp"
Creating command line "link.exe -lib /nologo /out:"..\exe\mssocket.lib" .\msvcobj\cache.obj .\msvcobj\hooker.obj .\msvcobj\Hostent.obj .\msvcobj\Resolve.obj .\msvcobj\Servent.obj .\msvcobj\Socket.obj .\msvcobj\Stdtmpl.obj .\msvcobj\Wsadata.obj "
<h3>Output Window</h3>
Compiling...
cache.cpp
hooker.cpp
Hostent.cpp
Resolve.cpp
Servent.cpp
Socket.cpp
Stdtmpl.cpp
Wsadata.cpp
Creating library...
<h3>Results</h3>
mssocket.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>