-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdl_opengl.plg
49 lines (46 loc) · 1.87 KB
/
sdl_opengl.plg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sdl_opengl - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP489.tmp" with contents
[
/nologo /G6 /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/sdl_opengl.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"I:\msvc_projects\sdl_dsound\Envelope.cpp"
"I:\msvc_projects\sdl_dsound\main.cpp"
"I:\msvc_projects\sdl_dsound\SndSynth.cpp"
"I:\msvc_projects\sdl_dsound\WaveClass.cpp"
"I:\msvc_projects\sdl_dsound\WaveDev.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP489.tmp"
<h3>Output Window</h3>
Compiling...
Envelope.cpp
main.cpp
SndSynth.cpp
WaveClass.cpp
i:\msvc_projects\sdl_dsound\sndsynth.cpp(532) : warning C4715: 'SndSynth::EnterWaveForm' : not all control paths return a value
WaveDev.cpp
Creating temporary file "C:\TEMP\RSP48A.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib winmm.lib dsound.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:"Debug/sdl_opengl.pdb" /debug /machine:I386 /out:"Debug/sdl_opengl.exe" /pdbtype:sept
.\Debug\Envelope.obj
.\Debug\main.obj
.\Debug\SndSynth.obj
.\Debug\WaveClass.obj
.\Debug\WaveDev.obj
]
Creating command line "link.exe @C:\TEMP\RSP48A.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/sdl_opengl.bsc" .\Debug\Envelope.sbr .\Debug\main.sbr .\Debug\SndSynth.sbr .\Debug\WaveClass.sbr .\Debug\WaveDev.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
sdl_opengl.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>