[Image-SIG] VC++ 6.0 project files for PIL 1.1

Jonathan M. Gilligan jonathan.gilligan@vanderbilt.edu
Tue, 19 Dec 2000 06:34:34 -0600


--=====================_40843234==_
Content-Type: text/plain; charset="us-ascii"; format=flowed

Here are my project files for PIL 1.1 under VC++ 6.0, in case it's any help 
to anyone. You will have to edit the paths for include and library files 
(in Projects/Settings or in Tools/Options/Directories) to point to your 
copies of zlib, libjpeg, tcl, tk, and python. Adapting these for PIL 1.1.1 
or 1.2 should not be too terrible.

Also, I posted detailed instructions for compiling PIL under Windows to 
this list on 19 September. You can search the archive.

Jonathan
--=====================_40843234==_
Content-Type: text/plain; charset="us-ascii"

# Microsoft Developer Studio Project File - Name="ImagingTk" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=ImagingTk - 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 "ImagingTk.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 "ImagingTk.mak" CFG="ImagingTk - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "ImagingTk - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "ImagingTk - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "ImagingTk - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "ImagingTk___Win32_Release"
# PROP BASE Intermediate_Dir "ImagingTk___Win32_Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "ImagingTk___Win32_Release"
# PROP Intermediate_Dir "ImagingTk___Win32_Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGINGTK_EXPORTS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "d:\programming\utility libs\jpeg\jpeg-6b" /I "libimaging" /I "d:\programming\utility libs\zlib113" /I "e:\program files\tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGINGTK_EXPORTS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tcl83.lib tk83.lib python20.lib /nologo /dll /machine:I386 /out:"ImagingTk___Win32_Release/_imagingTk.dll" /libpath:"d:\programming\utility libs\jpeg\jpeg-6b\release" /libpath:"d:\programming\python\python\dist\src\PCBuild" /libpath:"e:\program files\tcl\lib"

!ELSEIF  "$(CFG)" == "ImagingTk - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "ImagingTk___Win32_Debug"
# PROP BASE Intermediate_Dir "ImagingTk___Win32_Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "ImagingTk___Win32_Debug"
# PROP Intermediate_Dir "ImagingTk___Win32_Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGINGTK_EXPORTS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGINGTK_EXPORTS" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept

!ENDIF 

# Begin Target

# Name "ImagingTk - Win32 Release"
# Name "ImagingTk - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\_imagingtk.c
# End Source File
# Begin Source File

SOURCE=.\Tk\tkImaging.c
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project

--=====================_40843234==_
Content-Type: text/plain; charset="us-ascii"

Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "Imaging"=".\Imaging.dsp" - Package Owner=<4>

Package=<5>
{{{
    begin source code control
    Imaging
    .
    end source code control
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "ImagingTk"=".\ImagingTk.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################


--=====================_40843234==_
Content-Type: text/plain; charset="us-ascii"

# Microsoft Developer Studio Project File - Name="Imaging" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=Imaging - 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 "Imaging.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 "Imaging.mak" CFG="Imaging - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Imaging - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "Imaging - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName "Imaging"
# PROP Scc_LocalPath "."
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "Imaging - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGING_EXPORTS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "d:\programming\utility libs\jpeg\jpeg-6b" /I "libimaging" /I "d:\programming\utility libs\zlib113" /I "e:\program files\tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGING_EXPORTS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib jpeg.lib python20.lib zlibstat.lib tcl83.lib tk83.lib /nologo /dll /machine:I386 /out:"Release/_imaging.dll" /libpath:"d:\programming\utility libs\jpeg\jpeg-6b\release" /libpath:"d:\programming\python\python\dist\src\PCBuild" /libpath:"e:\program files\tcl\lib" /libpath:"d:\programming\utility libs\zlib113\Static"

!ELSEIF  "$(CFG)" == "Imaging - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGING_EXPORTS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMAGING_EXPORTS" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept

!ENDIF 

# Begin Target

# Name "Imaging - Win32 Release"
# Name "Imaging - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\_imaging.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Access.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Bands.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\BitDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Blend.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Chops.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Convert.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\ConvertYCbCr.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Copy.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Crc32.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Crop.c
# End Source File
# Begin Source File

SOURCE=.\decode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Dib.c
# End Source File
# Begin Source File

SOURCE=.\display.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Draw.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Effects.c
# End Source File
# Begin Source File

SOURCE=.\encode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\EpsEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\File.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Fill.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Filter.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\FliDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Geometry.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\GetBBox.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\GifDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\GifEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\HexDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Histo.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\JpegDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\JpegEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\LzwDecode.c
# End Source File
# Begin Source File

SOURCE=.\map.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Matrix.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\MspDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Negative.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Offset.c
# End Source File
# Begin Source File

SOURCE=.\outline.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Pack.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\PackDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Palette.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Paste.c
# End Source File
# Begin Source File

SOURCE=.\path.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\PcdDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\PcxDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\PcxEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Point.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Quant.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantHash.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantHeap.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\RawDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\RawEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Storage.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\SunRleDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\TgaRleDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\Unpack.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\UnpackYCC.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\XbmDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\XbmEncode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\ZipDecode.c
# End Source File
# Begin Source File

SOURCE=.\libImaging\ZipEncode.c
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\libImaging\Bit.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Gif.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Imaging.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\ImConfig.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\ImDib.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\ImPlatform.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Jpeg.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Lzw.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Quant.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantDefines.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantHash.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantHeap.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\QuantTypes.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Raw.h
# End Source File
# Begin Source File

SOURCE=.\libImaging\Zip.h
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project

--=====================_40843234==_
Content-Type: text/plain; charset="us-ascii"; format=flowed

===========================================================================
Jonathan M. Gilligan                     <jonathan.gilligan@vanderbilt.edu>

--=====================_40843234==_--