projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Affichage des durées bien comme il faut.
[minwii.git]
/
setup_win_exe.py
diff --git
a/setup_win_exe.py
b/setup_win_exe.py
index
ed6aba6
..
2e3cd98
100755
(executable)
--- a/
setup_win_exe.py
+++ b/
setup_win_exe.py
@@
-88,7
+88,7
@@
class MinWii2exe(py2exe.build_exe.py2exe) :
class BuildExe:
def __init__(self):
#Name of starting .py
class BuildExe:
def __init__(self):
#Name of starting .py
- self.script = "src/minwii/runminwii.py"
+
#
self.script = "src/minwii/runminwii.py"
#Name of program
self.project_name = "MINWii"
#Name of program
self.project_name = "MINWii"
@@
-155,11
+155,17
@@
class BuildExe:
# targets to build
windows = [{
# targets to build
windows = [{
- 'script':
self.script
,
+ 'script':
"src/minwii/runminwii.py"
,
'icon_resources': [(0, self.icon_file)],
'copyright': self.copyright
'icon_resources': [(0, self.icon_file)],
'copyright': self.copyright
- }],
- #console = [self.script],
+ },
+ {
+ 'script' : "src/minwii/logapp.py",
+ 'icon_resources': [(0, self.icon_file)],
+ 'copyright' : self.copyright
+ }
+ ],
+ #console = ["src/minwii/logapp.py"],
options = {'py2exe': {'optimize': 2,
'bundle_files': 3,
#'compressed': True,
options = {'py2exe': {'optimize': 2,
'bundle_files': 3,
#'compressed': True,