Build Log |
|
Command Lines |
Creating temporary file "d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001343882644.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/terrain.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\chapter10.cpp ] Creating command line "cl.exe @d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001343882644.rsp /nologo /errorReport:prompt" Creating temporary file "d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001443882644.rsp" with contents [ /OUT:".\Release/terrain.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\terrain.exe.intermediate.manifest" /PDB:".\Release/terrain.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 opengl32.lib glu32.lib odbc32.lib odbccp32.lib 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\chapter10.obj" ] Creating command line "link.exe @d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001443882644.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001543882644.rsp" with contents [ /outputresource:".\release\terrain.exe;#1" /manifest .\release\terrain.exe.intermediate.manifest ] Creating command line "mt.exe @d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\RSP00001543882644.rsp /nologo" Creating temporary file "d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\BAT00001643882644.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep ] Creating command line "d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\BAT00001643882644.bat" |
Output Window |
Compiling... chapter10.cpp d:\ssamolej\dyplomy\ak_przykłady\terrain\bitmap.h(22) : warning C4996: 'fopen' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\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.' d:\ssamolej\dyplomy\ak_przykłady\terrain\bitmap.h(64) : warning C4018: '<' : signed/unsigned mismatch .\chapter10.cpp(144) : warning C4996: 'sprintf' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf' Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' Linking... Embedding manifest... |
Results |
Build log was saved at "file://d:\ssamolej\dyplomy\AK_przykłady\terrain\Release\BuildLog.htm" terrain - 0 error(s), 3 warning(s) |