Ajout de l'analyseur des logs.
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 27 Jul 2010 07:58:11 +0000 (07:58 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 27 Jul 2010 07:58:11 +0000 (07:58 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@292 fe552daf-6dbe-4428-90eb-1537e0879342

setup_win_exe.py

index ed6aba6..1aa2fb0 100755 (executable)
@@ -88,7 +88,7 @@ class MinWii2exe(py2exe.build_exe.py2exe) :
 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"
@@ -158,7 +158,13 @@ class BuildExe:
                 'script': self.script,
                 'icon_resources': [(0, self.icon_file)],
                 'copyright': self.copyright
-            }],
+                },
+                {
+                'script' : "src/minwii/logapp.py",
+                'icon_resources': [(0, self.icon_file)]
+                'copyright' : self.copyright
+                }
+                ]
             #console = [self.script],
             options = {'py2exe': {'optimize': 2,
                                   'bundle_files': 3,