Mine.plg
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Mine - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1环佩叮当LOCALS~1TempRSPD.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Mine.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:我的C源码第2章 扫雷Skyblue_MineMine.cpp"
  13. ]
  14. Creating command line "cl.exe @"C:DOCUME~1环佩叮当LOCALS~1TempRSPD.tmp"" 
  15. <h3>Output Window</h3>
  16. Compiling...
  17. Mine.cpp
  18. e:我的c源码第2章 扫雷skyblue_minemine.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/Mine.pch': No such file or directory
  19. 执行 cl.exe 时出错.
  20. <h3>Results</h3>
  21. Mine.obj - 1 error(s), 0 warning(s)
  22. </pre>
  23. </body>
  24. </html>