Alejandro Acuña
2024-10-07 e68f1da78bc96da5410d19e0486446917d263fc6
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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DSP - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\arijit\LOCALS~1\Temp\RSP443.tmp" with contents
[
/nologo /MD /W3 /GX /Zi /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"Release/DSP.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\AudioCodec.cpp"
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\VAD\c_utils.cpp"
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\VAD\c_vad.cpp"
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\G711Codec.cpp"
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\VAD.cpp"
"D:\ClearCase\SP_1_3_1_Code\sp_main\WinRTP\CCNMediaTerm\MTC\DSP\VolumeLimiter.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\arijit\LOCALS~1\Temp\RSP443.tmp" 
Creating command line "link.exe -lib /nologo /out:"Release\DSP.lib"  .\Release\AudioCodec.obj .\Release\c_utils.obj .\Release\c_vad.obj .\Release\G711Codec.obj .\Release\VAD.obj .\Release\VolumeLimiter.obj "
<h3>Output Window</h3>
Compiling...
AudioCodec.cpp
c_utils.cpp
c_vad.cpp
G711Codec.cpp
VAD.cpp
VolumeLimiter.cpp
Creating library...
 
 
 
<h3>Results</h3>
DSP.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>