-
Notifications
You must be signed in to change notification settings - Fork 0
/
BinaryTree.plg
26 lines (23 loc) · 934 Bytes
/
BinaryTree.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BinaryTree - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\CHENSO~1\AppData\Local\Temp\RSP5CBE.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 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/BinaryTree.pdb" /debug /machine:I386 /out:"Debug/BinaryTree.exe" /pdbtype:sept
".\Debug\BinaryTree.obj"
".\Debug\main.obj"
".\Debug\NodeQueue.obj"
]
Creating command line "link.exe @C:\Users\CHENSO~1\AppData\Local\Temp\RSP5CBE.tmp"
<h3>Output Window</h3>
Linking...
<h3>Results</h3>
BinaryTree.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>