-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiproxy.plg
43 lines (40 loc) · 1.67 KB
/
apiproxy.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: apiproxy - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP122.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "APISERVER" /FR"Debug/" /Fp"Debug/apiproxy.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\apiproxy\file.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP122.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP123.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 ws2_32.lib /nologo /base:"0x21000000" /subsystem:windows /incremental:yes /pdb:"Debug/apiproxy.pdb" /debug /machine:I386 /out:"Debug/apiproxy.exe" /pdbtype:sept
.\Debug\apiproxy.obj
.\Debug\bridge.obj
.\Debug\commands.obj
.\Debug\crc.obj
.\Debug\memverify.obj
.\Debug\threads.obj
.\Debug\file.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP123.tmp"
<h3>Output Window</h3>
Compiling...
file.cpp
Linking...
LINK : warning LNK4078: multiple ".data" sections found with different attributes (40000040)
LINK : warning LNK4078: multiple ".data" sections found with different attributes (60000020)
Creating command line "bscmake.exe /nologo /o"Debug/apiproxy.bsc" .\Debug\apiproxy.sbr .\Debug\bridge.sbr .\Debug\commands.sbr .\Debug\crc.sbr .\Debug\memverify.sbr .\Debug\threads.sbr .\Debug\file.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
apiproxy.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>