Build Log |
|
Command Lines |
Creating temporary file "p:\BOOM\Releases\MSVC\Kernel\Release\RSP00000197887576.rsp" with contents [ /O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ..\..\..\Kernel\bitvector.cpp ..\..\..\Kernel\utils.cpp ..\..\..\Kernel\TTree.cpp ..\..\..\Kernel\Term.cpp ..\..\..\Kernel\stdafx.cpp ..\..\..\Kernel\SoPLA.cpp ..\..\..\Kernel\PLA_type.cpp ..\..\..\Kernel\PLA_operations.cpp ..\..\..\Kernel\PLA.cpp ..\..\..\Kernel\orthogonalize.cpp ..\..\..\Kernel\mytime.cpp ..\..\..\Kernel\myExcept.cpp ..\..\..\Kernel\hashtable.cpp ..\..\..\Kernel\Cube.cpp ..\..\..\Kernel\Complement.cpp ] Creating command line "cl.exe @p:\BOOM\Releases\MSVC\Kernel\Release\RSP00000197887576.rsp /nologo /errorReport:prompt" Creating temporary file "p:\BOOM\Releases\MSVC\Kernel\Release\RSP00000297887576.rsp" with contents [ /OUT:"P:\BOOM\Releases\MSVC\Release\Kernel.lib" /LTCG .\Release\bitvector.obj .\Release\Complement.obj .\Release\Cube.obj .\Release\hashtable.obj .\Release\myExcept.obj .\Release\mytime.obj .\Release\orthogonalize.obj .\Release\PLA.obj .\Release\PLA_operations.obj .\Release\PLA_type.obj .\Release\SoPLA.obj .\Release\stdafx.obj .\Release\Term.obj .\Release\TTree.obj .\Release\utils.obj ] Creating command line "lib.exe @p:\BOOM\Releases\MSVC\Kernel\Release\RSP00000297887576.rsp /NOLOGO" |
Output Window |
Compiling... bitvector.cpp utils.cpp ..\..\..\Kernel\utils.cpp(83) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf' TTree.cpp Term.cpp stdafx.cpp SoPLA.cpp PLA_type.cpp PLA_operations.cpp PLA.cpp orthogonalize.cpp mytime.cpp myExcept.cpp hashtable.cpp Cube.cpp Complement.cpp Creating library... |
Results |
Build log was saved at "file://p:\BOOM\Releases\MSVC\Kernel\Release\BuildLog.htm" Kernel - 0 error(s), 1 warning(s) |