forked from APGRoboCop/foxbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFoXBot.plg
53 lines (50 loc) · 1.92 KB
/
FoXBot.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
50
51
52
53
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FoXBot - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\JURAJN~1\LOCALS~1\Temp\RSPB8.tmp" with contents
[
/nologo /G5 /MT /W3 /GX /O2 /I "..\hlsdk\multiplayer\cl_dll" /I "..\hlsdk\multiplayer\dlls" /I "..\hlsdk\multiplayer\common" /I "..\hlsdk\multiplayer\engine" /I "..\hlsdk\multiplayer\pm_shared" /I "..\hlsdk\metamod\metamod" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "VALVE_DLL" /D "_WIN32" /U "linux" /Fp".\Release/FoXBot.pch" /YX /Fo".\Release/" /Fd".\Release/" /FD /c
"C:\JURAJ\HLBots\FoxBot\SourceCode\foxbot\bot.cpp"
"C:\JURAJ\HLBots\FoxBot\SourceCode\foxbot\engine.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\JURAJN~1\LOCALS~1\Temp\RSPB8.tmp"
Creating temporary file "C:\DOCUME~1\JURAJN~1\LOCALS~1\Temp\RSPB9.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:0.691 /stack:0x7a1200 /subsystem:windows /dll /incremental:no /pdb:".\Release/FoXBot.pdb" /machine:I386 /def:".\FoXBot.def" /out:".\Release/FoXBot.dll" /implib:".\Release/FoXBot.lib"
.\Release\bot.obj
.\Release\bot_client.obj
.\Release\bot_combat.obj
.\Release\bot_navigate.obj
.\Release\bot_start.obj
.\Release\botcam.obj
.\Release\cbase.obj
.\Release\dll.obj
.\Release\engine.obj
.\Release\fsubs.obj
.\Release\fworld.obj
.\Release\globals.obj
.\Release\h_export.obj
.\Release\linkfunc.obj
.\Release\meta_api.obj
.\Release\sdk_util.obj
.\Release\util.obj
.\Release\waypoint.obj
.\Release\res_fox.res
]
Creating command line "link.exe @C:\DOCUME~1\JURAJN~1\LOCALS~1\Temp\RSPB9.tmp"
<h3>Output Window</h3>
Compiling...
bot.cpp
engine.cpp
Linking...
Creating library .\Release/FoXBot.lib and object .\Release/FoXBot.exp
<h3>Results</h3>
FoXBot.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>