| Build Log |
|
| Command Lines |
Creating temporary file "h:\nproject\NPRQuake\dynamic_r\Release\RSP000004.rsp" with contents [ /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "tech_EXPORTS" /D "GLQUAKE" /D "_DLL_BUILD" /FD /EHsc /MT /YX"stdafx.h" /Fp".\Release/tech.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TC .\tech.c .\matrixFunc.c .\hash3d.c ] Creating command line "cl.exe @h:\nproject\NPRQuake\dynamic_r\Release\RSP000004.rsp /nologo" Creating temporary file "h:\nproject\NPRQuake\dynamic_r\Release\RSP000005.rsp" with contents [ /OUT:".\Release/tech.dll" /INCREMENTAL:NO /NOLOGO /DLL /PDB:".\Release/tech.pdb" /IMPLIB:".\Release/tech.lib" /MACHINE:X86 opengl32.lib glu32.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\hash3d.obj .\Release\matrixFunc.obj .\Release\tech.obj ] Creating command line "link.exe @h:\nproject\NPRQuake\dynamic_r\Release\RSP000005.rsp" Creating temporary file "h:\nproject\NPRQuake\dynamic_r\Release\BAT000006.bat" with contents [ @echo off copy Release\tech.dll ..\.. if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..." exit 1 :VCEnd ] Creating command line "h:\nproject\NPRQuake\dynamic_r\Release\BAT000006.bat" |
| Output Window |
Compiling...
tech.c
tech.c(770) : warning C4101: 'strip' : unreferenced local variable
tech.c(1365) : warning C4101: 'l' : unreferenced local variable
tech.c(1500) : warning C4013: 'vectorMatrixMult' undefined; assuming extern returning int
tech.c(1428) : warning C4101: 'index' : unreferenced local variable
tech.c(1433) : warning C4101: 'light' : unreferenced local variable
tech.c(1531) : warning C4101: 'd' : unreferenced local variable
tech.c(1708) : warning C4101: 'light' : unreferenced local variable
matrixFunc.c
hash3d.c
hash3d.c(31) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
hash3d.c(31) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
hash3d.c(32) : warning C4244: 'function' : conversion from 'float' to 'int', possible loss of data
hash3d.c(160) : warning C4013: 'printf' undefined; assuming extern returning int
Linking...
Creating library .\Release/tech.lib and object .\Release/tech.exp
Performing Post-Build Event...
1 file(s) copied.
|
| Results |
Build log was saved at "file://h:\nproject\NPRQuake\dynamic_r\Release\BuildLog.htm" tech - 0 error(s), 11 warning(s) |