Build Log
  

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

Command Lines
  
Creating temporary file "c:\openglide\openglide\Release\RSP0000043804248.rsp" with contents
[
/Ob2 /Oi /Ot /Oy /GL /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "CPPDLL" /D "HAVE_MMX" /D "C_USE_SDL" /D "_VC80_UPGRADE=0x0700" /D "_WINDLL" /GF /FD /MT /Zp16 /GS- /Fp".\Release/Glide2x.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /Gr /TP .\window.cpp

.\TexDB.cpp

.\PGUTexture.cpp

.\PGTexture.cpp

.\openglext.cpp

.\OGLTextureTables.cpp

.\OGLMiscTables.cpp

.\OGLFogTables.cpp

.\OGLColorAlphaTables.cpp

.\gsplash.cpp

.\grguTex.cpp

.\grguSstGlide.cpp

.\grguMisc.cpp

.\grguLfb.cpp

.\grguFog.cpp

.\grguDraw.cpp

.\grguDepth.cpp

.\grguColorAlpha.cpp

.\grguBuffer.cpp

.\grgu3df.cpp

.\GLutil.cpp

.\GLRender.cpp

.\Glide.cpp

.\GLExtensions.cpp

.\FormatConversion.cpp

.\error.cpp

.\clock.cpp
]
Creating command line "cl.exe @c:\openglide\openglide\Release\RSP0000043804248.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\openglide\openglide\Release\RSP0000053804248.rsp" with contents
[
/OUT:".\Release/Glide2x.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\Glide2x.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /LTCG /DYNAMICBASE:NO /IMPLIB:".\Release/Glide2x.lib" /MACHINE:X86 sdl.lib opengl32.lib glu32.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\clock.obj"

".\Release\error.obj"

".\Release\FormatConversion.obj"

".\Release\GLExtensions.obj"

".\Release\Glide.obj"

".\Release\GLRender.obj"

".\Release\GLutil.obj"

".\Release\grgu3df.obj"

".\Release\grguBuffer.obj"

".\Release\grguColorAlpha.obj"

".\Release\grguDepth.obj"

".\Release\grguDraw.obj"

".\Release\grguFog.obj"

".\Release\grguLfb.obj"

".\Release\grguMisc.obj"

".\Release\grguSstGlide.obj"

".\Release\grguTex.obj"

".\Release\gsplash.obj"

".\Release\OGLColorAlphaTables.obj"

".\Release\OGLFogTables.obj"

".\Release\OGLMiscTables.obj"

".\Release\OGLTextureTables.obj"

".\Release\openglext.obj"

".\Release\PGTexture.obj"

".\Release\PGUTexture.obj"

".\Release\TexDB.obj"

".\Release\window.obj"
]
Creating command line "link.exe @c:\openglide\openglide\Release\RSP0000053804248.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\openglide\openglide\Release\RSP0000063804248.rsp" with contents
[
/outputresource:".\Release\Glide2x.dll;#2" /manifest

.\Release\Glide2x.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\openglide\openglide\Release\RSP0000063804248.rsp /nologo"
Creating temporary file "c:\openglide\openglide\Release\BAT0000073804248.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\openglide\openglide\Release\BAT0000073804248.bat"
Output Window
  
Compiling...
window.cpp
.\window.cpp(57) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\window.cpp(58) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
.\window.cpp(60) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
.\window.cpp(61) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
.\window.cpp(73) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
.\window.cpp(76) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\window.cpp(77) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
TexDB.cpp
PGUTexture.cpp
PGTexture.cpp
openglext.cpp
OGLTextureTables.cpp
OGLMiscTables.cpp
OGLFogTables.cpp
OGLColorAlphaTables.cpp
gsplash.cpp
grguTex.cpp
grguSstGlide.cpp
.\grguSstGlide.cpp(77) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\grguSstGlide.cpp(225) : warning C4800: 'const FxBool' : forcing value to bool 'true' or 'false' (performance warning)
grguMisc.cpp
grguLfb.cpp
grguFog.cpp
grguDraw.cpp
grguDepth.cpp
grguColorAlpha.cpp
grguBuffer.cpp
grgu3df.cpp
.\grgu3df.cpp(95) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\grgu3df.cpp(296) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\grgu3df.cpp(309) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
.\grgu3df.cpp(315) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
Compiling...
GLutil.cpp
.\GLutil.cpp(41) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(63) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(233) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(291) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\GLutil.cpp(295) : warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\io.h(303) : see declaration of 'access'
.\GLutil.cpp(297) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(334) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\GLutil.cpp(387) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(399) : warning C4996: '_strdate': This function or variable may be unsafe. Consider using _strdate_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.h(188) : see declaration of '_strdate'
.\GLutil.cpp(401) : warning C4996: '_strtime': This function or variable may be unsafe. Consider using _strtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.h(192) : see declaration of '_strtime'
.\GLutil.cpp(417) : warning C4996: '_strtime': This function or variable may be unsafe. Consider using _strtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.h(192) : see declaration of '_strtime'
.\GLutil.cpp(433) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\GLutil.cpp(444) : warning C4996: '_strdate': This function or variable may be unsafe. Consider using _strdate_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.h(188) : see declaration of '_strdate'
.\GLutil.cpp(446) : warning C4996: '_strtime': This function or variable may be unsafe. Consider using _strtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.h(192) : see declaration of '_strtime'
GLRender.cpp
Glide.cpp
GLExtensions.cpp
.\GLExtensions.cpp(240) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
.\GLExtensions.cpp(257) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GLExtensions.cpp(269) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GLExtensions.cpp(283) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GLExtensions.cpp(320) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
FormatConversion.cpp
error.cpp
clock.cpp
Linking...
   Creating library .\Release/Glide2x.lib and object .\Release/Glide2x.exp
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\openglide\openglide\Release\BuildLog.htm"
Glide2x - 0 error(s), 32 warning(s)