remove more obsolete VS files. Left only mj2_to_metadata VS files, as this is the...
authorAntonin Descampe <antonin@gmail.com>
Mon, 24 Jan 2011 22:28:21 +0000 (22:28 +0000)
committerAntonin Descampe <antonin@gmail.com>
Mon, 24 Jan 2011 22:28:21 +0000 (22:28 +0000)
13 files changed:
DllJp3dVM.dsp [deleted file]
DllJp3dVM.sln [deleted file]
DllJp3dVM.vcproj [deleted file]
LibJp3dVM.sln [deleted file]
LibJp3dVM.vcproj [deleted file]
codec/jp3d_vm_dec.ncb [deleted file]
codec/jp3d_vm_dec.sln [deleted file]
codec/jp3d_vm_dec.suo [deleted file]
codec/jp3d_vm_dec.vcproj [deleted file]
codec/jp3d_vm_enc.ncb [deleted file]
codec/jp3d_vm_enc.sln [deleted file]
codec/jp3d_vm_enc.suo [deleted file]
codec/jp3d_vm_enc.vcproj [deleted file]

diff --git a/DllJp3dVM.dsp b/DllJp3dVM.dsp
deleted file mode 100755 (executable)
index 39c8b68..0000000
+++ /dev/null
@@ -1,273 +0,0 @@
-# Microsoft Developer Studio Project File - Name="DllOpenJPEG" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
-\r
-CFG=DllOpenJPEG - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "DllOpenJPEG.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "DllOpenJPEG.mak" CFG="DllOpenJPEG - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "DllOpenJPEG - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "DllOpenJPEG - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-MTL=midl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "DllOpenJPEG - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "Release"\r
-# PROP BASE Intermediate_Dir "Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "Release"\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLOPENJPEG_EXPORTS" /Yu"stdafx.h" /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPJ_EXPORTS" /FD /c\r
-# SUBTRACT CPP /YX /Yc /Yu\r
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
-# ADD BASE RSC /l 0x40c /d "NDEBUG"\r
-# ADD RSC /l 0x40c /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 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 /machine:I386\r
-# ADD LINK32 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 /machine:I386 /out:"Release/OpenJPEG.dll"\r
-# Begin Special Build Tool\r
-SOURCE="$(InputPath)"\r
-PostBuild_Cmds=if not exist dist mkdir dist    copy libopenjpeg\openjpeg3d.h dist      copy Release\OpenJPEG.dll dist  copy Release\OpenJPEG.lib dist\r
-# End Special Build Tool\r
-\r
-!ELSEIF  "$(CFG)" == "DllOpenJPEG - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "Debug"\r
-# PROP BASE Intermediate_Dir "Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir "Debug"\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DLLOPENJPEG_EXPORTS" /Yu"stdafx.h" /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPJ_EXPORTS" /FD /GZ /c\r
-# SUBTRACT CPP /YX /Yc /Yu\r
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
-# ADD BASE RSC /l 0x40c /d "_DEBUG"\r
-# ADD RSC /l 0x40c /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 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 /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 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 /debug /machine:I386 /out:"Debug/OpenJPEGd.dll" /pdbtype:sept\r
-# Begin Special Build Tool\r
-SOURCE="$(InputPath)"\r
-PostBuild_Cmds=if not exist dist mkdir dist    copy libopenjpeg\openjpeg3d.h dist      copy Debug\OpenJPEGd.dll dist   copy Debug\OpenJPEGd.lib dist\r
-# End Special Build Tool\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "DllOpenJPEG - Win32 Release"\r
-# Name "DllOpenJPEG - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\bio.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\cio.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\dwt.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\event.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\image.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\j2k.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\j2k_lib.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\jp2.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\jpt.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\mct.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\mqc.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\openjpeg.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\pi.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\raw.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\t1.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\t2.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\tcd.c\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\tgt.c\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\bio.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\cio.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\dwt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\event.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\fix.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\image.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\int.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\j2k.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\j2k_lib.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\jp2.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\jpt.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\mct.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\mqc.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\openjpeg3d.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\opj_includes.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\pi.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\raw.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\t1.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\t2.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\tcd.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\libopenjpeg\tgt.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# Begin Source File\r
-\r
-SOURCE=.\OpenJPEG.rc\r
-# End Source File\r
-# End Group\r
-# End Target\r
-# End Project\r
diff --git a/DllJp3dVM.sln b/DllJp3dVM.sln
deleted file mode 100755 (executable)
index 7b97dad..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DllOpenJPEG", "DllJp3dVM.vcproj", "{790A6CE5-CE92-4A59-ADF7-54A92760BD6C}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-       EndProjectSection\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               Debug = Debug\r
-               Release = Release\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {790A6CE5-CE92-4A59-ADF7-54A92760BD6C}.Debug.ActiveCfg = Debug|Win32\r
-               {790A6CE5-CE92-4A59-ADF7-54A92760BD6C}.Debug.Build.0 = Debug|Win32\r
-               {790A6CE5-CE92-4A59-ADF7-54A92760BD6C}.Release.ActiveCfg = Release|Win32\r
-               {790A6CE5-CE92-4A59-ADF7-54A92760BD6C}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/DllJp3dVM.vcproj b/DllJp3dVM.vcproj
deleted file mode 100755 (executable)
index f8ca5e1..0000000
+++ /dev/null
@@ -1,278 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.10"\r
-       Name="DllOpenJP3D"\r
-       ProjectGUID="{790A6CE5-CE92-4A59-ADF7-54A92760BD6C}"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="2"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="2"\r
-                               InlineFunctionExpansion="1"\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPJ_EXPORTS"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               PrecompiledHeaderFile=".\Release/DllOpenJPEG.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile="Release/OpenJP3D.dll"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/OpenJP3D.pdb"\r
-                               ImportLibrary=".\Release/OpenJP3D.lib"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               MkTypLibCompatible="TRUE"\r
-                               SuppressStartupBanner="TRUE"\r
-                               TargetEnvironment="1"\r
-                               TypeLibraryName=".\Release/DllOpenJPEG.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="if not exist bin mkdir bin\r
-copy libjp3dvm\openjpeg3d.h bin\r
-copy Release\OpenJP3D.dll bin\r
-copy Release\OpenJP3D.lib bin\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="2"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPJ_EXPORTS"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               PrecompiledHeaderFile=".\Debug/DllOpenJPEG.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile="Debug/OpenJP3D.dll"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/OpenJP3D.pdb"\r
-                               ImportLibrary=".\Debug/OpenJP3D.lib"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               MkTypLibCompatible="TRUE"\r
-                               SuppressStartupBanner="TRUE"\r
-                               TargetEnvironment="1"\r
-                               TypeLibraryName=".\Debug/DllOpenJPEG.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="if not exist bin mkdir bin\r
-copy libjp3dvm\openjpeg3d.h bin\r
-copy Debug\OpenJP3D.dll bin\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1034"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <References>\r
-       </References>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\bio.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\cio.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dwt.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\event.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d_lib.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mct.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mqc.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\openjpeg.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\pi.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\raw.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1_3d.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t2.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tcd.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tgt.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\volume.c">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\bio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\cio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dirent.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dwt.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\event.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\fix.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\int.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d_lib.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mct.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mqc.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\openjpeg3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\opj_includes.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\pi.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\raw.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1_3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t2.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tcd.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tgt.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\volume.h">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Resource Files"\r
-                       Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/LibJp3dVM.sln b/LibJp3dVM.sln
deleted file mode 100755 (executable)
index 7309c7a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJp3dVM", "LibJp3dVM.vcproj", "{6F3FB035-8F4E-4794-B091-0F0A20223BE7}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-       EndProjectSection\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               Debug = Debug\r
-               Release = Release\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.ActiveCfg = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.Build.0 = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.ActiveCfg = Release|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/LibJp3dVM.vcproj b/LibJp3dVM.vcproj
deleted file mode 100755 (executable)
index d3b0465..0000000
+++ /dev/null
@@ -1,249 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.10"\r
-       Name="LibJp3dVM"\r
-       ProjectGUID="{6F3FB035-8F4E-4794-B091-0F0A20223BE7}"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="4"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               InlineFunctionExpansion="0"\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPJ_STATIC"\r
-                               StringPooling="TRUE"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               PrecompiledHeaderFile=".\Release/LibJp3dVM.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLibrarianTool"\r
-                               OutputFile=".\Release\LibJp3dVM.lib"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="if not exist bin mkdir bin\r
-copy Release\LibJp3dVM.lib bin\r
-copy libjp3dvm\openjpeg3d.h bin\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="4"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPJ_STATIC"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               PrecompiledHeaderFile=".\Debug/LibJp3dVM.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLibrarianTool"\r
-                               OutputFile=".\Debug\LibJp3dVM.lib"\r
-                               SuppressStartupBanner="TRUE"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="if not exist bin mkdir bin\r
-copy Debug\LibJp3dVM.lib bin\r
-copy libjp3dvm\openjpeg3d.h bin\r
-"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <References>\r
-       </References>\r
-       <Files>\r
-               <Filter\r
-                       Name="Source Files"\r
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\bio.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\cio.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dwt.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\event.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d_lib.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mct.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mqc.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\openjpeg.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\pi.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\raw.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1_3d.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t2.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tcd.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tgt.c">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\volume.c">\r
-                       </File>\r
-               </Filter>\r
-               <Filter\r
-                       Name="Header Files"\r
-                       Filter="h;hpp;hxx;hm;inl">\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\bio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\cio.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dirent.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\dwt.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\event.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\fix.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\int.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\jp3d_lib.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mct.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\mqc.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\openjpeg3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\opj_includes.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\pi.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\raw.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t1_3d.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\t2.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tcd.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\tgt.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath=".\libjp3dvm\volume.h">\r
-                       </File>\r
-               </Filter>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/codec/jp3d_vm_dec.ncb b/codec/jp3d_vm_dec.ncb
deleted file mode 100755 (executable)
index fc66b66..0000000
Binary files a/codec/jp3d_vm_dec.ncb and /dev/null differ
diff --git a/codec/jp3d_vm_dec.sln b/codec/jp3d_vm_dec.sln
deleted file mode 100755 (executable)
index e696c5f..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jp3d_vm_dec", "jp3d_vm_dec.vcproj", "{E0C1B905-5B10-4C9A-AF55-2D8144D518AB}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-       EndProjectSection\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJp3dVM", "..\LibJp3dVM.vcproj", "{6F3FB035-8F4E-4794-B091-0F0A20223BE7}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-       EndProjectSection\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               Debug = Debug\r
-               Release = Release\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {E0C1B905-5B10-4C9A-AF55-2D8144D518AB}.Debug.ActiveCfg = Debug|Win32\r
-               {E0C1B905-5B10-4C9A-AF55-2D8144D518AB}.Debug.Build.0 = Debug|Win32\r
-               {E0C1B905-5B10-4C9A-AF55-2D8144D518AB}.Release.ActiveCfg = Release|Win32\r
-               {E0C1B905-5B10-4C9A-AF55-2D8144D518AB}.Release.Build.0 = Release|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.ActiveCfg = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.Build.0 = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.ActiveCfg = Release|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/codec/jp3d_vm_dec.suo b/codec/jp3d_vm_dec.suo
deleted file mode 100755 (executable)
index 28c2e25..0000000
Binary files a/codec/jp3d_vm_dec.suo and /dev/null differ
diff --git a/codec/jp3d_vm_dec.vcproj b/codec/jp3d_vm_dec.vcproj
deleted file mode 100755 (executable)
index 142c68d..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.10"\r
-       Name="jp3d_vm_dec"\r
-       ProjectGUID="{E0C1B905-5B10-4C9A-AF55-2D8144D518AB}"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../libjp3dvm"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;OPJ_STATIC"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               UsePrecompiledHeader="2"\r
-                               PrecompiledHeaderFile=".\Debug/jp3d_vm_dec.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile=".\Debug/jp3d_vm_dec.exe"\r
-                               LinkIncremental="0"\r
-                               SuppressStartupBanner="TRUE"\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/jp3d_vm_dec.pdb"\r
-                               SubSystem="1"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/j2k_to_image.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="copy Debug\jp3d_vm_dec.exe ..\bin"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="2"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../libjp3dvm"\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;OPJ_STATIC"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               PrecompiledHeaderFile=".\Release/jp3d_vm_dec.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile=".\Release/jp3d_vm_dec.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/jp3d_vm_dec.pdb"\r
-                               SubSystem="1"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/j2k_to_image.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="copy Release\jp3d_vm_dec.exe ..\bin"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <References>\r
-       </References>\r
-       <Files>\r
-               <File\r
-                       RelativePath=".\convert.c">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\convert.h">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\getopt.c">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\getopt.h">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\jp3d_to_volume.c">\r
-               </File>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r
diff --git a/codec/jp3d_vm_enc.ncb b/codec/jp3d_vm_enc.ncb
deleted file mode 100755 (executable)
index 7f0733b..0000000
Binary files a/codec/jp3d_vm_enc.ncb and /dev/null differ
diff --git a/codec/jp3d_vm_enc.sln b/codec/jp3d_vm_enc.sln
deleted file mode 100755 (executable)
index a0e6a74..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jp3d_vm_enc", "jp3d_vm_enc.vcproj", "{A9704A2E-3B93-4BAA-9229-02FC93D27201}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-       EndProjectSection\r
-EndProject\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJp3dVM", "..\LibJp3dVM.vcproj", "{6F3FB035-8F4E-4794-B091-0F0A20223BE7}"\r
-       ProjectSection(ProjectDependencies) = postProject\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7} = {6F3FB035-8F4E-4794-B091-0F0A20223BE7}\r
-       EndProjectSection\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfiguration) = preSolution\r
-               Debug = Debug\r
-               Release = Release\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfiguration) = postSolution\r
-               {A9704A2E-3B93-4BAA-9229-02FC93D27201}.Debug.ActiveCfg = Debug|Win32\r
-               {A9704A2E-3B93-4BAA-9229-02FC93D27201}.Debug.Build.0 = Debug|Win32\r
-               {A9704A2E-3B93-4BAA-9229-02FC93D27201}.Release.ActiveCfg = Release|Win32\r
-               {A9704A2E-3B93-4BAA-9229-02FC93D27201}.Release.Build.0 = Release|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.ActiveCfg = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Debug.Build.0 = Debug|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.ActiveCfg = Release|Win32\r
-               {6F3FB035-8F4E-4794-B091-0F0A20223BE7}.Release.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityGlobals) = postSolution\r
-       EndGlobalSection\r
-       GlobalSection(ExtensibilityAddIns) = postSolution\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/codec/jp3d_vm_enc.suo b/codec/jp3d_vm_enc.suo
deleted file mode 100755 (executable)
index 702d0dd..0000000
Binary files a/codec/jp3d_vm_enc.suo and /dev/null differ
diff --git a/codec/jp3d_vm_enc.vcproj b/codec/jp3d_vm_enc.vcproj
deleted file mode 100755 (executable)
index 4c24b35..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>\r
-<VisualStudioProject\r
-       ProjectType="Visual C++"\r
-       Version="7.10"\r
-       Name="jp3d_vm_enc"\r
-       ProjectGUID="{A9704A2E-3B93-4BAA-9229-02FC93D27201}"\r
-       SccProjectName=""\r
-       SccLocalPath="">\r
-       <Platforms>\r
-               <Platform\r
-                       Name="Win32"/>\r
-       </Platforms>\r
-       <Configurations>\r
-               <Configuration\r
-                       Name="Release|Win32"\r
-                       OutputDirectory=".\Release"\r
-                       IntermediateDirectory=".\Release"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="2"\r
-                               InlineFunctionExpansion="1"\r
-                               AdditionalIncludeDirectories="../libjp3dvm"\r
-                               PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;OPJ_STATIC"\r
-                               StringPooling="TRUE"\r
-                               RuntimeLibrary="0"\r
-                               EnableFunctionLevelLinking="TRUE"\r
-                               PrecompiledHeaderFile=".\Release/jp3d_vm_enc.pch"\r
-                               AssemblerListingLocation=".\Release/"\r
-                               ObjectFile=".\Release/"\r
-                               ProgramDataBaseFileName=".\Release/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile=".\Release/jp3d_vm_enc.exe"\r
-                               LinkIncremental="1"\r
-                               SuppressStartupBanner="TRUE"\r
-                               ProgramDatabaseFile=".\Release/jp3d_vm_enc.pdb"\r
-                               SubSystem="1"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Release/image_to_j2k.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="copy Release\jp3d_vm_enc.exe ..\bin"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="NDEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-               <Configuration\r
-                       Name="Debug|Win32"\r
-                       OutputDirectory=".\Debug"\r
-                       IntermediateDirectory=".\Debug"\r
-                       ConfigurationType="1"\r
-                       UseOfMFC="0"\r
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
-                       CharacterSet="2">\r
-                       <Tool\r
-                               Name="VCCLCompilerTool"\r
-                               Optimization="0"\r
-                               AdditionalIncludeDirectories="../libjp3dvm"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;OPJ_STATIC"\r
-                               BasicRuntimeChecks="3"\r
-                               RuntimeLibrary="1"\r
-                               PrecompiledHeaderFile=".\Debug/jp3d_vm_enc.pch"\r
-                               AssemblerListingLocation=".\Debug/"\r
-                               ObjectFile=".\Debug/"\r
-                               ProgramDataBaseFileName=".\Debug/"\r
-                               WarningLevel="3"\r
-                               SuppressStartupBanner="TRUE"\r
-                               DebugInformationFormat="4"\r
-                               CompileAs="0"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLinkerTool"\r
-                               OutputFile=".\Debug/jp3d_vm_enc.exe"\r
-                               LinkIncremental="0"\r
-                               SuppressStartupBanner="TRUE"\r
-                               AdditionalLibraryDirectories=""\r
-                               GenerateDebugInformation="TRUE"\r
-                               ProgramDatabaseFile=".\Debug/jp3d_vm_enc.pdb"\r
-                               SubSystem="1"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"\r
-                               TypeLibraryName=".\Debug/image_to_j2k.tlb"\r
-                               HeaderFileName=""/>\r
-                       <Tool\r
-                               Name="VCPostBuildEventTool"\r
-                               CommandLine="copy Debug\jp3d_vm_enc.exe ..\bin"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
-                       <Tool\r
-                               Name="VCResourceCompilerTool"\r
-                               PreprocessorDefinitions="_DEBUG"\r
-                               Culture="1036"/>\r
-                       <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
-                       <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
-               </Configuration>\r
-       </Configurations>\r
-       <References>\r
-       </References>\r
-       <Files>\r
-               <File\r
-                       RelativePath=".\convert.c">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\convert.h">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\getopt.c">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\getopt.h">\r
-               </File>\r
-               <File\r
-                       RelativePath=".\volume_to_jp3d.c">\r
-               </File>\r
-       </Files>\r
-       <Globals>\r
-       </Globals>\r
-</VisualStudioProject>\r