Build Log |
|
Command Lines |
Creating temporary file "z:\plyViewSimple\Release\RSP00000A.rsp" with contents [ /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /YX"stdafx.h" /Fp".\Release/plyview.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\ply\plyMesh.cpp .\main.cpp ] Creating command line "cl.exe @z:\plyViewSimple\Release\RSP00000A.rsp /nologo" Creating temporary file "z:\plyViewSimple\Release\RSP00000B.rsp" with contents [ /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /YX"stdafx.h" /Fp".\Release/plyview.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TC .\ply\ply.c ] Creating command line "cl.exe @z:\plyViewSimple\Release\RSP00000B.rsp /nologo" Creating temporary file "z:\plyViewSimple\Release\RSP00000C.rsp" with contents [ /OUT:".\Release/plyview.exe" /INCREMENTAL:NO /NOLOGO /PDB:".\Release/plyview.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 opengl32.lib glu32.lib glaux.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\main.obj .\Release\ply.obj .\Release\plyMesh.obj ] Creating command line "link.exe @z:\plyViewSimple\Release\RSP00000C.rsp" |
Output Window |
Compiling... plyMesh.cpp ply\plyMesh.cpp(150) : warning C4101: 'newx' : unreferenced local variable ply\plyMesh.cpp(150) : warning C4101: 'newz' : unreferenced local variable ply\plyMesh.cpp(324) : warning C4018: '<' : signed/unsigned mismatch ply\plyMesh.cpp(332) : warning C4018: '<' : signed/unsigned mismatch main.cpp main.cpp(206) : warning C4244: '=' : conversion from 'double' to 'GLfloat', possible loss of data main.cpp(206) : warning C4244: '=' : conversion from 'double' to 'GLfloat', possible loss of data main.cpp(206) : warning C4244: '=' : conversion from 'double' to 'GLfloat', possible loss of data main.cpp(234) : warning C4018: '<' : signed/unsigned mismatch main.cpp(493) : warning C4018: '<' : signed/unsigned mismatch Compiling... ply.c Linking... LINK : warning LNK4089: all references to 'ADVAPI32.dll' discarded by /OPT:REF |
Results |
Build log was saved at "file://z:\plyViewSimple\Release\BuildLog.htm" plyview - 0 error(s), 10 warning(s) |