-
Notifications
You must be signed in to change notification settings - Fork 0
/
bouncing_balls.plg
executable file
·34 lines (31 loc) · 1.42 KB
/
bouncing_balls.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: bouncing_balls - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP12D.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BOUNCING_BALLS_EXPORTS" /FR"Debug/" /Fp"Debug/bouncing_balls.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Owner\Desktop\bouncing_balls\SVIS.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP12D.tmp"
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP12E.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 /nologo /dll /incremental:yes /pdb:"Debug/bouncing_balls.pdb" /debug /machine:I386 /out:"Debug/bouncing_balls.dll" /implib:"Debug/bouncing_balls.lib" /pdbtype:sept
".\Debug\SVIS.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP12E.tmp"
<h3>Output Window</h3>
Compiling...
SVIS.CPP
Linking...
LINK : LNK6004: Debug/bouncing_balls.dll not found or not built by the last incremental link; performing full link
Creating library Debug/bouncing_balls.lib and object Debug/bouncing_balls.exp
<h3>Results</h3>
bouncing_balls.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>