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

DirServ.plg 1.2KB

12345678910111213141516171819202122232425262728293031323334
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: DirServ - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F9.tmp" with contents
  10. [
  11. /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/DirServ.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
  12. "C:\acserver\DirServ\DirServ.cpp"
  13. ]
  14. Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4F9.tmp"
  15. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4FA.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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/dirserv.pdb" /machine:I386 /out:"c:\inetpub\scripts\dirserv.exe"
  18. .\Release\DirServ.obj
  19. .\Release\StdAfx.obj
  20. ]
  21. Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4FA.tmp"
  22. <h3>Output Window</h3>
  23. Compiling...
  24. DirServ.cpp
  25. Linking...
  26. <h3>Results</h3>
  27. dirserv.exe - 0 error(s), 0 warning(s)
  28. </pre>
  29. </body>
  30. </html>