Build Log
  

Rebuild started: Project: DllOpenJPEG, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000013212708.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPJ_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/DllOpenJPEG.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\libsl\libsl.cpp"
]
Creating command line "cl.exe @"c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000013212708.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000023212708.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "OPJ_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/DllOpenJPEG.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TC ".\libopenjpeg\tgt.c"

".\libopenjpeg\tcd.c"

".\libopenjpeg\t2.c"

".\libopenjpeg\t1.c"

".\libopenjpeg\raw.c"

".\libopenjpeg\pi.c"

".\libopenjpeg\openjpeg.c"

".\libopenjpeg\mqc.c"

".\libopenjpeg\mct.c"

".\libopenjpeg\jpt.c"

".\libopenjpeg\jp2.c"

".\libopenjpeg\j2k_lib.c"

".\libopenjpeg\j2k.c"

".\libopenjpeg\image.c"

".\libopenjpeg\event.c"

".\libopenjpeg\dwt.c"

".\libopenjpeg\cio.c"

".\libopenjpeg\bio.c"
]
Creating command line "cl.exe @"c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000023212708.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0600" /l 0x40c /fo".\Release/OpenJPEG.res" ".\OpenJPEG.rc""
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000033212708.rsp" with contents
[
/OUT:"Release/openjpeg-libsl.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\openjpeg-libsl.dll.intermediate.manifest" /PDB:".\Release/openjpeg-libsl.pdb" /IMPLIB:".\Release/openjpeg-libsl.lib" /MACHINE:X86 kernel32.lib

".\Release\bio.obj"

".\Release\cio.obj"

".\Release\dwt.obj"

".\Release\event.obj"

".\Release\image.obj"

".\Release\j2k.obj"

".\Release\j2k_lib.obj"

".\Release\jp2.obj"

".\Release\jpt.obj"

".\Release\libsl.obj"

".\Release\mct.obj"

".\Release\mqc.obj"

".\Release\openjpeg.obj"

".\Release\pi.obj"

".\Release\raw.obj"

".\Release\t1.obj"

".\Release\t2.obj"

".\Release\tcd.obj"

".\Release\tgt.obj"

".\Release\OpenJPEG.res"
]
Creating command line "link.exe @"c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000033212708.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000043212708.rsp" with contents
[
/outputresource:".\Release\openjpeg-libsl.dll;#2" /manifest

".\Release\openjpeg-libsl.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\RSP0000043212708.rsp" /nologo"
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\BAT0000053212708.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\BAT0000053212708.bat"""
Creating temporary file "c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\BAT0000063212708.bat" with contents
[
@echo off

copy Release\openjpeg-libsl.dll ..\bin



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\BAT0000063212708.bat"""
Output Window
  
Compiling...
libsl.cpp
Compiling...
tgt.c
tcd.c
t2.c
t1.c
raw.c
pi.c
openjpeg.c
mqc.c
mct.c
jpt.c
jp2.c
j2k_lib.c
j2k.c
.\libopenjpeg\j2k.c(1982) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\libopenjpeg\j2k.c(2220) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
image.c
event.c
.\libopenjpeg\event.c(111) : warning C4996: 'vsprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'vsprintf'
        Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
dwt.c
cio.c
bio.c
Generating Code...
Compiling resources...
Linking...
   Creating library .\Release/openjpeg-libsl.lib and object .\Release/openjpeg-libsl.exp
Embedding manifest...
Performing Post-Build Event...
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\bench\opensim-svn\trunk\libraries\openjpeg-libsl\Release\BuildLog.htm"
DllOpenJPEG - 0 error(s), 3 warning(s)