Build Log
  

Build started: Project: ref_gl, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\debug\RSP00000963724780.rsp" with contents
[
/Od /I "C:\Program Files\Microsoft DirectX SDK (November 2008)\Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /Gm /EHsc /MDd /Fp".\debug/ref_gl.pch" /Fo".\debug/" /Fd".\debug/" /FR".\debug\\" /W3 /c /ZI /TC ".\gl_rmain.c"
]
Creating command line "cl.exe @"c:\quake2\quake2-3.21\ref_gl\debug\RSP00000963724780.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\debug\RSP00000A63724780.rsp" with contents
[
/OUT:".\..\debug/ref_gl.dll" /INCREMENTAL:NO /LIBPATH:"C:\quake2\quake2-3.21\lpng154\lpng154\projects\visualc71\Win32_DLL_Debug\ZLib" /LIBPATH:"C:\quake2\quake2-3.21\lpng154\lpng154\projects\visualc71\Win32_DLL_Debug\\" /DLL /MANIFEST /MANIFESTFILE:".\debug\ref_gl.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\ref_gl.def" /DEBUG /PDB:".\..\debug/ref_gl.pdb" /MAP:".\debug/ref_gl.map" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\..\debug/ref_gl.lib" /MACHINE:X86 /PROFILE winmm.lib zlib1d.lib libpng15d.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

".\debug\gl_draw.obj"

".\debug\gl_image.obj"

".\debug\gl_light.obj"

".\debug\gl_mesh.obj"

".\debug\gl_model.obj"

".\debug\gl_rmain.obj"

".\debug\gl_rmisc.obj"

".\debug\gl_rsurf.obj"

".\debug\gl_warp.obj"

".\debug\glw_imp.obj"

".\debug\q_shared.obj"

".\debug\q_shwin.obj"

".\debug\qgl_win.obj"
]
Creating command line "link.exe @"c:\quake2\quake2-3.21\ref_gl\debug\RSP00000A63724780.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\debug\RSP00000B63724780.rsp" with contents
[
/outputresource:"..\debug\ref_gl.dll;#2" /manifest

".\debug\ref_gl.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\quake2\quake2-3.21\ref_gl\debug\RSP00000B63724780.rsp" /nologo"
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\debug\BAT00000C63724780.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """c:\quake2\quake2-3.21\ref_gl\debug\BAT00000C63724780.bat"""
Creating temporary file "c:\quake2\quake2-3.21\ref_gl\debug\RSP00000D63724780.rsp" with contents
[
/o ".\..\debug/ref_gl.bsc"

".\debug\gl_image.sbr"

".\debug\gl_light.sbr"

".\debug\gl_mesh.sbr"

".\debug\gl_model.sbr"

".\debug\gl_rmain.sbr"

".\debug\gl_rmisc.sbr"

".\debug\gl_rsurf.sbr"

".\debug\gl_warp.sbr"

".\debug\glw_imp.sbr"

".\debug\q_shared.sbr"

".\debug\q_shwin.sbr"

".\debug\qgl_win.sbr"

".\debug\gl_draw.sbr"
]
Creating command line "bscmake.exe @"c:\quake2\quake2-3.21\ref_gl\debug\RSP00000D63724780.rsp" /nologo"
Output Window
  
Compiling...
gl_rmain.c
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(915) : 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'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(919) : warning C4133: 'function' : incompatible types - from 'int [1920000]' to 'byte *'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1225) : 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'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1226) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(216) : see declaration of 'strlwr'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1228) : 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'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1229) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(216) : see declaration of 'strlwr'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1535) : 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'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1537) : 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'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1768) : warning C4133: '=' : incompatible types - from 'int (__cdecl *)(void *,void *)' to 'qboolean (__cdecl *)(void *,void *)'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1791) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1803) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1456) : warning C4715: 'R_Init' : not all control paths return a value
Linking...
gl_draw.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:REF' specification
   Creating library .\..\debug/ref_gl.lib and object .\..\debug/ref_gl.exp
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://c:\quake2\quake2-3.21\ref_gl\debug\BuildLog.htm"
ref_gl - 0 error(s), 13 warning(s)