Changeset 185 for trunk/synapse
- Timestamp:
- 09/17/10 05:44:58 (12 years ago)
- Location:
- trunk/synapse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synapse/Puzzlebox-Synapse.nsi
r183 r185 440 440 441 441 442 ExecWait ' package\Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"'442 ExecWait '..\package\vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"' 443 443 444 444 -
trunk/synapse/setup.py
r183 r185 29 29 sys.exit() 30 30 31 31 32 if (sys.platform == 'win32'): 32 33 33 34 # Remove the build folder, a bit slower but ensures that build contains the latest 34 35 shutil.rmtree("build", ignore_errors=True) 35 36 36 37 options={"py2exe": { \ 37 38 "includes": [ \ … … 71 72 "images/puzzlebox_logo.png"]), 72 73 ] 73 74 74 75 # Add the mpl mpl-data folder and rc file 75 76 data_files += matplotlib.get_py2exe_datafiles() 76 77 77 78 matplotlib.use('Qt4Agg') # overrule configuration 78 79 79 80 80
Note: See TracChangeset
for help on using the changeset viewer.