MatrixCalculator.plg
上传用户:weigute
上传日期:2007-03-02
资源大小:1287k
文件大小:2k
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: MatrixCalculator - Win32 Release--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP60.tmp" with contents
- [
- /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MatrixCalculator.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
- "F:My DocumentszzfBooksAlgorithms - VCSourceChapter2MatrixCalculatorMatrix.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP60.tmp"
- Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP61.tmp" with contents
- [
- /nologo /subsystem:windows /incremental:no /pdb:"Release/MatrixCalculator.pdb" /machine:I386 /out:"Release/MatrixCalculator.exe"
- ".ReleaseComplex.obj"
- ".ReleaseMatrix.obj"
- ".ReleaseMatrixCalculator.obj"
- ".ReleaseMatrixCalculatorDlg.obj"
- ".ReleaseStdAfx.obj"
- ".ReleaseMatrixCalculator.res"
- ]
- Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP61.tmp"
- <h3>Output Window</h3>
- Compiling...
- Matrix.cpp
- Linking...
- <h3>Results</h3>
- MatrixCalculator.exe - 0 error(s), 0 warning(s)
- <h3>
- --------------------Configuration: MatrixCalculator - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP63.tmp" with contents
- [
- /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MatrixCalculator.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "F:My DocumentszzfBooksAlgorithms - VCSourceChapter2MatrixCalculatorMatrix.cpp"
- ]
- Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP63.tmp"
- Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP64.tmp" with contents
- [
- /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MatrixCalculator.pdb" /debug /machine:I386 /out:"Debug/MatrixCalculator.exe" /pdbtype:sept
- ".DebugComplex.obj"
- ".DebugMatrix.obj"
- ".DebugMatrixCalculator.obj"
- ".DebugMatrixCalculatorDlg.obj"
- ".DebugStdAfx.obj"
- ".DebugMatrixCalculator.res"
- ]
- Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP64.tmp"
- <h3>Output Window</h3>
- Compiling...
- Matrix.cpp
- Linking...
- <h3>Results</h3>
- MatrixCalculator.exe - 0 error(s), 0 warning(s)
- </pre>
- </body>
- </html>