[Python-checkins] r60882 - in python/trunk: PC/VC6/pythoncore.dsp PC/VS7.1/pythoncore.vcproj PC/VS8.0/pythoncore.vcproj PCbuild/pythoncore.vcproj

M.-A. Lemburg mal at egenix.com
Mon Feb 18 10:17:31 CET 2008


Was it intended that you removed the rgbimgmodule.c ?

On 2008-02-17 21:56, amaury.forgeotdarc wrote:
> Author: amaury.forgeotdarc
> Date: Sun Feb 17 21:56:31 2008
> New Revision: 60882
> 
> Modified:
>    python/trunk/PC/VC6/pythoncore.dsp
>    python/trunk/PC/VS7.1/pythoncore.vcproj
>    python/trunk/PC/VS8.0/pythoncore.vcproj
>    python/trunk/PCbuild/pythoncore.vcproj
> Log:
> Compilation was broken on Windows since the introduction of Advanced String Formatting.
> 
> Only PCBuild (vs9) was really tested.
> Changes for older compilers were done manually.
> 
> 
> Modified: python/trunk/PC/VC6/pythoncore.dsp
> ==============================================================================
> --- python/trunk/PC/VC6/pythoncore.dsp	(original)
> +++ python/trunk/PC/VC6/pythoncore.dsp	Sun Feb 17 21:56:31 2008
> @@ -125,6 +125,10 @@
>  # End Source File
>  # Begin Source File
>  
> +SOURCE=..\..\Modules\_collectionsmodule.c
> +# End Source File
> +# Begin Source File
> +
>  SOURCE=..\..\Modules\_csv.c
>  # End Source File
>  # Begin Source File
> @@ -253,10 +257,6 @@
>  # End Source File
>  # Begin Source File
>  
> -SOURCE=..\..\Modules\collectionsmodule.c
> -# End Source File
> -# Begin Source File
> -
>  SOURCE=..\..\Python\compile.c
>  # End Source File
>  # Begin Source File
> @@ -333,6 +333,14 @@
>  # End Source File
>  # Begin Source File
>  
> +SOURCE=..\..\Python\formatter_string.c
> +# End Source File
> +# Begin Source File
> +
> +SOURCE=..\..\Python\formatter_unicode.c
> +# End Source File
> +# Begin Source File
> +
>  SOURCE=..\..\Objects\frameobject.c
>  # End Source File
>  # Begin Source File
> @@ -583,10 +591,6 @@
>  # End Source File
>  # Begin Source File
>  
> -SOURCE=..\..\Modules\rgbimgmodule.c
> -# End Source File
> -# Begin Source File
> -
>  SOURCE=..\..\Modules\rotatingtree.c
>  # End Source File
>  # Begin Source File
> 
> Modified: python/trunk/PC/VS7.1/pythoncore.vcproj
> ==============================================================================
> --- python/trunk/PC/VS7.1/pythoncore.vcproj	(original)
> +++ python/trunk/PC/VS7.1/pythoncore.vcproj	Sun Feb 17 21:56:31 2008
> @@ -515,6 +515,12 @@
>  			RelativePath="..\..\Objects\floatobject.c">
>  		</File>
>  		<File
> +			RelativePath="..\..\Python\formatter_string.c">
> +		</File>
> +		<File
> +			RelativePath="..\..\Python\formatter_unicode.c">
> +		</File>
> +		<File
>  			RelativePath="..\..\Objects\frameobject.c">
>  		</File>
>  		<File
> 
> Modified: python/trunk/PC/VS8.0/pythoncore.vcproj
> ==============================================================================
> --- python/trunk/PC/VS8.0/pythoncore.vcproj	(original)
> +++ python/trunk/PC/VS8.0/pythoncore.vcproj	Sun Feb 17 21:56:31 2008
> @@ -1627,6 +1627,14 @@
>  				>
>  			</File>
>  			<File
> +				RelativePath="..\Python\formatter_string.c"
> +				>
> +			</File>
> +			<File
> +				RelativePath="..\Python\formatter_unicode.c"
> +				>
> +			</File>
> +			<File
>  				RelativePath="..\..\Python\frozen.c"
>  				>
>  			</File>
> 
> Modified: python/trunk/PCbuild/pythoncore.vcproj
> ==============================================================================
> --- python/trunk/PCbuild/pythoncore.vcproj	(original)
> +++ python/trunk/PCbuild/pythoncore.vcproj	Sun Feb 17 21:56:31 2008
> @@ -1627,6 +1627,14 @@
>  				>
>  			</File>
>  			<File
> +				RelativePath="..\Python\formatter_string.c"
> +				>
> +			</File>
> +			<File
> +				RelativePath="..\Python\formatter_unicode.c"
> +				>
> +			</File>
> +			<File
>  				RelativePath="..\Python\frozen.c"
>  				>
>  			</File>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 18 2008)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611


More information about the Python-checkins mailing list