-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutlimatefield.plg
executable file
·38 lines (35 loc) · 1.54 KB
/
utlimatefield.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: utlimatefield - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\KEITHH~1\LOCALS~1\Temp\RSP6C.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Release/" /Fp"Release/utlimatefield.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"C:\Documents and Settings\Keith Hackbarth\Desktop\Ultimate\utlimate.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\KEITHH~1\LOCALS~1\Temp\RSP6C.tmp"
Creating temporary file "C:\DOCUME~1\KEITHH~1\LOCALS~1\Temp\RSP6D.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/utlimatefield.pdb" /machine:I386 /out:"Release/utlimatefield.exe"
".\Release\utlimate.obj"
".\CarnegieMellonGraphics2.lib"
]
Creating command line "link.exe @C:\DOCUME~1\KEITHH~1\LOCALS~1\Temp\RSP6D.tmp"
<h3>Output Window</h3>
Compiling...
utlimate.cpp
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library
Creating command line "bscmake.exe /nologo /o"Release/utlimatefield.bsc" ".\Release\utlimate.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
utlimatefield.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>