Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00005E53405580.rsp" with contents [ /Od /I "glm-0.9.2.7" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\hw1.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\Transform.cpp" ".\shaders.cpp" ".\main.cpp" ".\hw1.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00005E53405580.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00005F53405580.rsp" with contents [ /Od /I "glm-0.9.2.7" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\hw1.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00005F53405580.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\TMP00006053405580.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\hw1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\hw1.exe.embed.manifest.res" "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\TMP00006053405580.tmp"" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006153405580.rsp" with contents [ /OUT:"C:\Documents and Settings\ravir\Desktop\testvc\hw1\Debug\hw1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\hw1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Documents and Settings\ravir\Desktop\testvc\hw1\Debug\hw1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 glew32.lib glut32.lib glu32.lib opengl32.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 ".\Debug\stdafx.obj" ".\Debug\hw1.obj" ".\Debug\main.obj" ".\Debug\shaders.obj" ".\Debug\Transform.obj" ".\Debug\hw1.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006153405580.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006253405580.rsp" with contents [ /out:".\Debug\hw1.exe.embed.manifest" /notify_update /manifest ".\Debug\hw1.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006253405580.rsp" /nologo" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\BAT00006353405580.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\BAT00006353405580.bat""" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\TMP00006453405580.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\hw1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\hw1.exe.embed.manifest.res" "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\TMP00006453405580.tmp"" Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006553405580.rsp" with contents [ /OUT:"C:\Documents and Settings\ravir\Desktop\testvc\hw1\Debug\hw1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\hw1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Documents and Settings\ravir\Desktop\testvc\hw1\Debug\hw1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 glew32.lib glut32.lib glu32.lib opengl32.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 ".\Debug\stdafx.obj" ".\Debug\hw1.obj" ".\Debug\main.obj" ".\Debug\shaders.obj" ".\Debug\Transform.obj" ".\Debug\hw1.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\RSP00006553405580.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... hw1.cpp main.cpp shaders.cpp c:\documents and settings\ravir\desktop\testvc\hw1\hw1\shaders.cpp(64) : 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:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy' Transform.cpp c:\documents and settings\ravir\desktop\testvc\hw1\hw1\transform.h(18) : warning C4305: 'initializing' : truncation from 'double' to 'const float' Generating Code... Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... LINK : C:\Documents and Settings\ravir\Desktop\testvc\hw1\Debug\hw1.exe not found or not built by the last incremental link; performing full link LINK : warning LNK4067: ambiguous entry point; selected 'mainCRTStartup' Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://c:\Documents and Settings\ravir\Desktop\testvc\hw1\hw1\Debug\BuildLog.htm" hw1 - 0 error(s), 3 warning(s) |