diff options
62 files changed, 373 insertions, 6674 deletions
| diff --git a/html/en/to_do.html b/html/en/to_do.html index c9de95e..0fc5428 100644 --- a/html/en/to_do.html +++ b/html/en/to_do.html @@ -31,7 +31,9 @@  </ul>  <h3>For the Processing library:</h3>  <ul> -  <li>Dithering Techniques</li> +  <li class="style1">Support for OpenMP</li> +	<li class="style1">Support for the Intel® Integrated Performance Primitives</li> +	<li>Dithering Techniques</li>    <li>Adaptative Thresholds</li>    <li>Warping </li>    <li>Rolling Ball Filter</li> @@ -43,7 +45,6 @@  <h3>Our plans for the future include:</h3>  <ul>    <li><font color="#008000">Imaging Tutorial in the documentation </font></li> -  <li>Support for the Intel® Integrated Performance Primitives</li>    <li>JPEG and TIFF Thumbnails</li>    <li>Formats: FLI, DV, FPX (Flash Pix), EXR (Industrial Light & Magic High Dynamic Range Format), MNG,   	Microsoft HD Photo </li> diff --git a/mak.vc6/im.dsp b/mak.vc6/im.dsp deleted file mode 100644 index cffde52..0000000 --- a/mak.vc6/im.dsp +++ /dev/null @@ -1,1138 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im.mak" CFG="im - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "im - x64 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../src/libtiff" /I "../src/libjpeg" /I "../src/zlib" /I "../src/libexif" /I "../src/libpng" /I "../src/liblzf" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "PNG_NO_STDIO" /D "PNG_USE_PNGVCRD" /D "PNG_TIME_RFC1123_SUPPORTED" /D "_CRT_SECURE_NO_DEPRECATE" /D "USE_EXIF" /D "_MBCS" /Fp"..\lib/im.pch" /Fo"..\obj/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../src/libtiff" /I "../src/libjpeg" /I "../src/zlib" /I "../src/libexif" /I "../src/libpng" /I "../src/liblzf" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "PNG_NO_STDIO" /D "PNG_USE_PNGVCRD" /D "PNG_TIME_RFC1123_SUPPORTED" /D "_CRT_SECURE_NO_DEPRECATE" /D "USE_EXIF" /D "_MBCS" /Fp"..\lib/im.pch" /Fo"..\obj/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im.lib"  -# ADD LIB32 /nologo /out:"..\lib\im.lib"  - -!ELSEIF  "$(CFG)" == "im - x64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib\x64" -# PROP BASE Intermediate_Dir "..\obj\x64" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib\x64" -# PROP Intermediate_Dir "..\obj\x64" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../src/libtiff" /I "../src/libjpeg" /I "../src/zlib" /I "../src/libexif" /I "../src/libpng" /I "../src/liblzf" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "PNG_NO_STDIO" /D "PNG_USE_PNGVCRD" /D "PNG_TIME_RFC1123_SUPPORTED" /D "_CRT_SECURE_NO_DEPRECATE" /D "USE_EXIF" /D "_MBCS" /Fp"..\lib\x64/im.pch" /Fo"..\obj\x64/" /Fd"..\lib\x64/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../src/libtiff" /I "../src/libjpeg" /I "../src/zlib" /I "../src/libexif" /I "../src/libpng" /I "../src/liblzf" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "PNG_NO_STDIO" /D "PNG_USE_PNGVCRD" /D "PNG_TIME_RFC1123_SUPPORTED" /D "_CRT_SECURE_NO_DEPRECATE" /D "USE_EXIF" /D "_MBCS" /Fp"..\lib\x64/im.pch" /Fo"..\obj\x64/" /Fd"..\lib\x64/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\x64\im.lib"  -# ADD LIB32 /nologo /out:"..\lib\x64\im.lib"  - -!ENDIF - -# Begin Target - -# Name "im - Win32 Debug" -# Name "im - x64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_attrib.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_bin.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_binfile.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_colorhsi.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_colormode.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_colorutil.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_compress.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_convertbitmap.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_convertcolor.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_converttype.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_counter.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_datatype.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_dib.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_dibxbitmap.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_file.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_filebuffer.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_fileraw.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_all.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_image.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_lib.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_palette.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_rgb2map.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_str.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_sysfile_win32.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\old_im.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\old_imcolor.c -# End Source File -# Begin Source File - -SOURCE=..\src\old_imresize.c -# End Source File -# Begin Source File - -SOURCE=..\src\tiff_binfile.c -# End Source File -# Begin Group "libTIFF" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libtiff\tif_aux.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_close.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_codec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_compress.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dir.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dirinfo.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dirread.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dirwrite.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dumpmode.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_error.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_extension.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_fax3.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_fax3sm.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_flush.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_getimage.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_jpeg.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_luv.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_lzw.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_next.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_ojpeg.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_open.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_packbits.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_pixarlog.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_predict.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_print.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_read.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_strip.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_swab.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_thunder.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_tile.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_version.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_warning.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_write.c -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_zip.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libtiff\t4.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_config.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_dir.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_fax3.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tif_predict.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tiff.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tiffio.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tiffiop.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\tiffvers.h -# End Source File -# Begin Source File - -SOURCE=..\src\libtiff\uvcode.h -# End Source File -# End Group -# End Group -# Begin Group "libJPEG" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libjpeg\jcapimin.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcapistd.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jccoefct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jccolor.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcdctmgr.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jchuff.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcinit.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcmainct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcmarker.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcmaster.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcomapi.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcparam.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcphuff.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcprepct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jcsample.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jctrans.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdapimin.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdapistd.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdatadst.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdatasrc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdcoefct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdcolor.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jddctmgr.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdhuff.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdinput.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdmainct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdmarker.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdmaster.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdmerge.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdphuff.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdpostct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdsample.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdtrans.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jerror.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jfdctflt.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jfdctfst.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jfdctint.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jidctflt.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jidctfst.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jidctint.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jidctred.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jmemmgr.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jmemnobs.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jquant1.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jquant2.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jutils.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libjpeg\jchuff.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jconfig.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdct.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jdhuff.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jerror.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jinclude.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jmemsys.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jmorecfg.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jpegint.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jpeglib.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjpeg\jversion.h -# End Source File -# End Group -# End Group -# Begin Group "zlib" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\zlib\adler32.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\compress.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\crc32.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\deflate.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\gzio.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\infback.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\inffast.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\inflate.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\inftrees.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\trees.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\uncompr.c -# End Source File -# Begin Source File - -SOURCE=..\src\zlib\zutil.c -# End Source File -# End Group -# Begin Group "libEXIF" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libexif\exif-byte-order.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-content.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-data.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-entry.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-format.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-ifd.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-loader.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-log.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-mem.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\exif-mnote-data-canon.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\exif-mnote-data-olympus.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\exif-mnote-data-pentax.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-mnote-data.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-tag.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-utils.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\mnote-canon-entry.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\mnote-canon-tag.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\mnote-olympus-entry.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\mnote-olympus-tag.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\mnote-pentax-entry.c -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\mnote-pentax-tag.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libexif\_stdint.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\config.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-byte-order.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-content.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-data.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-entry.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-format.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-ifd.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-loader.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-log.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-mem.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\exif-mnote-data-canon.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\exif-mnote-data-olympus.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\exif-mnote-data-pentax.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-mnote-data-priv.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-mnote-data.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-tag.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif-utils.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\exif.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\i18n.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\mnote-canon-entry.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\canon\mnote-canon-tag.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\mnote-olympus-entry.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\olympus\mnote-olympus-tag.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\mnote-pentax-entry.h -# End Source File -# Begin Source File - -SOURCE=..\src\libexif\pentax\mnote-pentax-tag.h -# End Source File -# End Group -# End Group -# Begin Group "libPNG" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libpng\png.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngerror.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngget.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngmem.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngpread.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngread.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngrio.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngrtran.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngrutil.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngset.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngtrans.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngvcrd.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngwio.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngwrite.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngwtran.c -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngwutil.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libpng\png.h -# End Source File -# Begin Source File - -SOURCE=..\src\libpng\pngconf.h -# End Source File -# End Group -# End Group -# Begin Group "formats" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\im_format_bmp.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_gif.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_ico.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_jpeg.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_krn.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_led.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_pcx.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_png.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_pnm.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_ras.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_raw.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_sgi.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_tga.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\im_format_tiff.cpp -# End Source File -# End Group -# Begin Group "libLZF" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\liblzf\lzf_c.c -# End Source File -# Begin Source File - -SOURCE=..\src\liblzf\lzf_d.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\liblzf\lzf.h -# End Source File -# Begin Source File - -SOURCE=..\src\liblzf\lzfP.h -# End Source File -# End Group -# End Group -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_attrib.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_attrib_flat.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_binfile.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_color.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_colorhsi.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_complex.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_convert.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_counter.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_dib.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_file.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_format.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_format_all.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_format_raw.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_image.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_lib.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_math.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_math_op.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_palette.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_plus.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_raw.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_util.h -# End Source File -# Begin Source File - -SOURCE=..\include\old_im.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im.dsw b/mak.vc6/im.dsw deleted file mode 100644 index 640dd94..0000000 --- a/mak.vc6/im.dsw +++ /dev/null @@ -1,173 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "im"=im.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_avi"=im_avi.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_capture"=im_capture.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_jp2"=im_jp2.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_process"=im_process.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_wmv"=im_wmv.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_fftw"=im_fftw.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "imlua3"=imlua3.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "imlua5"=imlua5.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "imlua_capture5"=imlua_capture5.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "imlua_fftw5"=imlua_fftw5.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "imlua_process5"=imlua_process5.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "im_ecw"=im_ecw.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/mak.vc6/im_avi.dsp b/mak.vc6/im_avi.dsp deleted file mode 100644 index 0fbbd45..0000000 --- a/mak.vc6/im_avi.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_avi" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_avi - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_avi.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_avi.mak" CFG="im_avi - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_avi - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_avi - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_avi" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_avi" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_avi.pch" /Fo"..\obj\im_avi/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_avi.pch" /Fo"..\obj\im_avi/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_avi.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_avi.lib"  - -!ENDIF - -# Begin Target - -# Name "im_avi - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_format_avi.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_format_avi.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_capture.dsp b/mak.vc6/im_capture.dsp deleted file mode 100644 index 26c7ce6..0000000 --- a/mak.vc6/im_capture.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_capture" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_capture - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_capture.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_capture.mak" CFG="im_capture - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_capture - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_capture - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_capture" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_capture" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\DXSDK\Include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_capture.pch" /Fo"..\obj\im_capture/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\DXSDK\Include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_capture.pch" /Fo"..\obj\im_capture/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_capture.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_capture.lib"  - -!ENDIF - -# Begin Target - -# Name "im_capture - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_capture_dx.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_capture.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_ecw.dsp b/mak.vc6/im_ecw.dsp deleted file mode 100644 index 3414228..0000000 --- a/mak.vc6/im_ecw.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_ecw" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_ecw - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_ecw.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_ecw.mak" CFG="im_ecw - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_ecw - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_ecw - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\ecw_sdk\include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_WARNINGS" /D "_MBCS" /Fp"..\lib/im_ecw.pch" /Fo"..\obj/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\ecw_sdk\include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_WARNINGS" /D "_MBCS" /Fp"..\lib/im_ecw.pch" /Fo"..\obj/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_ecw.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_ecw.lib"  - -!ENDIF - -# Begin Target - -# Name "im_ecw - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_format_ecw.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_format_ecw.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_fftw.dsp b/mak.vc6/im_fftw.dsp deleted file mode 100644 index a109a12..0000000 --- a/mak.vc6/im_fftw.dsp +++ /dev/null @@ -1,383 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_fftw" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_fftw - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_fftw.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_fftw.mak" CFG="im_fftw - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_fftw - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_fftw - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_fftw" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_fftw" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../src/fftw" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "FFTW_ENABLE_FLOAT" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_fftw.pch" /Fo"..\obj\im_fftw/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../src/fftw" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "FFTW_ENABLE_FLOAT" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_fftw.pch" /Fo"..\obj\im_fftw/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_fftw.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_fftw.lib"  - -!ENDIF - -# Begin Target - -# Name "im_fftw - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\process\im_fft.cpp -# End Source File -# Begin Group "FFTW" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\fftw\config.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\executor.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fftwnd.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_1.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_10.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_11.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_12.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_13.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_14.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_15.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_16.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_2.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_3.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_32.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_4.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_5.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_6.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_64.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_7.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_8.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fn_9.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_1.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_10.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_11.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_12.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_13.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_14.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_15.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_16.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_2.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_3.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_32.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_4.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_5.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_6.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_64.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_7.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_8.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fni_9.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_10.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_16.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_2.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_3.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_32.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_4.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_5.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_6.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_64.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_7.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_8.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftw_9.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_10.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_16.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_2.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_3.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_32.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_4.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_5.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_6.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_64.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_7.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_8.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\ftwi_9.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\generic.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\malloc.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\planner.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\putils.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\rader.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\timer.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\twiddle.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\wisdom.c -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\wisdomio.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\fftw\config.h -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fftw-int.h -# End Source File -# Begin Source File - -SOURCE=..\src\fftw\fftw.h -# End Source File -# End Group -# End Group -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_jp2.dsp b/mak.vc6/im_jp2.dsp deleted file mode 100644 index f22f50e..0000000 --- a/mak.vc6/im_jp2.dsp +++ /dev/null @@ -1,403 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_jp2" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_jp2 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_jp2.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_jp2.mak" CFG="im_jp2 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_jp2 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_jp2 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_jp2" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_jp2" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../src/libjasper" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "EXCLUDE_JPG_SUPPORT" /D "EXCLUDE_MIF_SUPPORT" /D "EXCLUDE_PNM_SUPPORT" /D "EXCLUDE_RAS_SUPPORT" /D "EXCLUDE_BMP_SUPPORT" /D "EXCLUDE_PGX_SUPPORT" /D "EXCLUDE_TIFF_SUPPORT" /D "JAS_WIN_MSVC_BUILD" /D "JAS_TYPES" /D "_CRT_SECURE_NO_DEPRECATE" /D "JAS_GEO_OMIT_PRINTING_CODE" /D "_MBCS" /Fp"..\lib/im_jp2.pch" /Fo"..\obj\im_jp2/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../src/libjasper" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "EXCLUDE_JPG_SUPPORT" /D "EXCLUDE_MIF_SUPPORT" /D "EXCLUDE_PNM_SUPPORT" /D "EXCLUDE_RAS_SUPPORT" /D "EXCLUDE_BMP_SUPPORT" /D "EXCLUDE_PGX_SUPPORT" /D "EXCLUDE_TIFF_SUPPORT" /D "JAS_WIN_MSVC_BUILD" /D "JAS_TYPES" /D "_CRT_SECURE_NO_DEPRECATE" /D "JAS_GEO_OMIT_PRINTING_CODE" /D "_MBCS" /Fp"..\lib/im_jp2.pch" /Fo"..\obj\im_jp2/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_jp2.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_jp2.lib"  - -!ENDIF - -# Begin Target - -# Name "im_jp2 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_format_jp2.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\jas_binfile.c -# End Source File -# Begin Group "libJasper" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_cm.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_debug.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_getopt.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_icc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_iccdata.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_image.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_init.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_malloc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_seq.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_stream.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_string.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_tmr.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_tvp.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\base\jas_version.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jp2\jp2_cod.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jp2\jp2_dec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jp2\jp2_enc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_bs.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_cs.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_dec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_enc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_math.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mct.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqcod.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqdec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqenc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_qmfb.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1cod.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1dec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1enc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2cod.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2dec.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2enc.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_tagtree.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_tsfb.c -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_util.c -# End Source File -# Begin Group "inc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_cm.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_config.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_debug.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_fix.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_getopt.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_icc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_image.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_init.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_malloc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_math.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_seq.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_stream.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_string.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_tmr.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_tvp.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_types.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jas_version.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jasper\jasper.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jp2\jp2_cod.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jp2\jp2_dec.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_bs.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_cod.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_cs.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_dec.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_enc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_fix.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_flt.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_math.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mct.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqcod.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqdec.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_mqenc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_qmfb.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1cod.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1dec.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t1enc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2cod.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2dec.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_t2enc.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_tagtree.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_tsfb.h -# End Source File -# Begin Source File - -SOURCE=..\src\libjasper\jpc\jpc_util.h -# End Source File -# End Group -# End Group -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_format_jp2.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_process.dsp b/mak.vc6/im_process.dsp deleted file mode 100644 index 50e53dd..0000000 --- a/mak.vc6/im_process.dsp +++ /dev/null @@ -1,183 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_process" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_process - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_process.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_process.mak" CFG="im_process - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_process - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_process - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_process" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_process" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_process.pch" /Fo"..\obj\im_process/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_process.pch" /Fo"..\obj\im_process/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_process.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_process.lib"  - -!ENDIF - -# Begin Target - -# Name "im_process - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\process\im_analyze.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_arithmetic_bin.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_arithmetic_un.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_canny.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_color.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_convolve.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_convolve_rank.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_distance.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_effects.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_geometric.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_histogram.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_houghline.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_kernel.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_logic.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_morphology_bin.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_morphology_gray.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_quantize.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_render.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_resize.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_statistics.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_threshold.cpp -# End Source File -# Begin Source File - -SOURCE=..\src\process\im_tonegamut.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_kernel.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_process.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_process_ana.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_process_glo.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_process_loc.h -# End Source File -# Begin Source File - -SOURCE=..\include\im_process_pon.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/im_wmv.dsp b/mak.vc6/im_wmv.dsp deleted file mode 100644 index 96522a0..0000000 --- a/mak.vc6/im_wmv.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="im_wmv" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=im_wmv - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "im_wmv.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "im_wmv.mak" CFG="im_wmv - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "im_wmv - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "im_wmv - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\im_wmv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\im_wmv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\WMFSDK11\include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_wmv.pch" /Fo"..\obj\im_wmv/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "d:\LNG\WMFSDK11\include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/im_wmv.pch" /Fo"..\obj\im_wmv/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\im_wmv.lib"  -# ADD LIB32 /nologo /out:"..\lib\im_wmv.lib"  - -!ENDIF - -# Begin Target - -# Name "im_wmv - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_format_wmv.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\im_format_wmv.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/imlua3.dsp b/mak.vc6/imlua3.dsp deleted file mode 100644 index 90c2dc7..0000000 --- a/mak.vc6/imlua3.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="imlua3" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=imlua3 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "imlua3.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "imlua3.mak" CFG="imlua3 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "imlua3 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "imlua3 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\imlua3" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\imlua3" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../../lua/include" /I "../../cd/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua3.pch" /Fo"..\obj\imlua3/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../../lua/include" /I "../../cd/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua3.pch" /Fo"..\obj\imlua3/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\imlua3.lib"  -# ADD LIB32 /nologo /out:"..\lib\imlua3.lib"  - -!ENDIF - -# Begin Target - -# Name "imlua3 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\im_lua3.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\imlua.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/imlua5.dsp b/mak.vc6/imlua5.dsp deleted file mode 100644 index 4794d73..0000000 --- a/mak.vc6/imlua5.dsp +++ /dev/null @@ -1,115 +0,0 @@ -# Microsoft Developer Studio Project File - Name="imlua5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=imlua5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "imlua5.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "imlua5.mak" CFG="imlua5 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "imlua5 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "imlua5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\imlua5" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\imlua5" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua5.pch" /Fo"..\obj\imlua5/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua5.pch" /Fo"..\obj\imlua5/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\imlua51.lib"  -# ADD LIB32 /nologo /out:"..\lib\imlua51.lib"  - -!ENDIF - -# Begin Target - -# Name "imlua5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\lua5\imlua.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_aux.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_convert.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_file.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_image.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_palette.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_util.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\include\imlua.h -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_aux.h -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_image.h -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_palette.h -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/imlua_capture5.dsp b/mak.vc6/imlua_capture5.dsp deleted file mode 100644 index bfc5cfe..0000000 --- a/mak.vc6/imlua_capture5.dsp +++ /dev/null @@ -1,71 +0,0 @@ -# Microsoft Developer Studio Project File - Name="imlua_capture5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=imlua_capture5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "imlua_capture5.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "imlua_capture5.mak" CFG="imlua_capture5 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "imlua_capture5 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "imlua_capture5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\imlua_capture5" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\imlua_capture5" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_capture5.pch" /Fo"..\obj\imlua_capture5/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_capture5.pch" /Fo"..\obj\imlua_capture5/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\imlua_capture51.lib"  -# ADD LIB32 /nologo /out:"..\lib\imlua_capture51.lib"  - -!ENDIF - -# Begin Target - -# Name "imlua_capture5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\lua5\imlua_capture.c -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/imlua_fftw5.dsp b/mak.vc6/imlua_fftw5.dsp deleted file mode 100644 index feece58..0000000 --- a/mak.vc6/imlua_fftw5.dsp +++ /dev/null @@ -1,75 +0,0 @@ -# Microsoft Developer Studio Project File - Name="imlua_fftw5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=imlua_fftw5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "imlua_fftw5.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "imlua_fftw5.mak" CFG="imlua_fftw5 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "imlua_fftw5 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "imlua_fftw5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\imlua_fftw5" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\imlua_fftw5" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_fftw5.pch" /Fo"..\obj\imlua_fftw5/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_fftw5.pch" /Fo"..\obj\imlua_fftw5/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\imlua_fftw51.lib"  -# ADD LIB32 /nologo /out:"..\lib\imlua_fftw51.lib"  - -!ENDIF - -# Begin Target - -# Name "imlua_fftw5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\lua5\im_fftw.lua -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_fftw.c -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc6/imlua_process5.dsp b/mak.vc6/imlua_process5.dsp deleted file mode 100644 index b4935a9..0000000 --- a/mak.vc6/imlua_process5.dsp +++ /dev/null @@ -1,79 +0,0 @@ -# Microsoft Developer Studio Project File - Name="imlua_process5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=imlua_process5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE  -!MESSAGE NMAKE /f "imlua_process5.mak". -!MESSAGE  -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE  -!MESSAGE NMAKE /f "imlua_process5.mak" CFG="imlua_process5 - Win32 Debug" -!MESSAGE  -!MESSAGE Possible choices for configuration are: -!MESSAGE  -!MESSAGE "imlua_process5 - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE  - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF  "$(CFG)" == "imlua_process5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\lib" -# PROP BASE Intermediate_Dir "..\obj\imlua_process5" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\lib" -# PROP Intermediate_Dir "..\obj\imlua_process5" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_process5.pch" /Fo"..\obj\imlua_process5/" /Fd"..\lib/" /GZ /c /GX  -# ADD CPP /nologo /MT /I "../include" /I "../src" /I "../../lua5.1/include" /Z7 /W4 /Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /Fp"..\lib/imlua_process5.pch" /Fo"..\obj\imlua_process5/" /Fd"..\lib/" /GZ /c /GX  -# ADD BASE MTL /nologo /win32  -# ADD MTL /nologo /win32  -# ADD BASE RSC /l 1046 /d "_DEBUG"  -# ADD RSC /l 1046 /d "_DEBUG"  -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo  -# ADD BSC32 /nologo  -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\lib\imlua_process51.lib"  -# ADD LIB32 /nologo /out:"..\lib\imlua_process51.lib"  - -!ENDIF - -# Begin Target - -# Name "imlua_process5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\src\lua5\im_process.lua -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_kernel.c -# End Source File -# Begin Source File - -SOURCE=..\src\lua5\imlua_process.c -# End Source File -# End Group -# End Target -# End Project - diff --git a/mak.vc7/im.sln b/mak.vc7/im.sln deleted file mode 100644 index 708977d..0000000 --- a/mak.vc7/im.sln +++ /dev/null @@ -1,120 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im", "im.vcproj", "{5A761929-07C3-48BD-8E4A-B37EC5C72C42}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_avi", "im_avi.vcproj", "{CB863607-6B6C-0000-0000-000000000000}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_capture", "im_capture.vcproj", "{CB868607-6B6C-4CDF-9B6D-27AA925AE473}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_jp2", "im_jp2.vcproj", "{CB96E607-6B6C-0000-0000-000000000000}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_process", "im_process.vcproj", "{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_wmv", "im_wmv.vcproj", "{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_fftw", "im_fftw.vcproj", "{CB80E607-6B6C-345F-9B6D-27AA9123E493}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua3", "imlua3.vcproj", "{43564684-75A9-41FE-847B-BF8514C14571}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua5", "imlua5.vcproj", "{CB863607-6B6C-0000-0000-000000001234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_capture5", "imlua_capture5.vcproj", "{CB863607-6B6C-0000-0000-678900001234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_fftw5", "imlua_fftw5.vcproj", "{CB863607-6B6C-0000-1234-000000001234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlua_process5", "imlua_process5.vcproj", "{CB863607-6B6C-0000-7689-000000001234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_ecw", "im_ecw.vcproj", "{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}" -EndProject -Global -	GlobalSection(SolutionConfigurationPlatforms) = preSolution -		Debug|Win32 = Debug|Win32 -		Debug|x64 = Debug|x64 -		Release|Win32 = Release|Win32 -		Release|x64 = Release|x64 -	EndGlobalSection -	GlobalSection(ProjectConfigurationPlatforms) = postSolution -		{5A761929-07C3-48BD-8E4A-B37EC5C72C42}.Debug|Win32.ActiveCfg = Debug|Win32 -		{5A761929-07C3-48BD-8E4A-B37EC5C72C42}.Debug|Win32.Build.0 = Debug|Win32 -		{5A761929-07C3-48BD-8E4A-B37EC5C72C42}.Debug|x64.ActiveCfg = Debug|x64 -		{5A761929-07C3-48BD-8E4A-B37EC5C72C42}.Release|Win32.ActiveCfg = Debug|Win32 -		{5A761929-07C3-48BD-8E4A-B37EC5C72C42}.Release|x64.ActiveCfg = Debug|x64 -		{CB863607-6B6C-0000-0000-000000000000}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000000000}.Debug|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000000000}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000000000}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000000000}.Release|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000000000}.Release|x64.ActiveCfg = Debug|Win32 -		{CB868607-6B6C-4CDF-9B6D-27AA925AE473}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB868607-6B6C-4CDF-9B6D-27AA925AE473}.Debug|Win32.Build.0 = Debug|Win32 -		{CB868607-6B6C-4CDF-9B6D-27AA925AE473}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB868607-6B6C-4CDF-9B6D-27AA925AE473}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB868607-6B6C-4CDF-9B6D-27AA925AE473}.Release|x64.ActiveCfg = Debug|Win32 -		{CB96E607-6B6C-0000-0000-000000000000}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB96E607-6B6C-0000-0000-000000000000}.Debug|Win32.Build.0 = Debug|Win32 -		{CB96E607-6B6C-0000-0000-000000000000}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB96E607-6B6C-0000-0000-000000000000}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB96E607-6B6C-0000-0000-000000000000}.Release|x64.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}.Debug|Win32.Build.0 = Debug|Win32 -		{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}.Release|x64.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}.Debug|Win32.Build.0 = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}.Release|x64.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-345F-9B6D-27AA9123E493}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-345F-9B6D-27AA9123E493}.Debug|Win32.Build.0 = Debug|Win32 -		{CB80E607-6B6C-345F-9B6D-27AA9123E493}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-345F-9B6D-27AA9123E493}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB80E607-6B6C-345F-9B6D-27AA9123E493}.Release|x64.ActiveCfg = Debug|Win32 -		{43564684-75A9-41FE-847B-BF8514C14571}.Debug|Win32.ActiveCfg = Debug|Win32 -		{43564684-75A9-41FE-847B-BF8514C14571}.Debug|Win32.Build.0 = Debug|Win32 -		{43564684-75A9-41FE-847B-BF8514C14571}.Debug|x64.ActiveCfg = Debug|Win32 -		{43564684-75A9-41FE-847B-BF8514C14571}.Release|Win32.ActiveCfg = Debug|Win32 -		{43564684-75A9-41FE-847B-BF8514C14571}.Release|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Debug|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Release|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-000000001234}.Release|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Debug|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Release|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-0000-678900001234}.Release|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Debug|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Release|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-1234-000000001234}.Release|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Debug|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Release|Win32.Build.0 = Debug|Win32 -		{CB863607-6B6C-0000-7689-000000001234}.Release|x64.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Debug|Win32.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Debug|Win32.Build.0 = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Debug|x64.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|Win32.ActiveCfg = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|Win32.Build.0 = Debug|Win32 -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}.Release|x64.ActiveCfg = Debug|Win32 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|Win32.ActiveCfg = Debug|Win32 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|Win32.Build.0 = Debug|Win32 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|x64.ActiveCfg = Debug|x64 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Debug|x64.Build.0 = Debug|x64 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|Win32.ActiveCfg = Debug|x64 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|x64.ActiveCfg = Debug|x64 -		{909637FA-8229-45A9-9F42-53D8ED5F91C5}.Release|x64.Build.0 = Debug|x64 -	EndGlobalSection -	GlobalSection(SolutionProperties) = preSolution -		HideSolutionNode = FALSE -	EndGlobalSection -	GlobalSection(DevPartner Solution Properties) = postSolution -	EndGlobalSection -EndGlobal diff --git a/mak.vc7/im.vcproj b/mak.vc7/im.vcproj deleted file mode 100644 index 3df0f1e..0000000 --- a/mak.vc7/im.vcproj +++ /dev/null @@ -1,1223 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im" -	ProjectGUID="{5A761929-07C3-48BD-8E4A-B37EC5C72C42}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -		<Platform -			Name="x64" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../src/libtiff;../src/libjpeg;../src/zlib;../src/libexif;../src/libpng;../src/liblzf" -				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PNG_NO_STDIO;PNG_USE_PNGVCRD;PNG_TIME_RFC1123_SUPPORTED;_CRT_SECURE_NO_DEPRECATE;USE_EXIF" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -		<Configuration -			Name="Debug|x64" -			OutputDirectory="..\lib\x64" -			IntermediateDirectory="..\obj\x64" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../src/libtiff;../src/libjpeg;../src/zlib;../src/libexif;../src/libpng;../src/liblzf" -				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PNG_NO_STDIO;PNG_USE_PNGVCRD;PNG_TIME_RFC1123_SUPPORTED;_CRT_SECURE_NO_DEPRECATE;USE_EXIF" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib\x64/im.pch" -				AssemblerListingLocation="..\obj\x64/" -				ObjectFile="..\obj\x64/" -				ProgramDataBaseFileName="..\lib\x64/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\x64\im.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_attrib.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_bin.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_binfile.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_colorhsi.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_colormode.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_colorutil.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_compress.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_convertbitmap.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_convertcolor.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_converttype.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_counter.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_datatype.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_dib.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_dibxbitmap.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_file.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_filebuffer.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_fileraw.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_format.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_format_all.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_image.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_lib.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_palette.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_rgb2map.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_str.cpp" -				> -			</File> -			<File -				RelativePath="..\src\im_sysfile_win32.cpp" -				> -			</File> -			<File -				RelativePath="..\src\old_im.cpp" -				> -			</File> -			<File -				RelativePath="..\src\old_imcolor.c" -				> -			</File> -			<File -				RelativePath="..\src\old_imresize.c" -				> -			</File> -			<File -				RelativePath="..\src\tiff_binfile.c" -				> -			</File> -			<Filter -				Name="libTIFF" -				> -				<File -					RelativePath="..\src\libtiff\tif_aux.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_close.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_codec.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_compress.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_dir.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_dirinfo.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_dirread.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_dirwrite.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_dumpmode.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_error.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_extension.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_fax3.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_fax3sm.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_flush.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_getimage.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_jpeg.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_luv.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_lzw.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_next.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_ojpeg.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_open.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_packbits.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_pixarlog.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_predict.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_print.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_read.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_strip.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_swab.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_thunder.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_tile.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_version.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_warning.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_write.c" -					> -				</File> -				<File -					RelativePath="..\src\libtiff\tif_zip.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\libtiff\t4.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tif_config.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tif_dir.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tif_fax3.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tif_predict.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tiff.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tiffio.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tiffiop.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\tiffvers.h" -						> -					</File> -					<File -						RelativePath="..\src\libtiff\uvcode.h" -						> -					</File> -				</Filter> -			</Filter> -			<Filter -				Name="libJPEG" -				> -				<File -					RelativePath="..\src\libjpeg\jcapimin.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcapistd.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jccoefct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jccolor.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcdctmgr.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jchuff.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcinit.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcmainct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcmarker.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcmaster.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcomapi.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcparam.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcphuff.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcprepct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jcsample.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jctrans.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdapimin.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdapistd.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdatadst.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdatasrc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdcoefct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdcolor.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jddctmgr.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdhuff.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdinput.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdmainct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdmarker.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdmaster.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdmerge.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdphuff.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdpostct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdsample.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jdtrans.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jerror.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jfdctflt.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jfdctfst.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jfdctint.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jidctflt.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jidctfst.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jidctint.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jidctred.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jmemmgr.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jmemnobs.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jquant1.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jquant2.c" -					> -				</File> -				<File -					RelativePath="..\src\libjpeg\jutils.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\libjpeg\jchuff.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jconfig.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jdct.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jdhuff.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jerror.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jinclude.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jmemsys.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jmorecfg.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jpegint.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jpeglib.h" -						> -					</File> -					<File -						RelativePath="..\src\libjpeg\jversion.h" -						> -					</File> -				</Filter> -			</Filter> -			<Filter -				Name="zlib" -				> -				<File -					RelativePath="..\src\zlib\adler32.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\compress.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\crc32.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\deflate.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\gzio.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\infback.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\inffast.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\inflate.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\inftrees.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\trees.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\uncompr.c" -					> -				</File> -				<File -					RelativePath="..\src\zlib\zutil.c" -					> -				</File> -			</Filter> -			<Filter -				Name="libEXIF" -				> -				<File -					RelativePath="..\src\libexif\exif-byte-order.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-content.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-data.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-entry.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-format.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-ifd.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-loader.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-log.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-mem.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\canon\exif-mnote-data-canon.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\olympus\exif-mnote-data-olympus.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\pentax\exif-mnote-data-pentax.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-mnote-data.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-tag.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\exif-utils.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\canon\mnote-canon-entry.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\canon\mnote-canon-tag.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\olympus\mnote-olympus-entry.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\olympus\mnote-olympus-tag.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\pentax\mnote-pentax-entry.c" -					> -				</File> -				<File -					RelativePath="..\src\libexif\pentax\mnote-pentax-tag.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\libexif\_stdint.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\config.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-byte-order.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-content.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-data.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-entry.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-format.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-ifd.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-loader.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-log.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-mem.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\canon\exif-mnote-data-canon.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\olympus\exif-mnote-data-olympus.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\pentax\exif-mnote-data-pentax.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-mnote-data-priv.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-mnote-data.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-tag.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif-utils.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\exif.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\i18n.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\canon\mnote-canon-entry.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\canon\mnote-canon-tag.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\olympus\mnote-olympus-entry.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\olympus\mnote-olympus-tag.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\pentax\mnote-pentax-entry.h" -						> -					</File> -					<File -						RelativePath="..\src\libexif\pentax\mnote-pentax-tag.h" -						> -					</File> -				</Filter> -			</Filter> -			<Filter -				Name="libPNG" -				> -				<File -					RelativePath="..\src\libpng\png.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngerror.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngget.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngmem.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngpread.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngread.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngrio.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngrtran.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngrutil.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngset.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngtrans.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngvcrd.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngwio.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngwrite.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngwtran.c" -					> -				</File> -				<File -					RelativePath="..\src\libpng\pngwutil.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\libpng\png.h" -						> -					</File> -					<File -						RelativePath="..\src\libpng\pngconf.h" -						> -					</File> -				</Filter> -			</Filter> -			<Filter -				Name="formats" -				> -				<File -					RelativePath="..\src\im_format_bmp.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_gif.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_ico.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_jpeg.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_krn.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_led.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_pcx.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_png.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_pnm.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_ras.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_raw.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_sgi.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_tga.cpp" -					> -				</File> -				<File -					RelativePath="..\src\im_format_tiff.cpp" -					> -				</File> -			</Filter> -			<Filter -				Name="libLZF" -				> -				<File -					RelativePath="..\src\liblzf\lzf_c.c" -					> -				</File> -				<File -					RelativePath="..\src\liblzf\lzf_d.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\liblzf\lzf.h" -						> -					</File> -					<File -						RelativePath="..\src\liblzf\lzfP.h" -						> -					</File> -				</Filter> -			</Filter> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im.h" -				> -			</File> -			<File -				RelativePath="..\include\im_attrib.h" -				> -			</File> -			<File -				RelativePath="..\include\im_attrib_flat.h" -				> -			</File> -			<File -				RelativePath="..\include\im_binfile.h" -				> -			</File> -			<File -				RelativePath="..\include\im_color.h" -				> -			</File> -			<File -				RelativePath="..\include\im_colorhsi.h" -				> -			</File> -			<File -				RelativePath="..\include\im_complex.h" -				> -			</File> -			<File -				RelativePath="..\include\im_convert.h" -				> -			</File> -			<File -				RelativePath="..\include\im_counter.h" -				> -			</File> -			<File -				RelativePath="..\include\im_dib.h" -				> -			</File> -			<File -				RelativePath="..\include\im_file.h" -				> -			</File> -			<File -				RelativePath="..\include\im_format.h" -				> -			</File> -			<File -				RelativePath="..\include\im_format_all.h" -				> -			</File> -			<File -				RelativePath="..\include\im_format_raw.h" -				> -			</File> -			<File -				RelativePath="..\include\im_image.h" -				> -			</File> -			<File -				RelativePath="..\include\im_lib.h" -				> -			</File> -			<File -				RelativePath="..\include\im_math.h" -				> -			</File> -			<File -				RelativePath="..\include\im_math_op.h" -				> -			</File> -			<File -				RelativePath="..\include\im_palette.h" -				> -			</File> -			<File -				RelativePath="..\include\im_plus.h" -				> -			</File> -			<File -				RelativePath="..\include\im_raw.h" -				> -			</File> -			<File -				RelativePath="..\include\im_util.h" -				> -			</File> -			<File -				RelativePath="..\include\old_im.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_avi.vcproj b/mak.vc7/im_avi.vcproj deleted file mode 100644 index 02e02ba..0000000 --- a/mak.vc7/im_avi.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_avi" -	ProjectGUID="{CB863607-6B6C-0000-0000-000000000000}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_avi" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_avi.pch" -				AssemblerListingLocation="..\obj\im_avi/" -				ObjectFile="..\obj\im_avi/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_avi.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_format_avi.cpp" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_format_avi.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_capture.vcproj b/mak.vc7/im_capture.vcproj deleted file mode 100644 index fd3c5b1..0000000 --- a/mak.vc7/im_capture.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_capture" -	ProjectGUID="{CB868607-6B6C-4CDF-9B6D-27AA925AE473}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_capture" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;d:\LNG\DXSDK\Include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_capture.pch" -				AssemblerListingLocation="..\obj\im_capture/" -				ObjectFile="..\obj\im_capture/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_capture.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_capture_dx.cpp" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_capture.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_ecw.vcproj b/mak.vc7/im_ecw.vcproj deleted file mode 100644 index dbebc81..0000000 --- a/mak.vc7/im_ecw.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_ecw" -	ProjectGUID="{CB86E507-6B6C-4FDF-9B6D-27AA123AE463}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;d:\LNG\ecw_sdk\include" -				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_ecw.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_ecw.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_format_ecw.cpp" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_format_ecw.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_fftw.vcproj b/mak.vc7/im_fftw.vcproj deleted file mode 100644 index cdac53c..0000000 --- a/mak.vc7/im_fftw.vcproj +++ /dev/null @@ -1,419 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_fftw" -	ProjectGUID="{CB80E607-6B6C-345F-9B6D-27AA9123E493}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_fftw" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../src/fftw;" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FFTW_ENABLE_FLOAT,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_fftw.pch" -				AssemblerListingLocation="..\obj\im_fftw/" -				ObjectFile="..\obj\im_fftw/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_fftw.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\process\im_fft.cpp" -				> -			</File> -			<Filter -				Name="FFTW" -				> -				<File -					RelativePath="..\src\fftw\config.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\executor.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fftwnd.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_1.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_10.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_11.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_12.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_13.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_14.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_15.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_16.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_2.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_3.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_32.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_4.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_5.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_6.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_64.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_7.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_8.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fn_9.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_1.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_10.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_11.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_12.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_13.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_14.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_15.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_16.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_2.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_3.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_32.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_4.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_5.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_6.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_64.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_7.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_8.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\fni_9.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_10.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_16.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_2.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_3.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_32.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_4.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_5.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_6.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_64.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_7.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_8.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftw_9.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_10.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_16.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_2.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_3.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_32.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_4.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_5.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_6.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_64.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_7.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_8.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\ftwi_9.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\generic.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\malloc.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\planner.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\putils.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\rader.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\timer.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\twiddle.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\wisdom.c" -					> -				</File> -				<File -					RelativePath="..\src\fftw\wisdomio.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\fftw\config.h" -						> -					</File> -					<File -						RelativePath="..\src\fftw\fftw-int.h" -						> -					</File> -					<File -						RelativePath="..\src\fftw\fftw.h" -						> -					</File> -				</Filter> -			</Filter> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_jp2.vcproj b/mak.vc7/im_jp2.vcproj deleted file mode 100644 index d4493ef..0000000 --- a/mak.vc7/im_jp2.vcproj +++ /dev/null @@ -1,439 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_jp2" -	ProjectGUID="{CB96E607-6B6C-0000-0000-000000000000}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_jp2" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../src/libjasper;" -				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EXCLUDE_JPG_SUPPORT;EXCLUDE_MIF_SUPPORT;EXCLUDE_PNM_SUPPORT;EXCLUDE_RAS_SUPPORT;EXCLUDE_BMP_SUPPORT;EXCLUDE_PGX_SUPPORT;EXCLUDE_TIFF_SUPPORT;JAS_WIN_MSVC_BUILD;JAS_TYPES;_CRT_SECURE_NO_DEPRECATE;JAS_GEO_OMIT_PRINTING_CODE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_jp2.pch" -				AssemblerListingLocation="..\obj\im_jp2/" -				ObjectFile="..\obj\im_jp2/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_jp2.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_format_jp2.cpp" -				> -			</File> -			<File -				RelativePath="..\src\jas_binfile.c" -				> -			</File> -			<Filter -				Name="libJasper" -				> -				<File -					RelativePath="..\src\libjasper\base\jas_cm.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_debug.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_getopt.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_icc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_iccdata.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_image.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_init.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_malloc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_seq.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_stream.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_string.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_tmr.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_tvp.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\base\jas_version.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jp2\jp2_cod.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jp2\jp2_dec.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jp2\jp2_enc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_bs.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_cs.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_dec.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_enc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_math.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_mct.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_mqcod.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_mqdec.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_mqenc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_qmfb.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t1cod.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t1dec.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t1enc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t2cod.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t2dec.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_t2enc.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_tagtree.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_tsfb.c" -					> -				</File> -				<File -					RelativePath="..\src\libjasper\jpc\jpc_util.c" -					> -				</File> -				<Filter -					Name="inc" -					> -					<File -						RelativePath="..\src\libjasper\jasper\jas_cm.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_config.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_debug.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_fix.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_getopt.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_icc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_image.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_init.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_malloc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_math.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_seq.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_stream.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_string.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_tmr.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_tvp.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_types.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jas_version.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jasper\jasper.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jp2\jp2_cod.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jp2\jp2_dec.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_bs.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_cod.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_cs.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_dec.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_enc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_fix.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_flt.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_math.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_mct.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_mqcod.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_mqdec.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_mqenc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_qmfb.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t1cod.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t1dec.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t1enc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t2cod.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t2dec.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_t2enc.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_tagtree.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_tsfb.h" -						> -					</File> -					<File -						RelativePath="..\src\libjasper\jpc\jpc_util.h" -						> -					</File> -				</Filter> -			</Filter> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_format_jp2.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_process.vcproj b/mak.vc7/im_process.vcproj deleted file mode 100644 index 69bccc1..0000000 --- a/mak.vc7/im_process.vcproj +++ /dev/null @@ -1,219 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_process" -	ProjectGUID="{CB80E607-6B6C-4ADF-9B6D-27AA925AE493}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_process" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_process.pch" -				AssemblerListingLocation="..\obj\im_process/" -				ObjectFile="..\obj\im_process/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_process.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\process\im_analyze.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_arithmetic_bin.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_arithmetic_un.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_canny.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_color.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_convolve.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_convolve_rank.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_distance.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_effects.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_geometric.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_histogram.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_houghline.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_kernel.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_logic.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_morphology_bin.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_morphology_gray.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_quantize.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_render.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_resize.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_statistics.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_threshold.cpp" -				> -			</File> -			<File -				RelativePath="..\src\process\im_tonegamut.cpp" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_kernel.h" -				> -			</File> -			<File -				RelativePath="..\include\im_process.h" -				> -			</File> -			<File -				RelativePath="..\include\im_process_ana.h" -				> -			</File> -			<File -				RelativePath="..\include\im_process_glo.h" -				> -			</File> -			<File -				RelativePath="..\include\im_process_loc.h" -				> -			</File> -			<File -				RelativePath="..\include\im_process_pon.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/im_wmv.vcproj b/mak.vc7/im_wmv.vcproj deleted file mode 100644 index cc57fa8..0000000 --- a/mak.vc7/im_wmv.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="im_wmv" -	ProjectGUID="{CB86E507-6B6C-4FDF-9B6D-27AA925AE463}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_wmv" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;d:\LNG\WMFSDK11\include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/im_wmv.pch" -				AssemblerListingLocation="..\obj\im_wmv/" -				ObjectFile="..\obj\im_wmv/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\im_wmv.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_format_wmv.cpp" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\im_format_wmv.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/imlua3.vcproj b/mak.vc7/imlua3.vcproj deleted file mode 100644 index 0f1b890..0000000 --- a/mak.vc7/imlua3.vcproj +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="imlua3" -	ProjectGUID="{43564684-75A9-41FE-847B-BF8514C14571}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua3" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../../lua/include;../../cd/include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/imlua3.pch" -				AssemblerListingLocation="..\obj\imlua3/" -				ObjectFile="..\obj\imlua3/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\imlua3.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\im_lua3.c" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\imlua.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/imlua5.vcproj b/mak.vc7/imlua5.vcproj deleted file mode 100644 index 2a20c40..0000000 --- a/mak.vc7/imlua5.vcproj +++ /dev/null @@ -1,151 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="imlua5" -	ProjectGUID="{CB863607-6B6C-0000-0000-000000001234}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua5" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../../lua5.1/include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/imlua5.pch" -				AssemblerListingLocation="..\obj\imlua5/" -				ObjectFile="..\obj\imlua5/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\imlua51.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\lua5\imlua.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_aux.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_convert.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_file.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_image.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_palette.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_util.c" -				> -			</File> -		</Filter> -		<Filter -			Name="Header Files" -			Filter="h;hpp;hxx;hm;inl" -			> -			<File -				RelativePath="..\include\imlua.h" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_aux.h" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_image.h" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_palette.h" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/imlua_capture5.vcproj b/mak.vc7/imlua_capture5.vcproj deleted file mode 100644 index 9fd18ec..0000000 --- a/mak.vc7/imlua_capture5.vcproj +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="imlua_capture5" -	ProjectGUID="{CB863607-6B6C-0000-0000-678900001234}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_capture5" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../../lua5.1/include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/imlua_capture5.pch" -				AssemblerListingLocation="..\obj\imlua_capture5/" -				ObjectFile="..\obj\imlua_capture5/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\imlua_capture51.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\lua5\imlua_capture.c" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/imlua_fftw5.vcproj b/mak.vc7/imlua_fftw5.vcproj deleted file mode 100644 index 000d769..0000000 --- a/mak.vc7/imlua_fftw5.vcproj +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="imlua_fftw5" -	ProjectGUID="{CB863607-6B6C-0000-1234-000000001234}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_fftw5" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../../lua5.1/include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/imlua_fftw5.pch" -				AssemblerListingLocation="..\obj\imlua_fftw5/" -				ObjectFile="..\obj\imlua_fftw5/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\imlua_fftw51.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\lua5\im_fftw.lua" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_fftw.c" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc7/imlua_process5.vcproj b/mak.vc7/imlua_process5.vcproj deleted file mode 100644 index b988dc8..0000000 --- a/mak.vc7/imlua_process5.vcproj +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject -	ProjectType="Visual C++" -	Version="7.10" -	Name="imlua_process5" -	ProjectGUID="{CB863607-6B6C-0000-7689-000000001234}" -	TargetFrameworkVersion="131072" -	> -	<Platforms> -		<Platform -			Name="Win32" -		/> -	</Platforms> -	<ToolFiles> -	</ToolFiles> -	<Configurations> -		<Configuration -			Name="Debug|Win32" -			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_process5" -			ConfigurationType="4" -			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" -			UseOfMFC="0" -			ATLMinimizesCRunTimeLibraryUsage="false" -			CharacterSet="2" -			> -			<Tool -				Name="VCPreBuildEventTool" -			/> -			<Tool -				Name="VCCustomBuildTool" -			/> -			<Tool -				Name="VCXMLDataGeneratorTool" -			/> -			<Tool -				Name="VCWebServiceProxyGeneratorTool" -			/> -			<Tool -				Name="VCMIDLTool" -			/> -			<Tool -				Name="VCCLCompilerTool" -				Optimization="0" -				AdditionalIncludeDirectories="../include;../src;../../lua5.1/include" -				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE" -				ExceptionHandling="0" -				BasicRuntimeChecks="3" -				RuntimeLibrary="0" -				PrecompiledHeaderFile="..\lib/imlua_process5.pch" -				AssemblerListingLocation="..\obj\imlua_process5/" -				ObjectFile="..\obj\imlua_process5/" -				ProgramDataBaseFileName="..\lib/" -				WarningLevel="4" -				SuppressStartupBanner="true" -				DebugInformationFormat="1" -			/> -			<Tool -				Name="VCManagedResourceCompilerTool" -			/> -			<Tool -				Name="VCResourceCompilerTool" -				PreprocessorDefinitions="_DEBUG" -				Culture="1046" -			/> -			<Tool -				Name="VCPreLinkEventTool" -			/> -			<Tool -				Name="VCLibrarianTool" -				OutputFile="..\lib\imlua_process51.lib" -				SuppressStartupBanner="true" -			/> -			<Tool -				Name="VCALinkTool" -			/> -			<Tool -				Name="VCXDCMakeTool" -			/> -			<Tool -				Name="VCBscMakeTool" -			/> -			<Tool -				Name="VCFxCopTool" -			/> -			<Tool -				Name="VCPostBuildEventTool" -			/> -		</Configuration> -	</Configurations> -	<References> -	</References> -	<Files> -		<Filter -			Name="Source Files" -			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -			> -			<File -				RelativePath="..\src\lua5\im_process.lua" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_kernel.c" -				> -			</File> -			<File -				RelativePath="..\src\lua5\imlua_process.c" -				> -			</File> -		</Filter> -	</Files> -	<Globals> -	</Globals> -</VisualStudioProject> diff --git a/mak.vc8/im.vcproj b/mak.vc8/im.vcproj index 6cb24ba..617ae29 100644 --- a/mak.vc8/im.vcproj +++ b/mak.vc8/im.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PNG_NO_STDIO;PNG_USE_PNGVCRD;PNG_TIME_RFC1123_SUPPORTED;_CRT_SECURE_NO_DEPRECATE;USE_EXIF"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -96,6 +97,10 @@  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  			>  			<File +				RelativePath="..\src\im.def" +				> +			</File> +			<File  				RelativePath="..\src\im_attrib.cpp"  				>  			</File> @@ -399,6 +404,10 @@  				Name="libJPEG"  				>  				<File +					RelativePath="..\src\libjpeg\jaricom.c" +					> +				</File> +				<File  					RelativePath="..\src\libjpeg\jcapimin.c"  					>  				</File> @@ -407,6 +416,10 @@  					>  				</File>  				<File +					RelativePath="..\src\libjpeg\jcarith.c" +					> +				</File> +				<File  					RelativePath="..\src\libjpeg\jccoefct.c"  					>  				</File> @@ -447,10 +460,6 @@  					>  				</File>  				<File -					RelativePath="..\src\libjpeg\jcphuff.c" -					> -				</File> -				<File  					RelativePath="..\src\libjpeg\jcprepct.c"  					>  				</File> @@ -471,6 +480,10 @@  					>  				</File>  				<File +					RelativePath="..\src\libjpeg\jdarith.c" +					> +				</File> +				<File  					RelativePath="..\src\libjpeg\jdatadst.c"  					>  				</File> @@ -515,10 +528,6 @@  					>  				</File>  				<File -					RelativePath="..\src\libjpeg\jdphuff.c" -					> -				</File> -				<File  					RelativePath="..\src\libjpeg\jdpostct.c"  					>  				</File> @@ -559,10 +568,6 @@  					>  				</File>  				<File -					RelativePath="..\src\libjpeg\jidctred.c" -					> -				</File> -				<File  					RelativePath="..\src\libjpeg\jmemmgr.c"  					>  				</File> @@ -682,6 +687,50 @@  					RelativePath="..\src\zlib\zutil.c"  					>  				</File> +				<Filter +					Name="inc" +					> +					<File +						RelativePath="..\src\zlib\crc32.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\deflate.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\inffast.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\inffixed.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\inflate.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\inftrees.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\trees.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\zconf.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\zlib.h" +						> +					</File> +					<File +						RelativePath="..\src\zlib\zutil.h" +						> +					</File> +				</Filter>  			</Filter>  			<Filter  				Name="libEXIF" @@ -727,6 +776,10 @@  					>  				</File>  				<File +					RelativePath="..\src\libexif\fuji\exif-mnote-data-fuji.c" +					> +				</File> +				<File  					RelativePath="..\src\libexif\olympus\exif-mnote-data-olympus.c"  					>  				</File> @@ -755,6 +808,14 @@  					>  				</File>  				<File +					RelativePath="..\src\libexif\fuji\mnote-fuji-entry.c" +					> +				</File> +				<File +					RelativePath="..\src\libexif\fuji\mnote-fuji-tag.c" +					> +				</File> +				<File  					RelativePath="..\src\libexif\olympus\mnote-olympus-entry.c"  					>  				</File> @@ -790,6 +851,10 @@  						>  					</File>  					<File +						RelativePath="..\src\libexif\exif-data-type.h" +						> +					</File> +					<File  						RelativePath="..\src\libexif\exif-data.h"  						>  					</File> @@ -822,6 +887,10 @@  						>  					</File>  					<File +						RelativePath="..\src\libexif\fuji\exif-mnote-data-fuji.h" +						> +					</File> +					<File  						RelativePath="..\src\libexif\olympus\exif-mnote-data-olympus.h"  						>  					</File> @@ -838,15 +907,15 @@  						>  					</File>  					<File -						RelativePath="..\src\libexif\exif-tag.h" +						RelativePath="..\src\libexif\exif-system.h"  						>  					</File>  					<File -						RelativePath="..\src\libexif\exif-utils.h" +						RelativePath="..\src\libexif\exif-tag.h"  						>  					</File>  					<File -						RelativePath="..\src\libexif\exif.h" +						RelativePath="..\src\libexif\exif-utils.h"  						>  					</File>  					<File @@ -862,6 +931,14 @@  						>  					</File>  					<File +						RelativePath="..\src\libexif\fuji\mnote-fuji-entry.h" +						> +					</File> +					<File +						RelativePath="..\src\libexif\fuji\mnote-fuji-tag.h" +						> +					</File> +					<File  						RelativePath="..\src\libexif\olympus\mnote-olympus-entry.h"  						>  					</File> diff --git a/mak.vc8/im_avi.vcproj b/mak.vc8/im_avi.vcproj index 90c310c..a648839 100644 --- a/mak.vc8/im_avi.vcproj +++ b/mak.vc8/im_avi.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_avi" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_avi.pch" -				AssemblerListingLocation="..\obj\im_avi/" -				ObjectFile="..\obj\im_avi/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -96,6 +97,10 @@  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  			>  			<File +				RelativePath="..\src\im_avi.def" +				> +			</File> +			<File  				RelativePath="..\src\im_format_avi.cpp"  				>  			</File> diff --git a/mak.vc8/im_capture.vcproj b/mak.vc8/im_capture.vcproj index e7a8555..6bc1003 100644 --- a/mak.vc8/im_capture.vcproj +++ b/mak.vc8/im_capture.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_capture" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_capture.pch" -				AssemblerListingLocation="..\obj\im_capture/" -				ObjectFile="..\obj\im_capture/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -96,6 +97,10 @@  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  			>  			<File +				RelativePath="..\src\im_capture.def" +				> +			</File> +			<File  				RelativePath="..\src\im_capture_dx.cpp"  				>  			</File> diff --git a/mak.vc8/im_copy.vcproj b/mak.vc8/im_copy.vcproj index 0829d33..0c08cdb 100644 --- a/mak.vc8/im_copy.vcproj +++ b/mak.vc8/im_copy.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -43,13 +43,16 @@  				Optimization="0"  				AdditionalIncludeDirectories="../include"  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" -				MinimalRebuild="true" +				MinimalRebuild="false"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				UsePrecompiledHeader="0" -				WarningLevel="3" -				Detect64BitPortabilityProblems="true" -				DebugInformationFormat="4" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb" +				WarningLevel="4" +				Detect64BitPortabilityProblems="false" +				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc8/im_ecw.vcproj b/mak.vc8/im_ecw.vcproj index 0b115a0..d394811 100644 --- a/mak.vc8/im_ecw.vcproj +++ b/mak.vc8/im_ecw.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_ecw.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -96,6 +97,10 @@  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  			>  			<File +				RelativePath="..\src\im_ecw.def" +				> +			</File> +			<File  				RelativePath="..\src\im_format_ecw.cpp"  				>  			</File> diff --git a/mak.vc8/im_fftw.vcproj b/mak.vc8/im_fftw.vcproj index 957f81c..e231f09 100644 --- a/mak.vc8/im_fftw.vcproj +++ b/mak.vc8/im_fftw.vcproj @@ -4,6 +4,7 @@  	Version="8,00"  	Name="im_fftw"  	ProjectGUID="{CB80E607-6B6C-345F-9B6D-27AA9123E493}" +	RootNamespace="im_fftw"  	TargetFrameworkVersion="131072"  	>  	<Platforms> @@ -17,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_fftw" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +47,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FFTW_ENABLE_FLOAT,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_fftw.pch" -				AssemblerListingLocation="..\obj\im_fftw/" -				ObjectFile="..\obj\im_fftw/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -99,6 +101,10 @@  				RelativePath="..\src\process\im_fft.cpp"  				>  			</File> +			<File +				RelativePath="..\src\im_fftw.def" +				> +			</File>  			<Filter  				Name="FFTW"  				> diff --git a/mak.vc8/im_info.vcproj b/mak.vc8/im_info.vcproj index ca6271c..5e91a5b 100644 --- a/mak.vc8/im_info.vcproj +++ b/mak.vc8/im_info.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -43,13 +43,16 @@  				Optimization="0"  				AdditionalIncludeDirectories="../include"  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" -				MinimalRebuild="true" +				MinimalRebuild="false"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				UsePrecompiledHeader="0" -				WarningLevel="3" -				Detect64BitPortabilityProblems="true" -				DebugInformationFormat="4" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb" +				WarningLevel="4" +				Detect64BitPortabilityProblems="false" +				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc8/im_jp2.vcproj b/mak.vc8/im_jp2.vcproj index 7e6e720..07fcd82 100644 --- a/mak.vc8/im_jp2.vcproj +++ b/mak.vc8/im_jp2.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_jp2" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EXCLUDE_JPG_SUPPORT;EXCLUDE_MIF_SUPPORT;EXCLUDE_PNM_SUPPORT;EXCLUDE_RAS_SUPPORT;EXCLUDE_BMP_SUPPORT;EXCLUDE_PGX_SUPPORT;EXCLUDE_TIFF_SUPPORT;JAS_WIN_MSVC_BUILD;JAS_TYPES;_CRT_SECURE_NO_DEPRECATE;JAS_GEO_OMIT_PRINTING_CODE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_jp2.pch" -				AssemblerListingLocation="..\obj\im_jp2/" -				ObjectFile="..\obj\im_jp2/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -100,6 +101,10 @@  				>  			</File>  			<File +				RelativePath="..\src\im_jp2.def" +				> +			</File> +			<File  				RelativePath="..\src\jas_binfile.c"  				>  			</File> diff --git a/mak.vc8/im_process.vcproj b/mak.vc8/im_process.vcproj index db2acb2..bd1760a 100644 --- a/mak.vc8/im_process.vcproj +++ b/mak.vc8/im_process.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_process" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_process.pch" -				AssemblerListingLocation="..\obj\im_process/" -				ObjectFile="..\obj\im_process/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -160,6 +161,10 @@  				>  			</File>  			<File +				RelativePath="..\src\im_process.def" +				> +			</File> +			<File  				RelativePath="..\src\process\im_quantize.cpp"  				>  			</File> diff --git a/mak.vc8/im_view.vcproj b/mak.vc8/im_view.vcproj index fcd41db..117b0fd 100644 --- a/mak.vc8/im_view.vcproj +++ b/mak.vc8/im_view.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -47,9 +47,12 @@  				BasicRuntimeChecks="3"  				RuntimeLibrary="1"  				UsePrecompiledHeader="0" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -62,7 +65,7 @@  			/>  			<Tool  				Name="VCLinkerTool" -				AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib iupwin.lib cd.lib iupcd.lib freetype6.lib" +				AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib cd.lib iupcd.lib freetype6.lib"  				OutputFile="$(OutDir)/im_view.exe"  				LinkIncremental="1"  				AdditionalLibraryDirectories="../lib;../../iup/lib;../../cd/lib" diff --git a/mak.vc8/im_wmv.vcproj b/mak.vc8/im_wmv.vcproj index 7e6d3b6..0a0daef 100644 --- a/mak.vc8/im_wmv.vcproj +++ b/mak.vc8/im_wmv.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_wmv" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_wmv.pch" -				AssemblerListingLocation="..\obj\im_wmv/" -				ObjectFile="..\obj\im_wmv/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -99,6 +100,10 @@  				RelativePath="..\src\im_format_wmv.cpp"  				>  			</File> +			<File +				RelativePath="..\src\im_wmv.def" +				> +			</File>  		</Filter>  		<Filter  			Name="Header Files" diff --git a/mak.vc8/imlua3.vcproj b/mak.vc8/imlua3.vcproj index 6f89287..ab4446b 100644 --- a/mak.vc8/imlua3.vcproj +++ b/mak.vc8/imlua3.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua3" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua3.pch" -				AssemblerListingLocation="..\obj\imlua3/" -				ObjectFile="..\obj\imlua3/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -99,6 +100,10 @@  				RelativePath="..\src\im_lua3.c"  				>  			</File> +			<File +				RelativePath="..\src\imlua3.def" +				> +			</File>  		</Filter>  		<Filter  			Name="Header Files" diff --git a/mak.vc8/imlua5.vcproj b/mak.vc8/imlua5.vcproj index 7b7131b..fe1a5a9 100644 --- a/mak.vc8/imlua5.vcproj +++ b/mak.vc8/imlua5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua5.pch" -				AssemblerListingLocation="..\obj\imlua5/" -				ObjectFile="..\obj\imlua5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -96,10 +97,22 @@  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  			>  			<File +				RelativePath="..\src\lua5\im_convert.lua" +				> +			</File> +			<File +				RelativePath="..\src\lua5\im_image.lua" +				> +			</File> +			<File  				RelativePath="..\src\lua5\imlua.c"  				>  			</File>  			<File +				RelativePath="..\src\lua5\imlua.def" +				> +			</File> +			<File  				RelativePath="..\src\lua5\imlua_aux.c"  				>  			</File> diff --git a/mak.vc8/imlua_capture5.vcproj b/mak.vc8/imlua_capture5.vcproj index c2a4a81..7c18e77 100644 --- a/mak.vc8/imlua_capture5.vcproj +++ b/mak.vc8/imlua_capture5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_capture5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_capture5.pch" -				AssemblerListingLocation="..\obj\imlua_capture5/" -				ObjectFile="..\obj\imlua_capture5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -99,6 +100,10 @@  				RelativePath="..\src\lua5\imlua_capture.c"  				>  			</File> +			<File +				RelativePath="..\src\lua5\imlua_capture.def" +				> +			</File>  		</Filter>  	</Files>  	<Globals> diff --git a/mak.vc8/imlua_fftw5.vcproj b/mak.vc8/imlua_fftw5.vcproj index f0363c4..5deb406 100644 --- a/mak.vc8/imlua_fftw5.vcproj +++ b/mak.vc8/imlua_fftw5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_fftw5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_fftw5.pch" -				AssemblerListingLocation="..\obj\imlua_fftw5/" -				ObjectFile="..\obj\imlua_fftw5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -103,6 +104,10 @@  				RelativePath="..\src\lua5\imlua_fftw.c"  				>  			</File> +			<File +				RelativePath="..\src\lua5\imlua_fftw.def" +				> +			</File>  		</Filter>  	</Files>  	<Globals> diff --git a/mak.vc8/imlua_process5.vcproj b/mak.vc8/imlua_process5.vcproj index 7cb2b0d..65772df 100644 --- a/mak.vc8/imlua_process5.vcproj +++ b/mak.vc8/imlua_process5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_process5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_process5.pch" -				AssemblerListingLocation="..\obj\imlua_process5/" -				ObjectFile="..\obj\imlua_process5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -107,6 +108,10 @@  				RelativePath="..\src\lua5\imlua_process.c"  				>  			</File> +			<File +				RelativePath="..\src\lua5\imlua_process.def" +				> +			</File>  		</Filter>  	</Files>  	<Globals> diff --git a/mak.vc9/im.sln b/mak.vc9/im.sln index 551f31f..2e59203 100644 --- a/mak.vc9/im.sln +++ b/mak.vc9/im.sln @@ -57,6 +57,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "im_view", "im_view.vcproj",  		{5A761929-07C3-48BD-8E4A-B37EC5C72C42} = {5A761929-07C3-48BD-8E4A-B37EC5C72C42}  	EndProjectSection  EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imlab", "..\..\imlab\mak.vc9\imlab.vcproj", "{C0E4757A-8A78-48C1-B507-E2A95AA18B25}" +EndProject  Global  	GlobalSection(SolutionConfigurationPlatforms) = preSolution  		Debug|Win32 = Debug|Win32 @@ -154,23 +156,32 @@ Global  		{99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|Win32.ActiveCfg = Debug|Win32  		{99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|Win32.Build.0 = Debug|Win32  		{99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B}.Release|x64.ActiveCfg = Debug|Win32 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Debug|Win32.ActiveCfg = Debug|Win32 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Debug|Win32.Build.0 = Debug|Win32 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Debug|x64.ActiveCfg = Debug|x64 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Debug|x64.Build.0 = Debug|x64 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Release|Win32.ActiveCfg = Release|Win32 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Release|Win32.Build.0 = Release|Win32 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Release|x64.ActiveCfg = Release|x64 +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25}.Release|x64.Build.0 = Release|x64  	EndGlobalSection  	GlobalSection(SolutionProperties) = preSolution  		HideSolutionNode = FALSE  	EndGlobalSection  	GlobalSection(NestedProjects) = preSolution +		{CB96E607-6B6C-0000-0000-000000000000} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} +		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} +		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} +		{CB863607-6B6C-0000-0000-000000000000} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD}  		{43564684-75A9-41FE-847B-BF8514C14571} = {0AB99E2F-D746-4ABC-BF14-33F6936CF927} +		{CB863607-6B6C-0000-0000-678900001234} = {45695057-0514-4294-AE1D-15D4017F0389} +		{CB863607-6B6C-0000-1234-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389} +		{CB863607-6B6C-0000-7689-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389} +		{CB863607-6B6C-0000-0000-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389}  		{909637FA-8229-45A9-9F42-53D8ED5F91C5} = {F36FF650-2081-42D4-82C2-645324897900}  		{328002C9-0726-4BB5-AD09-1BA1DC96F912} = {F36FF650-2081-42D4-82C2-645324897900}  		{99675DC2-A7EE-4BC8-B7E7-CD437D4FAC3B} = {F36FF650-2081-42D4-82C2-645324897900} -		{CB863607-6B6C-0000-7689-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389} -		{CB863607-6B6C-0000-1234-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389} -		{CB863607-6B6C-0000-0000-678900001234} = {45695057-0514-4294-AE1D-15D4017F0389} -		{CB863607-6B6C-0000-0000-000000001234} = {45695057-0514-4294-AE1D-15D4017F0389} -		{CB863607-6B6C-0000-0000-000000000000} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} -		{CB86E507-6B6C-4FDF-9B6D-27AA123AE463} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} -		{CB96E607-6B6C-0000-0000-000000000000} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} -		{CB86E507-6B6C-4FDF-9B6D-27AA925AE463} = {E23E03B7-7DFC-4A8F-B996-F0D052E8EBDD} +		{C0E4757A-8A78-48C1-B507-E2A95AA18B25} = {F36FF650-2081-42D4-82C2-645324897900}  	EndGlobalSection  	GlobalSection(DevPartner Solution Properties) = postSolution  	EndGlobalSection diff --git a/mak.vc9/im.vcproj b/mak.vc9/im.vcproj index bbcf082..2707bcf 100644 --- a/mak.vc9/im.vcproj +++ b/mak.vc9/im.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PNG_NO_STDIO;PNG_USE_PNGVCRD;PNG_TIME_RFC1123_SUPPORTED;_CRT_SECURE_NO_DEPRECATE;USE_EXIF"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_avi.vcproj b/mak.vc9/im_avi.vcproj index 335500d..9bc7bc4 100644 --- a/mak.vc9/im_avi.vcproj +++ b/mak.vc9/im_avi.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_avi" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_avi.pch" -				AssemblerListingLocation="..\obj\im_avi/" -				ObjectFile="..\obj\im_avi/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_capture.vcproj b/mak.vc9/im_capture.vcproj index ca7ab02..a377803 100644 --- a/mak.vc9/im_capture.vcproj +++ b/mak.vc9/im_capture.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_capture" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_capture.pch" -				AssemblerListingLocation="..\obj\im_capture/" -				ObjectFile="..\obj\im_capture/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_copy.vcproj b/mak.vc9/im_copy.vcproj index 3271a14..a187cc0 100644 --- a/mak.vc9/im_copy.vcproj +++ b/mak.vc9/im_copy.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -43,13 +43,16 @@  				Optimization="0"  				AdditionalIncludeDirectories="../include"  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" -				MinimalRebuild="true" +				MinimalRebuild="false"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				UsePrecompiledHeader="0" -				WarningLevel="3" -				Detect64BitPortabilityProblems="true" -				DebugInformationFormat="4" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb" +				WarningLevel="4" +				Detect64BitPortabilityProblems="false" +				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_ecw.vcproj b/mak.vc9/im_ecw.vcproj index abfcf69..6b4b6b6 100644 --- a/mak.vc9/im_ecw.vcproj +++ b/mak.vc9/im_ecw.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_ecw.pch" -				AssemblerListingLocation="..\obj/" -				ObjectFile="..\obj/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_fftw.vcproj b/mak.vc9/im_fftw.vcproj index 0b429b7..059e605 100644 --- a/mak.vc9/im_fftw.vcproj +++ b/mak.vc9/im_fftw.vcproj @@ -4,6 +4,7 @@  	Version="9,00"  	Name="im_fftw"  	ProjectGUID="{CB80E607-6B6C-345F-9B6D-27AA9123E493}" +	RootNamespace="im_fftw"  	TargetFrameworkVersion="131072"  	>  	<Platforms> @@ -17,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_fftw" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +47,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FFTW_ENABLE_FLOAT,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_fftw.pch" -				AssemblerListingLocation="..\obj\im_fftw/" -				ObjectFile="..\obj\im_fftw/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_info.vcproj b/mak.vc9/im_info.vcproj index 3ef1fb3..fbfcd67 100644 --- a/mak.vc9/im_info.vcproj +++ b/mak.vc9/im_info.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -43,13 +43,16 @@  				Optimization="0"  				AdditionalIncludeDirectories="../include"  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" -				MinimalRebuild="true" +				MinimalRebuild="false"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				UsePrecompiledHeader="0" -				WarningLevel="3" -				Detect64BitPortabilityProblems="true" -				DebugInformationFormat="4" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb" +				WarningLevel="4" +				Detect64BitPortabilityProblems="false" +				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_jp2.vcproj b/mak.vc9/im_jp2.vcproj index ac36e79..b06a328 100644 --- a/mak.vc9/im_jp2.vcproj +++ b/mak.vc9/im_jp2.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_jp2" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;EXCLUDE_JPG_SUPPORT;EXCLUDE_MIF_SUPPORT;EXCLUDE_PNM_SUPPORT;EXCLUDE_RAS_SUPPORT;EXCLUDE_BMP_SUPPORT;EXCLUDE_PGX_SUPPORT;EXCLUDE_TIFF_SUPPORT;JAS_WIN_MSVC_BUILD;JAS_TYPES;_CRT_SECURE_NO_DEPRECATE;JAS_GEO_OMIT_PRINTING_CODE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_jp2.pch" -				AssemblerListingLocation="..\obj\im_jp2/" -				ObjectFile="..\obj\im_jp2/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_process.vcproj b/mak.vc9/im_process.vcproj index f5f55ae..978f8cd 100644 --- a/mak.vc9/im_process.vcproj +++ b/mak.vc9/im_process.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_process" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_process.pch" -				AssemblerListingLocation="..\obj\im_process/" -				ObjectFile="..\obj\im_process/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/im_view.vcproj b/mak.vc9/im_view.vcproj index 4881ad3..2f84d8f 100644 --- a/mak.vc9/im_view.vcproj +++ b/mak.vc9/im_view.vcproj @@ -18,7 +18,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\bin" -			IntermediateDirectory="..\obj\$(ProjectName)" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="1"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			CharacterSet="2" @@ -47,9 +47,12 @@  				BasicRuntimeChecks="3"  				RuntimeLibrary="1"  				UsePrecompiledHeader="0" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" @@ -62,7 +65,7 @@  			/>  			<Tool  				Name="VCLinkerTool" -				AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib iupwin.lib cd.lib iupcd.lib freetype6.lib" +				AdditionalDependencies="comctl32.lib vfw32.lib im.lib im_avi.lib iup.lib cd.lib iupcd.lib freetype6.lib"  				OutputFile="$(OutDir)/im_view.exe"  				LinkIncremental="1"  				AdditionalLibraryDirectories="../lib;../../iup/lib;../../cd/lib" diff --git a/mak.vc9/im_wmv.vcproj b/mak.vc9/im_wmv.vcproj index 4368580..5fb9610 100644 --- a/mak.vc9/im_wmv.vcproj +++ b/mak.vc9/im_wmv.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\im_wmv" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/im_wmv.pch" -				AssemblerListingLocation="..\obj\im_wmv/" -				ObjectFile="..\obj\im_wmv/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/imlua3.vcproj b/mak.vc9/imlua3.vcproj index fd01c8b..0f36b82 100644 --- a/mak.vc9/imlua3.vcproj +++ b/mak.vc9/imlua3.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua3" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua3.pch" -				AssemblerListingLocation="..\obj\imlua3/" -				ObjectFile="..\obj\imlua3/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/imlua5.vcproj b/mak.vc9/imlua5.vcproj index 8832ed0..6177a31 100644 --- a/mak.vc9/imlua5.vcproj +++ b/mak.vc9/imlua5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua5.pch" -				AssemblerListingLocation="..\obj\imlua5/" -				ObjectFile="..\obj\imlua5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/imlua_capture5.vcproj b/mak.vc9/imlua_capture5.vcproj index 3037207..5dd1bdd 100644 --- a/mak.vc9/imlua_capture5.vcproj +++ b/mak.vc9/imlua_capture5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_capture5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_capture5.pch" -				AssemblerListingLocation="..\obj\imlua_capture5/" -				ObjectFile="..\obj\imlua_capture5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/imlua_fftw5.vcproj b/mak.vc9/imlua_fftw5.vcproj index 758bd37..e344ac2 100644 --- a/mak.vc9/imlua_fftw5.vcproj +++ b/mak.vc9/imlua_fftw5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_fftw5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_fftw5.pch" -				AssemblerListingLocation="..\obj\imlua_fftw5/" -				ObjectFile="..\obj\imlua_fftw5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" diff --git a/mak.vc9/imlua_process5.vcproj b/mak.vc9/imlua_process5.vcproj index 7d3897f..6734f83 100644 --- a/mak.vc9/imlua_process5.vcproj +++ b/mak.vc9/imlua_process5.vcproj @@ -17,7 +17,7 @@  		<Configuration  			Name="Debug|Win32"  			OutputDirectory="..\lib" -			IntermediateDirectory="..\obj\imlua_process5" +			IntermediateDirectory="..\obj\Debug\$(ProjectName)"  			ConfigurationType="4"  			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"  			UseOfMFC="0" @@ -46,14 +46,15 @@  				PreprocessorDefinitions="WIN32,_DEBUG,_LIB,_CRT_SECURE_NO_DEPRECATE"  				ExceptionHandling="0"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				PrecompiledHeaderFile="..\lib/imlua_process5.pch" -				AssemblerListingLocation="..\obj\imlua_process5/" -				ObjectFile="..\obj\imlua_process5/" -				ProgramDataBaseFileName="..\lib/" +				ObjectFile="$(IntDir)\" +				ProgramDataBaseFileName="$(IntDir)\vc90.pdb"  				WarningLevel="4"  				SuppressStartupBanner="true" +				Detect64BitPortabilityProblems="false"  				DebugInformationFormat="1" +				CompileAs="0"  			/>  			<Tool  				Name="VCManagedResourceCompilerTool" | 
