]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
cleanup mac and windows build code
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 24 Jan 2008 04:06:41 +0000 (21:06 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 24 Jan 2008 04:06:41 +0000 (21:06 -0700)
commit5085c35002f09b78abfe1269422958e597058e5f
tree00e6acb01dc7a4cbcb1e2e8afcb1b66b50ab1c6a
parentde022b2115b52076e918cb9fb5da44bd46b64a11
cleanup mac and windows build code

this moves some of the code common to both windows and mac builds into the
allmydata module hierarchy, and cleans up the windows and mac build directories
to import the code from there.
14 files changed:
mac/allmydata_tahoe.py
mac/amdicon.py [deleted file]
mac/confwiz.py [deleted file]
mac/pkgreshook.py [deleted file]
src/allmydata/gui/__init__.py [new file with mode: 0644]
src/allmydata/gui/amdicon.py [new file with mode: 0644]
src/allmydata/gui/confwiz.py [new file with mode: 0644]
src/allmydata/gui/macapp.py [new file with mode: 0644]
src/allmydata/util/pkgresutil.py [new file with mode: 0644]
windows/amdicon.py [deleted file]
windows/confwiz.py
windows/pkgreshook.py [deleted file]
windows/tahoe.py
windows/tahoesvc.py