source: proiecte/NBody/NBody 1.0/NBody 1.0/Debug/BuildLog.htm @ 30

Last change on this file since 30 was 30, checked in by (none), 14 years ago

Iulian Milas
Prima varianta a codului NBody rescrisa pentru OpenCL
4 decembrie 2009

  • Property svn:mime-type set to application/octet-stream
File size: 11.3 KB
Line 
1<html>
2<head>
3<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
4</head>
5<body>
6<pre>
7<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
8Build Log
9</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
10<h3>Build started: Project: NBody 1.0, Configuration: Debug|Win32</h3>
11</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
12Command Lines
13</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000D47804384.rsp" with contents
14[
15/Od /I &quot;C:\Program Files\ATI Stream\\include&quot; /I &quot;C:\Program Files\ATI Stream\Samples\\include&quot; /D &quot;WIN32&quot; /D &quot;_DEBUG&quot; /D &quot;_CONSOLE&quot; /D &quot;ATI_OS_WIN&quot; /D &quot;_UNICODE&quot; /D &quot;UNICODE&quot; /Gm /EHsc /RTC1 /MDd /Fo&quot;Debug\\&quot; /Fd&quot;Debug\vc90.pdb&quot; /W3 /c /ZI /TP &quot;.\NBody.cpp&quot;
16]
17Creating command line "cl.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000D47804384.rsp" /nologo /errorReport:prompt"
18Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000E47804384.rsp" with contents
19[
20/OUT:&quot;D:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\Debug\NBody 1.0.exe&quot; /INCREMENTAL /LIBPATH:&quot;C:\Program Files\ATI Stream\\lib\x86&quot; /LIBPATH:&quot;C:\Program Files\ATI Stream\Samples\\lib\x86&quot; /MANIFEST /MANIFESTFILE:&quot;Debug\NBody 1.0.exe.intermediate.manifest&quot; /MANIFESTUAC:&quot;level='asInvoker' uiAccess='false'&quot; /DEBUG /PDB:&quot;d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\Debug\NBody 1.0.pdb&quot; /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
21
22&quot;.\Debug\NBody.obj&quot;
23
24&quot;.\Debug\NBody 1.0.exe.embed.manifest.res&quot;
25]
26Creating command line "link.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000E47804384.rsp" /NOLOGO /ERRORREPORT:PROMPT"
27Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000F47804384.rsp" with contents
28[
29/out:&quot;.\Debug\NBody 1.0.exe.embed.manifest&quot; /notify_update /manifest
30
31&quot;.\Debug\NBody 1.0.exe.intermediate.manifest&quot;
32]
33Creating command line "mt.exe @"d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\RSP00000F47804384.rsp" /nologo"
34Creating temporary file "d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BAT00001047804384.bat" with contents
35[
36@echo Manifest resource last updated at %TIME% on %DATE% &gt; &quot;.\Debug\mt.dep&quot;
37]
38Creating command line """d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BAT00001047804384.bat"""
39</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
40Output Window
41</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
42NBody.cpp
43d:\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.
44        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
45d:\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.
46        d:\microsoft visual studio 9.0\vc\include\time.inl(114) : see declaration of 'localtime'
47d:\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.
48        d:\microsoft visual studio 9.0\vc\include\time.h(164) : see declaration of 'asctime'
49d:\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.
50        d:\microsoft visual studio 9.0\vc\include\time.inl(114) : see declaration of 'localtime'
51d:\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.
52        d:\microsoft visual studio 9.0\vc\include\time.h(164) : see declaration of 'asctime'
53Linking...
54Embedding manifest...
55</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
56Results
57</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://d:\Microsoft Visual Studio 9.0 WORKSPACE\NBody 1.0\NBody 1.0\Debug\BuildLog.htm"
58NBody 1.0 - 0 error(s), 5 warning(s)
59</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
60</font></table></body></html>
Note: See TracBrowser for help on using the repository browser.