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
|
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ticables - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x40c /fo"C:\msvc\Output\libticables/ticables.res" /d "_DEBUG" "E:\devel\tilp_project\ti_libs\cables\win32\ticables.rc""
Creating temporary file "C:\TEMP\RSP1D.tmp" with contents
[
/nologo /MTd /w /W0 /GX /ZI /Od /I "./tiglusb" /D "TICABLES_EXPORTS" /D "_DEBUG" /D "__WIN32__" /D "__I386__" /D "WIN32" /D "_WINDOWS" /Fp"C:\msvc\Output\libticables/ticables.pch" /YX /Fo"C:\msvc\Output\libticables/" /Fd"C:\msvc\Output\libticables/" /FD /c
"E:\devel\tilp_project\ti_libs\cables\Src\Avr_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Dev_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Par_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Ser_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Tie_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Tig_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Tpu_link.c"
"E:\devel\tilp_project\ti_libs\cables\src\ugl_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Vti_link.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Vtl_link.c"
"E:\devel\tilp_project\ti_libs\cables\src\default.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Error.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Intrface.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Ioports.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Logging.c"
"E:\devel\tilp_project\ti_libs\cables\src\plerror.c"
"E:\devel\tilp_project\ti_libs\cables\Src\Probe.c"
"E:\devel\tilp_project\ti_libs\cables\src\verbose.c"
]
Creating command line "cl.exe @C:\TEMP\RSP1D.tmp"
Creating temporary file "C:\TEMP\RSP1E.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 gnu-intl.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"C:\msvc\tilp\libticables.pdb" /debug /machine:I386 /out:"C:\msvc\tilp\libticables.dll" /implib:"C:\msvc\tilp\libticables.lib" /pdbtype:sept
C:\msvc\Output\libticables\Avr_link.obj
C:\msvc\Output\libticables\Dev_link.obj
C:\msvc\Output\libticables\Par_link.obj
C:\msvc\Output\libticables\Ser_link.obj
C:\msvc\Output\libticables\Tie_link.obj
C:\msvc\Output\libticables\Tig_link.obj
C:\msvc\Output\libticables\Tpu_link.obj
C:\msvc\Output\libticables\ugl_link.obj
C:\msvc\Output\libticables\Vti_link.obj
C:\msvc\Output\libticables\Vtl_link.obj
C:\msvc\Output\libticables\default.obj
C:\msvc\Output\libticables\Error.obj
C:\msvc\Output\libticables\Intrface.obj
C:\msvc\Output\libticables\Ioports.obj
C:\msvc\Output\libticables\Logging.obj
C:\msvc\Output\libticables\plerror.obj
C:\msvc\Output\libticables\Probe.obj
C:\msvc\Output\libticables\verbose.obj
C:\msvc\Output\libticables\ticables.res
]
Creating command line "link.exe @C:\TEMP\RSP1E.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Avr_link.c
cl.exe terminated at user request.
</pre>
</body>
</html>
|