Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

ClientAdapter.plg 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ClientAdapter - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP60F.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CLIENTADAPTER_EXPORTS" /FR"Debug/" /Fp"Debug/ClientAdapter.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
  12. "C:\acserver\ClientAdapter\Socket.cpp"
  13. ]
  14. Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP60F.tmp"
  15. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP610.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib /nologo /dll /incremental:yes /pdb:"..\ClientDebug/ClientAdapter.pdb" /debug /machine:I386 /out:"..\ClientDebug/ClientAdapter.dll" /implib:"..\ClientDebug/ClientAdapter.lib" /pdbtype:sept
  18. .\Debug\ClientAdapter.obj
  19. .\Debug\Socket.obj
  20. .\Debug\StdAfx.obj
  21. ]
  22. Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP610.tmp"
  23. <h3>Output Window</h3>
  24. Compiling...
  25. Socket.cpp
  26. Linking...
  27. Creating command line "bscmake.exe /nologo /o"..\ClientDebug/ClientAdapter.bsc" .\Debug\StdAfx.sbr .\Debug\ClientAdapter.sbr .\Debug\Socket.sbr"
  28. Creating browse info file...
  29. <h3>Output Window</h3>
  30. <h3>Results</h3>
  31. ClientAdapter.dll - 0 error(s), 0 warning(s)
  32. </pre>
  33. </body>
  34. </html>