Mario.plg
上传用户:zhj2929
上传日期:2022-07-23
资源大小:28772k
文件大小:2k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Mario - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1wangshanLOCALS~1TempRSP1E.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/Mario.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:WMY-06-12MariosrcLogo.cpp"
  13. "E:WMY-06-12Mariosrcmenuitem.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1wangshanLOCALS~1TempRSP1E.tmp" 
  16. Creating temporary file "C:DOCUME~1wangshanLOCALS~1TempRSP1F.tmp" with contents
  17. [
  18. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib hge.lib hgehelp.lib jge_debug.lib JgeSky60.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Mario.pdb" /debug /machine:I386 /nodefaultlib:"LIBC" /out:"bin/Mario.exe" /pdbtype:sept /libpath:"../JGE/HGE/lib" /libpath:"../JGE/lib/win" 
  19. ".DebugGameApp.obj"
  20. ".DebugLogo.obj"
  21. ".Debugmenuitem.obj"
  22. ".Debugwinmain.obj"
  23. ]
  24. Creating command line "link.exe @C:DOCUME~1wangshanLOCALS~1TempRSP1F.tmp"
  25. <h3>Output Window</h3>
  26. Compiling...
  27. Logo.cpp
  28. menuitem.cpp
  29. Linking...
  30. LINK : LNK6004: bin/Mario.exe not found or not built by the last incremental link; performing full link
  31. LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
  32. LINK : fatal error LNK1207: incompatible PDB format in "E:WMY-06-12MarioDebugMario.pdb"; delete and rebuild
  33. Error executing link.exe.
  34. <h3>Results</h3>
  35. Mario.exe - 1 error(s), 1 warning(s)
  36. </pre>
  37. </body>
  38. </html>