| Build Log |
|
| Command Lines |
Creating temporary file "b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001831044100.rsp" with contents [ /O2 /Ob1 /Oy /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP ".\main.cpp" ] Creating command line "cl.exe @"b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001831044100.rsp" /nologo /errorReport:prompt" Creating temporary file "b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001931044100.rsp" with contents [ /OUT:"Release/VL.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\VL.exe.intermediate.manifest" /DEBUG /PDB:"b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\VL.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Release\main.obj" ".\Release\plane.obj" ".\Release\texture.obj" ".\Release\vector.obj" ] Creating command line "link.exe @"b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001931044100.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001A31044100.rsp" with contents [ /outputresource:".\Release\VL.exe;#1" /manifest ".\Release\VL.exe.intermediate.manifest" ] Creating command line "mt.exe @"b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\RSP00001A31044100.rsp" /nologo" Creating temporary file "b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\BAT00001B31044100.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\BAT00001B31044100.bat""" |
| Output Window |
Compiling...
main.cpp
.\main.cpp(71) : warning C4996: 'fopen' was declared deprecated
Z:\Programms\VS2005\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\main.cpp(107) : warning C4996: 'fopen' was declared deprecated
Z:\Programms\VS2005\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library
Embedding manifest...
|
| Results |
Build log was saved at "file://b:\Study\5 sem\MF\5.Mash Graph\Project #1\EXAMPLES\VertexLight\Release\BuildLog.htm" VL - 0 error(s), 3 warning(s) |