mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Some scripts to build the exe
This commit is contained in:
parent
49e157ecd1
commit
a621cd3722
3
contrib/src/panda3dtoolsgui/build_exe.bat
Normal file
3
contrib/src/panda3dtoolsgui/build_exe.bat
Normal file
@ -0,0 +1,3 @@
|
||||
python setup.py py2exe
|
||||
|
||||
explorer .\dist
|
4
contrib/src/panda3dtoolsgui/setup.py
Normal file
4
contrib/src/panda3dtoolsgui/setup.py
Normal file
@ -0,0 +1,4 @@
|
||||
from distutils.core import setup
|
||||
import py2exe
|
||||
|
||||
setup(console=['Panda3DToolsGUI.py'])
|
Loading…
x
Reference in New Issue
Block a user