Build Log
  

Rebuild started: Project: libpng, Configuration: LIB Release|Win32

Command Lines
  
Creating temporary file "c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000BE35763916.rsp" with contents
[
/O2 /Ob1 /I "C:\ecfh\win32-misc\zlib" /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /GF /FD /EHsc /MD /Gy /Yu"png.h" /Fp".\Win32_LIB_Release\libpng.pch" /Fo".\Win32_LIB_Release\\" /Fd".\Win32_LIB_Release\vc80.pdb" /W3 /c "..\..\pngwutil.c"

"..\..\pngwtran.c"

"..\..\pngwrite.c"

"..\..\pngwio.c"

"..\..\pngtrans.c"

"..\..\pngset.c"

"..\..\pngrutil.c"

"..\..\pngrtran.c"

"..\..\pngrio.c"

"..\..\pngread.c"

"..\..\pngpread.c"

"..\..\pngmem.c"

"..\..\pngget.c"
]
Creating command line "cl.exe @"c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000BE35763916.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000BF35763916.rsp" with contents
[
/O2 /Ob1 /I "C:\ecfh\win32-misc\zlib" /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /GF /FD /EHsc /MD /Gy /Yc"png.h" /Fp".\Win32_LIB_Release\libpng.pch" /Fo".\Win32_LIB_Release\\" /Fd".\Win32_LIB_Release\vc80.pdb" /W3 /c "..\..\pngerror.c"
]
Creating command line "cl.exe @"c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000BF35763916.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000C035763916.rsp" with contents
[
/O2 /Ob1 /I "C:\ecfh\win32-misc\zlib" /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "_VC80_UPGRADE=0x0710" /GF /FD /EHsc /MD /Gy /Fo".\Win32_LIB_Release\\" /Fd".\Win32_LIB_Release\vc80.pdb" /W3 /c "..\..\png.c"
]
Creating command line "cl.exe @"c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000C035763916.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000C135763916.rsp" with contents
[
/OUT:".\Win32_LIB_Release/libpng.lib" ".\win32_lib_release\png.obj"

".\win32_lib_release\pngerror.obj"

".\win32_lib_release\pngget.obj"

".\win32_lib_release\pngmem.obj"

".\win32_lib_release\pngpread.obj"

".\win32_lib_release\pngread.obj"

".\win32_lib_release\pngrio.obj"

".\win32_lib_release\pngrtran.obj"

".\win32_lib_release\pngrutil.obj"

".\win32_lib_release\pngset.obj"

".\win32_lib_release\pngtrans.obj"

".\win32_lib_release\pngwio.obj"

".\win32_lib_release\pngwrite.obj"

".\win32_lib_release\pngwtran.obj"

".\win32_lib_release\pngwutil.obj"
]
Creating command line "lib.exe @"c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\RSP0000C135763916.rsp" /NOLOGO"
Output Window
  
Compiling...
pngerror.c
..\..\pngerror.c(140) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Compiling...
pngwutil.c
..\..\pngwutil.c(180) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwutil.c(1207) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwutil.c(1576) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwutil.c(1577) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngwtran.c
pngwrite.c
..\..\pngwrite.c(415) : warning C4996: 'gmtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwrite.c(512) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwrite.c(516) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwrite.c(579) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngwrite.c(583) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngwio.c
pngtrans.c
pngset.c
..\..\pngset.c(663) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngset.c(945) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngset.c(994) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngrutil.c
..\..\pngrutil.c(282) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngrutil.c(285) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngrutil.c(288) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngrutil.c(320) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngrutil.c(2185) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngrtran.c
..\..\pngrtran.c(1183) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngrio.c
pngread.c
..\..\pngread.c(119) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngread.c(123) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngread.c(199) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\pngread.c(203) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngpread.c
..\..\pngpread.c(1494) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
pngmem.c
pngget.c
Generating Code...
Compiling...
png.c
..\..\png.c(663) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Creating library...
Results
  
Build log was saved at "file://c:\ecfh\win32-misc\lpng128\projects\visualc71\Win32_LIB_Release\BuildLog.htm"
libpng - 0 error(s), 25 warning(s)