author | fturovic <frank.turovich@nokia.com> |
Wed, 16 Jun 2010 11:39:35 -0500 | |
changeset 1475 | fb0e02cb252b |
parent 1473 | 6c45b7c9cdac |
child 1481 | c7f22cc57d44 |
permissions | -rw-r--r-- |
60 | 1 |
<html> |
2 |
<body> |
|
3 |
<pre> |
|
4 |
<h1>Build Log</h1> |
|
5 |
<h3> |
|
479
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
6 |
--------------------Configuration: TCFCommVirtualSerial - Win32 Debug-------------------- |
60 | 7 |
</h3> |
8 |
<h3>Command Lines</h3> |
|
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
9 |
Creating temporary file "C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP90F.tmp" with contents |
60 | 10 |
[ |
479
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
11 |
/nologo /Zp2 /MTd /W3 /Gm /GX /ZI /Od /I "..\TCFCommSerial" /I "..\Common\Headers" /I "..\TCFServer" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TCFCOMMVIRTUALSERIAL_EXPORTS" /Fp"Debug/TCFCommVirtualSerial.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c |
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
12 |
"C:\dev22clone2\carbidecpp\connectivity\com.nokia.tcf\native\TCFNative\TCFCommSerial\RealSerialComm.cpp" |
60 | 13 |
] |
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
14 |
Creating command line "cl.exe @C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP90F.tmp" |
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
15 |
Creating temporary file "C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP910.tmp" with contents |
479
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
16 |
[ |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
17 |
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:yes /pdb:"Debug/TCFCommVirtualSerial.pdb" /map:"Debug/TCFCommVirtualSerial.map" /debug /machine:I386 /out:"Debug/TCFCommVirtualSerial.dll" /implib:"Debug/TCFCommVirtualSerial.lib" /pdbtype:sept |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
18 |
.\Debug\BaseCom.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
19 |
.\Debug\mutex.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
20 |
.\Debug\RealSerialComm.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
21 |
.\Debug\StdAfx.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
22 |
.\Debug\TCDebugLog.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
23 |
.\Debug\TCFCommVirtualSerial.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
24 |
.\Debug\VirtualSerialComm.obj |
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
25 |
] |
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
26 |
Creating command line "link.exe @C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP910.tmp" |
60 | 27 |
<h3>Output Window</h3> |
28 |
Compiling... |
|
29 |
RealSerialComm.cpp |
|
30 |
Linking... |
|
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
31 |
Creating temporary file "C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP911.bat" with contents |
60 | 32 |
[ |
33 |
@echo off |
|
479
cbeb8ae51319
minor changes to project files
Chad Peckham <chad.peckham@nokia.com>
parents:
458
diff
changeset
|
34 |
copyBinaries Debug |
60 | 35 |
] |
1473
6c45b7c9cdac
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
Chad Peckham <chad.peckham@nokia.com>
parents:
479
diff
changeset
|
36 |
Creating command line "C:\DOCUME~1\chpeckha\LOCALS~1\Temp\RSP911.bat" |
60 | 37 |
copy libs |
38 |
Copy binaries to ..\..\..\os\win32\x86 |
|
458 | 39 |
The system cannot find the path specified. |
40 |
0 file(s) copied. |
|
41 |
The system cannot find the path specified. |
|
42 |
0 file(s) copied. |
|
43 |
The system cannot find the path specified. |
|
44 |
0 file(s) copied. |
|
45 |
Error executing c:\winnt\system32\cmd.exe. |
|
60 | 46 |
|
47 |
||
48 |
||
49 |
<h3>Results</h3> |
|
458 | 50 |
TCFCommVirtualSerial.dll - 1 error(s), 0 warning(s) |
60 | 51 |
</pre> |
52 |
</body> |
|
53 |
</html> |