~fabien-morin/unifield-web/fm-us-3203

« back to all changes in this revision

Viewing changes to win32/setup.py

  • Committer: jf
  • Date: 2017-06-01 14:43:04 UTC
  • mfrom: (4842.4.14 web-py27)
  • Revision ID: jfb@tempo-consulting.fr-20170601144304-zcyc468fwjf5l2w8
Python 2.7 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                         "skip_archive": 1,
40
40
                         "bundle_files": 3, 
41
41
                         "optimize": 0,
42
 
                         "compressed": 0}}
43
 
      )
 
42
                         "compressed": 0,
 
43
                         "dll_excludes": [ 'w9xpopen.exe' ],
 
44
                         }})
44
45
 
45
46
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
46
47