Some scripts to build the exe

This commit is contained in:
Chris Brunner 2011-05-05 21:41:54 +00:00
parent 49e157ecd1
commit a621cd3722
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
python setup.py py2exe
explorer .\dist

View File

@ -0,0 +1,4 @@
from distutils.core import setup
import py2exe
setup(console=['Panda3DToolsGUI.py'])