From ceac394c2133d44e81db2eb633ff54a9ad6ce7c5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 05:52:11 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r3865, which included commits to RCS files with non-trunk default branches. svn path=/trunk/extensions/gripd/; revision=3866 --- gripd.spec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gripd.spec (limited to 'gripd.spec') diff --git a/gripd.spec b/gripd.spec new file mode 100644 index 0000000..453270c --- /dev/null +++ b/gripd.spec @@ -0,0 +1,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') -- cgit v1.2.1