| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000D29446072.rsp" with contents [ /O2 /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\Vertices.cpp .\OpenGL3SmallExample2.cpp .\GL_utilities.cpp ] Creating command line "cl.exe @c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000D29446072.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000E29446072.rsp" with contents [ /OUT:"C:\Users\umapathi\Desktop\openGL3Example\Release\openGL3Example.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\openGL3Example.exe.intermediate.manifest" /DEBUG /PDB:"c:\users\umapathi\desktop\opengl3example\release\openGL3Example.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /MACHINE:X86 opengl32.lib glu32.lib gdi32.lib glut32.lib cg.lib glew32.lib cggl.lib DevIL.lib ILU.lib ILUT.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\GL_utilities.obj" ".\release\OpenGL3SmallExample2.obj" ".\release\Vertices.obj" ] Creating command line "link.exe @c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000E29446072.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000F29446072.rsp" with contents [ /outputresource:"..\release\openGL3Example.exe;#1" /manifest .\release\openGL3Example.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\RSP00000F29446072.rsp /nologo" Creating temporary file "c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\BAT00001029446072.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep ] Creating command line "c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\BAT00001029446072.bat" |
| Output Window |
Compiling...
Vertices.cpp
.\Vertices.cpp(227) : warning C4172: returning address of local variable or temporary
OpenGL3SmallExample2.cpp
GL_utilities.cpp
.\GL_utilities.cpp(16) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\GL_utilities.cpp(39) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\GL_utilities.cpp(58) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Linking...
Generating code
Finished generating code
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\umapathi\Desktop\openGL3Example\openGL3Example\Release\BuildLog.htm" openGL3Example - 0 error(s), 4 warning(s) |