MTTTY.PLG
2.14 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MTTTY - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"WinDebug/MTTTY.res" /d "_DEBUG" "H:\other_demo\mttty1022\MTTTY.RC""
Creating temporary file "D:\temp\RSP21A0.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fr"WinDebug/" /Fp"WinDebug/MTTTY.pch" /YX /Fo"WinDebug/" /Fd"WinDebug/" /FD /c
"H:\other_demo\mttty1022\About.c"
"H:\other_demo\mttty1022\Error.c"
"H:\other_demo\mttty1022\Init.c"
"H:\other_demo\mttty1022\MTTTY.c"
"H:\other_demo\mttty1022\Reader.c"
"H:\other_demo\mttty1022\ReadStat.c"
"H:\other_demo\mttty1022\Settings.c"
"H:\other_demo\mttty1022\Status.c"
"H:\other_demo\mttty1022\Transfer.c"
"H:\other_demo\mttty1022\Writer.c"
]
Creating command line "cl.exe @D:\temp\RSP21A0.tmp"
Creating temporary file "D:\temp\RSP21A1.tmp" with contents
[
winmm.lib comctl32.lib 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:windows /incremental:yes /pdb:"WinDebug/MTTTY.pdb" /debug /machine:I386 /out:"WinDebug/MTTTY.exe"
.\WinDebug\About.obj
.\WinDebug\Error.obj
.\WinDebug\Init.obj
.\WinDebug\MTTTY.obj
.\WinDebug\Reader.obj
.\WinDebug\ReadStat.obj
.\WinDebug\Settings.obj
.\WinDebug\Status.obj
.\WinDebug\Transfer.obj
.\WinDebug\Writer.obj
.\WinDebug\MTTTY.res
]
Creating command line "link.exe @D:\temp\RSP21A1.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
About.c
Error.c
Init.c
MTTTY.c
Reader.c
ReadStat.c
Settings.c
Status.c
Transfer.c
Writer.c
Linking...
Creating temporary file "D:\temp\RSP34B5.tmp" with contents
[
/nologo /o"WinDebug/MTTTY.bsc"
.\WinDebug\About.sbr
.\WinDebug\Error.sbr
.\WinDebug\Init.sbr
.\WinDebug\MTTTY.sbr
.\WinDebug\Reader.sbr
.\WinDebug\ReadStat.sbr
.\WinDebug\Settings.sbr
.\WinDebug\Status.sbr
.\WinDebug\Transfer.sbr
.\WinDebug\Writer.sbr]
Creating command line "bscmake.exe @D:\temp\RSP34B5.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
MTTTY.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>