-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathWcol.plg
49 lines (46 loc) · 1.16 KB
/
Wcol.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: wcol - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP3.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "_WINDOWS" /D "UNIQ" /D "IRPROP" /Fp"Release/Wcol.pch" /YX"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\ColumbiaK_WFolder\main.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP3.tmp"
Creating temporary file "C:\TEMP\RSP4.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Wcol.pdb" /machine:I386 /out:"Release/Wcol.exe"
.\Release\bm.obj
.\Release\cat.obj
.\Release\cm.obj
.\Release\expr.obj
.\Release\group.obj
.\Release\item.obj
.\Release\logop.obj
.\Release\main.obj
.\Release\mexpr.obj
.\Release\physop.obj
.\Release\query.obj
.\Release\rules.obj
.\Release\ssp.obj
.\Release\stdafx.obj
.\Release\supp.obj
.\Release\tasks.obj
.\Release\wcol.obj
.\Release\wcol.res
]
Creating command line "link.exe @C:\TEMP\RSP4.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
Linking...
<h3>Results</h3>
Wcol.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>