]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
tweaks to build process to support py2exe
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 02:02:53 +0000 (19:02 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 02:02:53 +0000 (19:02 -0700)
commit25859082967f46502d48b76e46e9099f1b6af90a
treec057c7f679c29ee9329c8d14b50a3c574aec3cbd
parent520cbb0165ba631b670ab79ac70596657f40c051
tweaks to build process to support py2exe

py2exe is unable to handle .eggs which are packaged as zip files
in preference it will pull in other versions of libraries if they
can be found in the environment.

this changes causes .eggs to be built as .egg directories, which
py2exe can handle.
Makefile
misc/dependencies/build-deps-setup.py [deleted file]
misc/dependencies/setup.py [new file with mode: 0644]