Added support for py2exe thanks to Sebastian Schuberth
commitad06fa452366b85c061439923d1be72d3f016bc9
authorDavid Aguilar <davvid@gmail.com>
Tue, 22 Jan 2008 01:04:56 +0000 (21 17:04 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 22 Jan 2008 01:04:56 +0000 (21 17:04 -0800)
treee2a9bfa5124e2c89e4ba09309efd523fea5b37ad
parentc66b09440f26fb99923dff60d4b3774db2c7e65f
Added support for py2exe thanks to Sebastian Schuberth

ugit.py was adjusted to account for __file__ not being available when
using py2exe.  The py2exe setup scripts were provided by Sebastian for
inclusion with the win32 release.  scripts/build-win32.sh was adjusted
accordingly.

Signed-off by: David Aguilar <davvid@gmail.com>
bin/ugit.py
scripts/build-win32.sh
scripts/py2exe-setup.cmd [new file with mode: 0755]
scripts/py2exe-setup.py [new file with mode: 0755]