-
Notifications
You must be signed in to change notification settings - Fork 1
/
TPalgVC.plg
46 lines (43 loc) · 1.97 KB
/
TPalgVC.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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TPalgVC - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/resource.res" /d "NDEBUG" "D:\我的文档\CoordShiftVC 20110718\resource.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP54.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TPALGVC_EXPORTS" /Fp"Release/TPalgVC.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\我的文档\CoordShiftVC 20110718\TPalgVC.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP54.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP55.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TPALGVC_EXPORTS" /Fp"Release/TPalgVC.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\我的文档\CoordShiftVC 20110718\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP55.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP56.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 /dll /incremental:no /pdb:"Release/CoordShift.pdb" /machine:I386 /def:".\TPalgVC.def" /out:"Release/CoordShift.dll" /implib:"Release/CoordShift.lib"
".\Release\StdAfx.obj"
".\Release\TPalgVC.obj"
".\Release\resource.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP56.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
TPalgVC.cpp
D:\我的文档\CoordShiftVC 20110718\TPalgVC.cpp(92) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
Linking...
Creating library Release/CoordShift.lib and object Release/CoordShift.exp
<h3>Results</h3>
CoordShift.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>