-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAI3.plg
66 lines (63 loc) · 2.04 KB
/
AI3.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
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AI3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/AI3.res" /d "_DEBUG" "E:\MyFiles\Work\人工智能\AI3.rc""
Creating temporary file "C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/AI3.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\MyFiles\Work\人工智能\AI3.cpp"
"E:\MyFiles\Work\人工智能\AI3Doc.cpp"
"E:\MyFiles\Work\人工智能\AI3View.cpp"
"E:\MyFiles\Work\人工智能\Display.cpp"
"E:\MyFiles\Work\人工智能\InitDialog.cpp"
"E:\MyFiles\Work\人工智能\InputAdvDlg.cpp"
"E:\MyFiles\Work\人工智能\Main.cpp"
"E:\MyFiles\Work\人工智能\MainFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP16.tmp"
Creating temporary file "C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/AI3.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\MyFiles\Work\人工智能\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP17.tmp"
Creating temporary file "C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP18.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/AI.pdb" /debug /machine:I386 /out:"Debug/AI.exe" /pdbtype:sept
".\Debug\AI3.obj"
".\Debug\AI3Doc.obj"
".\Debug\AI3View.obj"
".\Debug\Display.obj"
".\Debug\InitDialog.obj"
".\Debug\InputAdvDlg.obj"
".\Debug\Main.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\AI3.res"
]
Creating command line "link.exe @C:\DOCUME~1\LIUZHI~1\LOCALS~1\Temp\RSP18.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
AI3.cpp
AI3Doc.cpp
AI3View.cpp
Display.cpp
InitDialog.cpp
InputAdvDlg.cpp
Main.cpp
MainFrm.cpp
Generating Code...
Linking...
<h3>Results</h3>
AI.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>