Build Log |
|
Command Lines |
Creating temporary file "c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AA41605724.rsp" with contents [ /O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ".\vector.cpp" ".\programme.cpp" ".\model.cpp" ".\level.cpp" ".\Frustum.cpp" ".\collisionobject.cpp" ".\CollisionCreator.cpp" ".\camera.cpp" ".\Bitmap.cpp" ] Creating command line "cl.exe @"c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AA41605724.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AB41605724.rsp" with contents [ /OUT:"C:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\TnS.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\TnS.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\TnS.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /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\Bitmap.obj" ".\Release\camera.obj" ".\Release\CollisionCreator.obj" ".\Release\collisionobject.obj" ".\Release\Frustum.obj" ".\Release\level.obj" ".\Release\model.obj" ".\Release\programme.obj" ".\Release\vector.obj" ] Creating command line "link.exe @"c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AB41605724.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AC41605724.rsp" with contents [ /outputresource:".\Release\TnS.exe;#1" /manifest ".\Release\TnS.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\RSP0000AC41605724.rsp" /nologo" Creating temporary file "c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\BAT0000AD41605724.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\BAT0000AD41605724.bat""" |
Output Window |
Compiling... vector.cpp programme.cpp .\programme.cpp(84) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf' model.cpp .\model.cpp(167) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat' .\model.cpp(168) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat' .\model.cpp(264) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy' level.cpp Frustum.cpp collisionobject.cpp CollisionCreator.cpp camera.cpp Bitmap.cpp Linking... Generating code Finished generating code Embedding manifest... |
Results |
Build log was saved at "file://c:\Dokumente und Einstellungen\Banderson\Desktop\studium\SS2008\CG\Kopie (2) von ramen\Release\BuildLog.htm" TnS - 0 error(s), 4 warning(s) |