Build Log |
|
Command Lines |
Creating temporary file "c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP00001E106806996.rsp" with contents [ /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /TP .\Star.cpp .\Rektangel.cpp .\main.cpp .\Nevermind\Nevermind.cpp .\Nevermind\GLNMD.cpp .\basswrap.cpp .\RenderTarget.cpp .\GLWrapperMisc.cpp .\GLWindow.cpp .\GLTimer.cpp .\GLTexture.cpp .\GLShader.cpp .\GLModel.cpp .\GLCamera.cpp ] Creating command line "cl.exe @c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP00001E106806996.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP00001F106806996.rsp" with contents [ /OUT:"Release/GLWrapper.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\GLWrapper.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /DYNAMICBASE:NO /MACHINE:X86 opengl32.lib glu32.lib bass.lib glew32.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\GLCamera.obj" ".\Release\GLModel.obj" ".\Release\GLShader.obj" ".\Release\GLTexture.obj" ".\Release\GLTimer.obj" ".\Release\GLWindow.obj" ".\Release\GLWrapperMisc.obj" ".\Release\RenderTarget.obj" ".\Release\basswrap.obj" ".\Release\GLNMD.obj" ".\Release\Nevermind.obj" ".\Release\main.obj" ".\Release\Rektangel.obj" ".\Release\Star.obj" ] Creating command line "link.exe @c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP00001F106806996.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP000020106806996.rsp" with contents [ /outputresource:".\Release\GLWrapper.exe;#1" /manifest .\Release\GLWrapper.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\RSP000020106806996.rsp /nologo" Creating temporary file "c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\BAT000021106806996.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep ] Creating command line "c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\BAT000021106806996.bat" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release Star.cpp Rektangel.cpp main.cpp c:\users\petterroea\dropbox\tg12\demo_cpp\Billboard.h(2) : warning C4067: unexpected tokens following preprocessor directive - expected a newline Nevermind.cpp .\Nevermind\Nevermind.cpp(19) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen' GLNMD.cpp .\Nevermind\GLNMD.cpp(73) : warning C4018: '<' : signed/unsigned mismatch basswrap.cpp RenderTarget.cpp GLWrapperMisc.cpp GLWindow.cpp GLTimer.cpp GLTexture.cpp .\GLTexture.cpp(10) : warning C4067: unexpected tokens following preprocessor directive - expected a newline .\GLTexture.cpp(45) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen' GLShader.cpp GLModel.cpp .\GLModel.cpp(106) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen' GLCamera.cpp .\GLCamera.cpp(40) : warning C4305: 'initializing' : truncation from 'double' to 'float' .\GLCamera.cpp(46) : warning C4305: 'initializing' : truncation from 'double' to 'float' Generating Code... c:\users\petterroea\dropbox\tg12\demo_cpp\glwrapper.h(96) : warning C4715: 'GLWrapper::RenderTarget::getPow2' : not all control paths return a value c:\users\petterroea\dropbox\tg12\demo_cpp\main.cpp(241) : warning C4715: 'WinMain' : not all control paths return a value Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\Users\petterroea\Dropbox\TG12\Demo_Cpp\Release\BuildLog.htm" GLWrapper - 0 error(s), 11 warning(s) |