Server.plg
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Server - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/Server.res" /d "NDEBUG" "F:ddc++时尚编程百例实例42  同步网络时间ServerServer.rc"" 
  10. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP1F4.tmp" with contents
  11. [
  12. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Server.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "F:ddc++时尚编程百例实例42  同步网络时间ServerServer.cpp"
  14. "F:ddc++时尚编程百例实例42  同步网络时间ServerServerDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP1F4.tmp" 
  17. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP1F5.tmp" with contents
  18. [
  19. /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Server.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "F:ddc++时尚编程百例实例42  同步网络时间ServerStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP1F5.tmp" 
  23. Creating command line "link.exe ws2_32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/Server.pdb" /machine:I386 /out:"Release/Server.exe"  ".ReleaseServer.obj" ".ReleaseServerDlg.obj" ".ReleaseStdAfx.obj" ".ReleaseServer.res" "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. Server.cpp
  30. ServerDlg.cpp
  31. Generating Code...
  32. Linking...
  33. LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
  34. <h3>Results</h3>
  35. Server.exe - 0 error(s), 1 warning(s)
  36. </pre>
  37. </body>
  38. </html>