C2_Ice.plg 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: C2 - Win32 Release_D3D--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\WINDOWS\TEMP\RSP50D0.TMP" with contents
  10. [
  11. /nologo /G5 /ML /W3 /Gi /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_d3d" /Fp"REL_D3D/C2_Ice.pch" /YX /Fo"REL_D3D/" /Fd"REL_D3D/" /FD /c
  12. "C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp"
  13. ]
  14. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP50D0.TMP"
  15. Creating temporary file "C:\WINDOWS\TEMP\RSP50D1.TMP" with contents
  16. [
  17. ole32.lib oleaut32.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib winmm.lib ddraw.lib dsound.lib wsock32.lib sincos.obj /nologo /subsystem:windows /incremental:yes /pdb:"REL_D3D/v_d3d.pdb" /machine:I386 /out:"v_d3d.ren"
  18. .\REL_D3D\Audio_DLL.obj
  19. .\REL_D3D\Characters.obj
  20. .\REL_D3D\Game.obj
  21. .\REL_D3D\Hunt2.obj
  22. .\REL_D3D\Interface.obj
  23. .\REL_D3D\mathematics.obj
  24. .\REL_D3D\Render3DFX.obj
  25. .\REL_D3D\renderd3d.obj
  26. .\REL_D3D\RenderSoft.obj
  27. .\REL_D3D\Resources.obj
  28. .\REL_D3D\resource.res
  29. ]
  30. Creating command line "link.exe @C:\WINDOWS\TEMP\RSP50D1.TMP"
  31. <h3>Output Window</h3>
  32. Compiling...
  33. Characters.cpp
  34. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1217) : warning C4305: '=' : truncation from 'const double' to 'float'
  35. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1218) : warning C4305: '=' : truncation from 'const double' to 'float'
  36. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1219) : warning C4305: '=' : truncation from 'const double' to 'float'
  37. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1220) : warning C4305: '=' : truncation from 'const double' to 'float'
  38. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1664) : warning C4305: '=' : truncation from 'const double' to 'float'
  39. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1665) : warning C4305: '=' : truncation from 'const double' to 'float'
  40. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1861) : warning C4305: '=' : truncation from 'const double' to 'float'
  41. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(1862) : warning C4305: '=' : truncation from 'const double' to 'float'
  42. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2055) : warning C4305: '=' : truncation from 'const double' to 'float'
  43. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2056) : warning C4305: '=' : truncation from 'const double' to 'float'
  44. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2251) : warning C4305: '=' : truncation from 'const double' to 'float'
  45. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2252) : warning C4305: '=' : truncation from 'const double' to 'float'
  46. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2447) : warning C4305: '=' : truncation from 'const double' to 'float'
  47. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2448) : warning C4305: '=' : truncation from 'const double' to 'float'
  48. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2642) : warning C4305: '=' : truncation from 'const double' to 'float'
  49. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2643) : warning C4305: '=' : truncation from 'const double' to 'float'
  50. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2848) : warning C4305: '=' : truncation from 'const double' to 'float'
  51. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(2849) : warning C4305: '=' : truncation from 'const double' to 'float'
  52. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(3036) : warning C4305: '=' : truncation from 'const double' to 'float'
  53. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(3037) : warning C4305: '=' : truncation from 'const double' to 'float'
  54. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(3519) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  55. C:\MSD50\MyProjects\AudioDrivers\C2_Ice\Characters.cpp(3520) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
  56. Linking...
  57. <h3>Results</h3>
  58. v_d3d.ren - 0 error(s), 22 warning(s)
  59. </pre>
  60. </body>
  61. </html>