~ubuntu-branches/ubuntu/edgy/glui/edgy

« back to all changes in this revision

Viewing changes to msvc/example5.plg

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2001-09-23 12:57:28 UTC
  • Revision ID: james.westby@ubuntu.com-20010923125728-qbts7xit2eg1ogo2
Tags: upstream-2.1.0.beta
ImportĀ upstreamĀ versionĀ 2.1.0.beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<body>
 
3
<pre>
 
4
<h1>Build Log</h1>
 
5
<h3>
 
6
--------------------Configuration: example5 - Win32 Debug--------------------
 
7
</h3>
 
8
<h3>Command Lines</h3>
 
9
Creating temporary file "c:\windows\TEMP\RSP3252.TMP" with contents
 
10
[
 
11
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"example5/example5.pch" /YX /Fo"example5/" /Fd"example5/" /FD /c 
 
12
"D:\projects\Glui_v2\tmp_update\glui_v2_beta\example5.cpp"
 
13
]
 
14
Creating command line "cl.exe @c:\windows\TEMP\RSP3252.TMP" 
 
15
Creating temporary file "c:\windows\TEMP\RSP3253.TMP" with contents
 
16
[
 
17
glut32.lib glu32.lib opengl32.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 /nologo /subsystem:console /incremental:yes /pdb:"example5/example5.pdb" /debug /machine:I386 /out:"example5/example5.exe" /pdbtype:sept 
 
18
.\example5\example5.obj
 
19
.\lib\glui32.lib
 
20
]
 
21
Creating command line "link.exe @c:\windows\TEMP\RSP3253.TMP"
 
22
<h3>Output Window</h3>
 
23
Compiling...
 
24
example5.cpp
 
25
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(30) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
 
26
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(451) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
27
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(454) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
28
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(457) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
29
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(461) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
30
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(465) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
31
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(469) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
32
d:\projects\glui_v2\tmp_update\glui_v2_beta\example5.cpp(473) : warning C4305: 'argument' : truncation from 'const double' to 'float'
 
33
Linking...
 
34
 
 
35
 
 
36
 
 
37
<h3>Results</h3>
 
38
example5.exe - 0 error(s), 8 warning(s)
 
39
</pre>
 
40
</body>
 
41
</html>