Build Log
  

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

Command Lines
  
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001328283800.rsp" with contents
[
/Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "FREEGLUT_STATIC" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC "..\..\progs\demos\Fractals_random\fractals_random.c"
]
Creating command line "cl.exe @"c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001328283800.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\TMP00001428283800.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Fractals_random.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Fractals_random.exe.embed.manifest.res" "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\TMP00001428283800.tmp""
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001528283800.rsp" with contents
[
/OUT:"C:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Debug\Fractals_random.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Fractals_random.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Debug\Fractals_random.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 "..\debug\freeglut_static.lib"

".\Debug\fractals_random.obj"

".\Debug\Fractals_random.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001528283800.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001628283800.rsp" with contents
[
/out:".\Debug\Fractals_random.exe.embed.manifest" /notify_update /manifest

".\Debug\Fractals_random.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001628283800.rsp" /nologo"
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\BAT00001728283800.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\BAT00001728283800.bat"""
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\TMP00001828283800.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Fractals_random.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Fractals_random.exe.embed.manifest.res" "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\TMP00001828283800.tmp""
Creating temporary file "c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001928283800.rsp" with contents
[
/OUT:"C:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Debug\Fractals_random.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Fractals_random.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Debug\Fractals_random.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 "..\debug\freeglut_static.lib"

".\Debug\fractals_random.obj"

".\Debug\Fractals_random.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\RSP00001928283800.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Compiling...
fractals_random.c
c:\superbible5\freeglut-2.6.0\progs\demos\fractals_random\fractals_random.c(270) : 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'
c:\superbible5\freeglut-2.6.0\progs\demos\fractals_random\fractals_random.c(289) : 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'
c:\superbible5\freeglut-2.6.0\progs\demos\fractals_random\fractals_random.c(296) : 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'
c:\superbible5\freeglut-2.6.0\progs\demos\fractals_random\fractals_random.c(308) : 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'
c:\superbible5\freeglut-2.6.0\progs\demos\fractals_random\fractals_random.c(314) : 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'
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Build log was saved at "file://c:\SuperBible5\freeglut-2.6.0\VisualStudio2008Static\Fractals_random\Debug\BuildLog.htm"
Fractals_random - 0 error(s), 5 warning(s)


The build has been canceled at the user's request