-
Notifications
You must be signed in to change notification settings - Fork 0
/
Survey.plg
55 lines (52 loc) · 1.6 KB
/
Survey.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Survey - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\PAUL~1.XIA\LOCALS~1\Temp\RSP70A.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Survey.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\project\No2Soft\Survey\SurveyDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\PAUL~1.XIA\LOCALS~1\Temp\RSP70A.tmp"
Creating temporary file "C:\DOCUME~1\PAUL~1.XIA\LOCALS~1\Temp\RSP70B.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Survey.pdb" /machine:I386 /out:"Release/Survey.exe"
.\Release\BkDialogST.obj
.\Release\cdxCDynamicDialog.obj
.\Release\cdxCDynamicWnd.obj
.\Release\cdxCDynamicWndEx.obj
.\Release\cdxCSizeIconCtrl.obj
.\Release\CeXDib.obj
.\Release\CSpreadSheet.obj
.\Release\Curvefit.obj
.\Release\dib256.obj
.\Release\dibpal.obj
.\Release\Digistatic.obj
.\Release\DigiUtil.obj
.\Release\HMXCheckBox.obj
.\Release\HMXDialog.obj
.\Release\HMXStatic.obj
.\Release\HoverEdit.obj
.\Release\PPTooltip.obj
.\Release\SplitStr.obj
.\Release\StdAfx.obj
.\Release\Survey.obj
.\Release\SurveyDlg.obj
.\Release\XPButton.obj
.\Release\Survey.res
]
Creating command line "link.exe @C:\DOCUME~1\PAUL~1.XIA\LOCALS~1\Temp\RSP70B.tmp"
<h3>Output Window</h3>
Compiling...
SurveyDlg.cpp
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
<h3>Results</h3>
Survey.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>