-
Notifications
You must be signed in to change notification settings - Fork 440
/
Copy patha59.plg
35 lines (32 loc) · 1.18 KB
/
a59.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: a59 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\Pro\AppData\Local\Temp\RSP182E.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /Fp"Release/a59.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\Users\Pro\Desktop\a59base\bot source\a59.cpp"
]
Creating command line "cl.exe @C:\Users\Pro\AppData\Local\Temp\RSP182E.tmp"
Creating temporary file "C:\Users\Pro\AppData\Local\Temp\RSP182F.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 /subsystem:console /incremental:no /pdb:"Release/a59.pdb" /machine:I386 /out:"Release/a59.exe"
".\Release\a59.obj"
]
Creating command line "link.exe @C:\Users\Pro\AppData\Local\Temp\RSP182F.tmp"
<h3>Output Window</h3>
Compiling...
a59.cpp
Linking...
MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
Release/a59.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
<h3>Results</h3>
a59.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>