Build Log
  

Rebuild started: Project: small_libc, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\small_libc\Release\RSP00000823722160.rsp" with contents
[
/O1 /Os /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /Zp1 /GS- /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP ".\small_libc_string.cpp"

".\small_libc_stdlib.cpp"

".\small_libc_stdio.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\small_libc\Release\RSP00000823722160.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\small_libc\Release\RSP00000923722160.rsp" with contents
[
/OUT:"C:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\Release\small_libc.lib" /NODEFAULTLIB /LTCG

".\Release\small_libc_stdio.obj"

".\Release\small_libc_stdlib.obj"

".\Release\small_libc_string.obj"
]
Creating command line "lib.exe @"c:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\small_libc\Release\RSP00000923722160.rsp" /NOLOGO"
Output Window
  
Compiling...
small_libc_string.cpp
.\small_libc_string.cpp(397) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\small_libc_string.cpp(423) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\small_libc_string.cpp(487) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\small_libc_string.cpp(848) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\small_libc_string.cpp(874) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
.\small_libc_string.cpp(938) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
small_libc_stdlib.cpp
small_libc_stdio.cpp
Generating Code...
Creating library...
Results
  
Build log was saved at "file://c:\Documents and Settings\Ntoskrnl\Documenti\Visual Studio Projects\small_libc\small_libc\Release\BuildLog.htm"
small_libc - 0 error(s), 6 warning(s)