Arithmetic.plg
上传用户:guanx8y8
上传日期:2007-07-30
资源大小:326k
文件大小:2k
开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Arithmetic - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/Arithmetic.res" /d "NDEBUG" /d "_AFXDLL" "D:Microsoft Visual StudioMyProjectsnnArithmeticArithmetic.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPAD.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Arithmetic.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:Microsoft Visual StudioMyProjectsnnArithmeticArithmetic.cpp"
  14. "D:Microsoft Visual StudioMyProjectsnnArithmeticProcedure.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPAD.tmp" 
  17. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPAE.tmp" with contents
  18. [
  19. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Arithmetic.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "D:Microsoft Visual StudioMyProjectsnnArithmeticStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPAE.tmp" 
  23. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp" with contents
  24. [
  25. ../Bin/MatrixBase.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"../Bin/Arithmetic.pdb" /machine:I386 /def:".Arithmetic.def" /out:"../Bin/Arithmetic.dll" /implib:"../Bin/Arithmetic.lib" 
  26. ".ReleaseArithmetic.obj"
  27. ".ReleaseProcedure.obj"
  28. ".ReleaseStdAfx.obj"
  29. ".ReleaseArithmetic.res"
  30. ]
  31. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPAF.tmp"
  32. <h3>Output Window</h3>
  33. Compiling resources...
  34. Compiling...
  35. StdAfx.cpp
  36. Compiling...
  37. Arithmetic.cpp
  38. Procedure.cpp
  39. Generating Code...
  40. Linking...
  41.    Creating library ../Bin/Arithmetic.lib and object ../Bin/Arithmetic.exp
  42. <h3>Results</h3>
  43. Arithmetic.dll - 0 error(s), 0 warning(s)
  44. </pre>
  45. </body>
  46. </html>