Build Log
  

Build started: Project: ogl_example, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000546484720.rsp" with contents
[
/O2 /Ob1 /I "C:\Program Files\NVIDIA Corporation\Cg\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/ogl_example.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\demo.cpp"
]
Creating command line "cl.exe @"c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000546484720.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000646484720.rsp" with contents
[
/OUT:".\Release/ogl_example.exe" /INCREMENTAL:NO /LIBPATH:"C:\Program Files\NVIDIA Corporation\Cg\lib" /MANIFEST /MANIFESTFILE:".\Release\ogl_example.exe.intermediate.manifest" /PDB:".\Release/ogl_example.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 cg.lib cgGL.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\demo.obj"
]
Creating command line "link.exe @"c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000646484720.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000746484720.rsp" with contents
[
/outputresource:".\Release\ogl_example.exe;#1" /manifest

".\Release\ogl_example.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\RSP00000746484720.rsp" /nologo"
Creating temporary file "c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\BAT00000846484720.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\BAT00000846484720.bat"""
Output Window
  
Compiling...
demo.cpp
.\demo.cpp(315) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\demo.cpp(318) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\demo.cpp(325) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Program Files\NVIDIA Corporation\Cg\examples\runtime_ogl_vertex_fragment\Release\BuildLog.htm"
ogl_example - 0 error(s), 3 warning(s)