Build Log
  

Rebuild started: Project: SearchMatrix, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000643125748.rsp" with contents
[
/Ox /Ob2 /Oi /Ot /GL /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Zp4 /FAs /Fa"Release\\" /Fo"Release\\" /Fd"Release\vc80.pdb" /W4 /c /Wp64 /Zi /TP .\SearchMatrixDlg.cpp

.\SearchMatrix.cpp

.\MersenneTwister.cpp

.\CMatrixOperator.cpp
]
Creating command line "cl.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000643125748.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000743125748.rsp" with contents
[
/Ox /Ob2 /Oi /Ot /GL /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Zp4 /Yc"stdafx.h" /Fp"Release\SearchMatrix.pch" /FAs /Fa"Release\\" /Fo"Release\\" /Fd"Release\vc80.pdb" /W4 /c /Wp64 /Zi /TP .\stdafx.cpp
]
Creating command line "cl.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000743125748.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "NDEBUG" /d "_AFXDLL" /l 0x409 /I "Release" /fo"Release/SearchMatrix.res" .\SearchMatrix.rc"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000843125748.rsp" with contents
[
/OUT:"C:\Personal\WaSP\SearchMatrix\Release\SearchMatrix.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\SearchMatrix.exe.intermediate.manifest" /DEBUG /PDB:"c:\Personal\WaSP\SearchMatrix\release\SearchMatrix.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /MACHINE:X86 /CLRTHREADATTRIBUTE:MTA ".\Release\CMatrixOperator.obj"

".\Release\MersenneTwister.obj"

".\Release\SearchMatrix.obj"

".\Release\SearchMatrixDlg.obj"

".\Release\stdafx.obj"

".\Release\SearchMatrix.res"
]
Creating command line "link.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000843125748.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000943125748.rsp" with contents
[
/outputresource:"..\release\SearchMatrix.exe;#1" /manifest

.\Release\SearchMatrix.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\RSP00000943125748.rsp /nologo"
Creating temporary file "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\BAT00000A43125748.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\BAT00000A43125748.bat"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
SearchMatrixDlg.cpp
SearchMatrix.cpp
MersenneTwister.cpp
c:\personal\wasp\searchmatrix\searchmatrix\MersenneTwister.h(133) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
CMatrixOperator.cpp
c:\personal\wasp\searchmatrix\searchmatrix\MersenneTwister.h(133) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\CMatrixOperator.cpp(813) : warning C4996: 'strtok' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\CMatrixOperator.cpp(817) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
.\CMatrixOperator.cpp(840) : warning C4996: 'strtok' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\CMatrixOperator.cpp(844) : warning C4996: 'strtok' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(164) : see declaration of 'strtok'
        Message: 'This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\CMatrixOperator.cpp(849) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Compiling resources...
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\Personal\WaSP\SearchMatrix\SearchMatrix\Release\BuildLog.htm"
SearchMatrix - 0 error(s), 7 warning(s)