]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
first stab at windows build details.
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 02:01:56 +0000 (19:01 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 02:01:56 +0000 (19:01 -0700)
commit520cbb0165ba631b670ab79ac70596657f40c051
tree4de4e362729bc58b6db1cb66e637b574546a6db2
parent4e3f0892574aab4cc14916c01fb51b818430f3be
first stab at windows build details.

there are many and various fiddly details that were involved in this process
on mountain view.  This is a stripped down version of the build process used
there.  there's hence a good chance that one or two necessary details got
stripped down through the cracks.

this provides a py2exe setup.py to build a tahoe.exe and a tahoesvc.exe
the former is equivalent to bin/tahoe, but without the start/stop commands.
the latter is a windows service that instantiates a client whose basedir
is found in the registry.
windows/registry.py [new file with mode: 0644]
windows/setup.py [new file with mode: 0644]
windows/tahoe.py [new file with mode: 0644]
windows/tahoesvc.py [new file with mode: 0644]