[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix the python-windows installer generator

From: Роман Донченко <DXDragon_at_yandex.ru>
Date: Sun, 14 Jun 2009 00:33:11 +0400

Greetings,

[[[
Fix the python-windows installer generator by making it include the .dll
files in the installer.

* packages/python-windows/setup.py: Add *.dll to the list of package data.
]]]

That list originally consisted only of "*.dll". When the build system was
modified to generate .pyd files for the binary modules, it was changed to
"*.pyd". The Subversion libraries and the dependencies are still .dll
files, though, so "*.dll" needs to be brought back.

Roman.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2361866

Received on 2009-06-13 22:33:57 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.