Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003447366584.rsp" with contents
[
/Od /I "..\..\glut-3.7.6-bin" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC "..\..\smooth.c"

"..\..\gltb.c"
]
Creating command line "cl.exe @"c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003447366584.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\TMP00003547366584.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\smooth.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\smooth.exe.embed.manifest.res" "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\TMP00003547366584.tmp""
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003647366584.rsp" with contents
[
/OUT:"C:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\Debug\smooth.exe" /INCREMENTAL /LIBPATH:"..\..\glut-3.7.6-bin" /MANIFEST /MANIFESTFILE:"Debug\smooth.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\Debug\smooth.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\..\glm.lib"

".\Debug\gltb.obj"

".\Debug\smooth.obj"

".\Debug\smooth.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003647366584.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003747366584.rsp" with contents
[
/out:".\Debug\smooth.exe.embed.manifest" /notify_update /manifest

".\Debug\smooth.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003747366584.rsp" /nologo"
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\BAT00003847366584.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\BAT00003847366584.bat"""
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\TMP00003947366584.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\smooth.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\smooth.exe.embed.manifest.res" "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\TMP00003947366584.tmp""
Creating temporary file "c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003A47366584.rsp" with contents
[
/OUT:"C:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\Debug\smooth.exe" /INCREMENTAL /LIBPATH:"..\..\glut-3.7.6-bin" /MANIFEST /MANIFESTFILE:"Debug\smooth.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\Debug\smooth.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\..\glm.lib"

".\Debug\gltb.obj"

".\Debug\smooth.obj"

".\Debug\smooth.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\RSP00003A47366584.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
gltb.c
smooth.c
c:\users\brisson\desktop\tutors-win\dirent32.h(40) : 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:\users\brisson\desktop\tutors-win\dirent32.h(46) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
c:\users\brisson\desktop\tutors-win\dirent32.h(49) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
c:\users\brisson\desktop\tutors-win\dirent32.h(84) : 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:\users\brisson\desktop\tutors-win\smooth.c(248) : 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:\users\brisson\desktop\tutors-win\smooth.c(255) : 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:\users\brisson\desktop\tutors-win\smooth.c(428) : 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:\users\brisson\desktop\tutors-win\smooth.c(431) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_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(79) : see declaration of 'strcat'
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : C:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\Debug\smooth.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Users\brisson\Desktop\tutors-win\tutors.vsnetproj\smooth\Debug\BuildLog.htm"
smooth - 0 error(s), 8 warning(s)