aboutsummaryrefslogtreecommitdiff
path: root/gripd.spec
blob: 453270c32cdba83e77af8f6d927cb3b013f40e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
a = Analysis(['../../support/_mountzlib.py',
              '../../support/useUnicode.py',
              'src/gripd.py'],
              pathex=[])
pyz = PYZ(a.pure)
exe = EXE(pyz,
          a.scripts + [('OO','','OPTION')] + [('f','','OPTION')],
          exclude_binaries=1,
          name='buildgripd/gripd',
          debug=0,
          strip=1,
          console=1 )
coll = COLLECT( exe,
               a.binaries,
               strip=1,
               name='distgripd')