Build Log
  

Build started: Project: libvorbis, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000283043808.rsp" with contents
[
/Ox /Ob2 /Oi /Ot /GL /I "..\..\..\include" /I "..\..\..\..\libogg\include" /I "..\..\..\..\libogg-1.1.4\include" /I "..\..\..\..\ogg\include" /I "..\..\..\..\..\..\..\core\ogg\libogg\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LIBVORBIS_EXPORTS" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /MD /GS- /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W4 /c /Zi /Gd /TC /wd4244 /wd4100 /wd4267 /wd4189 /wd4305 /wd4127 /wd4706 "..\..\..\lib\window.c"

"..\..\..\lib\vorbisenc.c"

"..\..\..\lib\synthesis.c"

"..\..\..\lib\smallft.c"

"..\..\..\lib\sharedbook.c"

"..\..\..\lib\res0.c"

"..\..\..\lib\registry.c"

"..\..\..\lib\psy.c"

"..\..\..\lib\mdct.c"

"..\..\..\lib\mapping0.c"

"..\..\..\lib\lsp.c"

"..\..\..\lib\lpc.c"

"..\..\..\lib\lookup.c"

"..\..\..\lib\info.c"

"..\..\..\lib\floor1.c"

"..\..\..\lib\floor0.c"

"..\..\..\lib\envelope.c"

"..\..\..\lib\codebook.c"

"..\..\..\lib\block.c"

"..\..\..\lib\bitrate.c"

"..\..\..\lib\analysis.c"
]
Creating command line "cl.exe @"c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000283043808.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000383043808.rsp" with contents
[
/OUT:"C:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\x64\Release/libvorbis.dll" /INCREMENTAL:NO /LIBPATH:"..\..\..\..\libogg\win32\VS2008\x64\Release" /LIBPATH:"..\..\..\..\libogg-1.1.4\win32\VS2008\x64\Release" /LIBPATH:"..\..\..\..\ogg\win32\VS2008\x64\Release" /LIBPATH:"..\..\..\..\..\..\..\core\ogg\libogg\win32\VS2008\x64\Release" /DLL /MANIFEST /MANIFESTFILE:"x64\Release\libvorbis.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"..\..\vorbis.def" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /OPT:NOWIN98 /LTCG /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\x64\Release/libvorbis.lib" /MACHINE:X64 libogg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\x64\Release\analysis.obj"

".\x64\Release\bitrate.obj"

".\x64\Release\block.obj"

".\x64\Release\codebook.obj"

".\x64\Release\envelope.obj"

".\x64\Release\floor0.obj"

".\x64\Release\floor1.obj"

".\x64\Release\info.obj"

".\x64\Release\lookup.obj"

".\x64\Release\lpc.obj"

".\x64\Release\lsp.obj"

".\x64\Release\mapping0.obj"

".\x64\Release\mdct.obj"

".\x64\Release\psy.obj"

".\x64\Release\registry.obj"

".\x64\Release\res0.obj"

".\x64\Release\sharedbook.obj"

".\x64\Release\smallft.obj"

".\x64\Release\synthesis.obj"

".\x64\Release\vorbisenc.obj"

".\x64\Release\window.obj"
]
Creating command line "link.exe @"c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000383043808.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000483043808.rsp" with contents
[
/outputresource:"..\x64\Release\libvorbis.dll;#2" /manifest

".\x64\Release\libvorbis.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\RSP00000483043808.rsp" /nologo"
Creating temporary file "c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\BAT00000583043808.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\Release\mt.dep"
]
Creating command line """c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\BAT00000583043808.bat"""
Output Window
  
Compiling...
window.c
vorbisenc.c
synthesis.c
smallft.c
sharedbook.c
res0.c
registry.c
psy.c
mdct.c
mapping0.c
lsp.c
lpc.c
lookup.c
info.c
..\..\..\lib\info.c(72) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(79) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(80) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(81) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(103) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(104) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(122) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\..\lib\info.c(123) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
floor1.c
floor0.c
envelope.c
codebook.c
block.c
bitrate.c
Compiling...
analysis.c
Linking...
LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported;  ignored
   Creating library C:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\x64\Release/libvorbis.lib and object C:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\x64\Release/libvorbis.exp
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\OTHER\Bitfighter\libvorbis-1.3.4\win32\VS2008\libvorbis\x64\Release\BuildLog.htm"
libvorbis - 0 error(s), 9 warning(s)