Build Log
  

Build started: Project: NBody 1.0, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000D47804384.rsp" with contents
[
/Od /I "C:\Program Files\ATI Stream\\include" /I "C:\Program Files\ATI Stream\Samples\\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "ATI_OS_WIN" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\NBody.cpp"
]
Creating command line "cl.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000D47804384.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000E47804384.rsp" with contents
[
/OUT:"D:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\Debug\NBody 1.0.exe" /INCREMENTAL /LIBPATH:"C:\Program Files\ATI Stream\\lib\x86" /LIBPATH:"C:\Program Files\ATI Stream\Samples\\lib\x86" /MANIFEST /MANIFESTFILE:"Debug\NBody 1.0.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\Debug\NBody 1.0.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 OpenCL.lib SDKUtil.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\NBody.obj"

".\Debug\NBody 1.0.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000E47804384.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000F47804384.rsp" with contents
[
/out:".\Debug\NBody 1.0.exe.embed.manifest" /notify_update /manifest

".\Debug\NBody 1.0.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000F47804384.rsp" /nologo"
Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BAT00001047804384.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BAT00001047804384.bat"""
Output Window
  
Compiling...
NBody.cpp
d:\microsoft visual studio 9.0 workspace\nbody 1.0\nbody 1.0\nbody.cpp(460) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
d:\microsoft visual studio 9.0 workspace\nbody 1.0\nbody 1.0\nbody.cpp(739) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\microsoft visual studio 9.0\vc\include\time.inl(114) : see declaration of 'localtime'
d:\microsoft visual studio 9.0 workspace\nbody 1.0\nbody 1.0\nbody.cpp(740) : warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\microsoft visual studio 9.0\vc\include\time.h(164) : see declaration of 'asctime'
d:\microsoft visual studio 9.0 workspace\nbody 1.0\nbody 1.0\nbody.cpp(977) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\microsoft visual studio 9.0\vc\include\time.inl(114) : see declaration of 'localtime'
d:\microsoft visual studio 9.0 workspace\nbody 1.0\nbody 1.0\nbody.cpp(978) : warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\microsoft visual studio 9.0\vc\include\time.h(164) : see declaration of 'asctime'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BuildLog.htm"
NBody 1.0 - 0 error(s), 5 warning(s)