/[gnue]/gnue-common/packaging/mcmillan/gnue-forms.spec
ViewVC logotype

Diff of /gnue-common/packaging/mcmillan/gnue-forms.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by btami, Sun Apr 6 22:15:15 2003 UTC revision 1.2 by btami, Sun Oct 5 18:20:47 2003 UTC
# Line 1  Line 1 
1  a = Analysis(['C:\\Installer\\McMillan\\support\\_mountzlib.py',  a = Analysis(['C:\\Installer\\McMillan\\support\\_mountzlib.py',
2   'C:\\Installer\\McMillan\\support\\useUnicode.py',   'C:\\Installer\\McMillan\\support\\useUnicode.py',
3   'C:\\python22\\scripts\\gnue-forms'],   'C:\\python23\\scripts\\gnue-forms'],
4               pathex=[])               pathex=[])
5  pyz = PYZ(a.pure)  pyz = PYZ(a.pure)
6  exe = EXE(pyz,  exe = EXE(pyz,
7            a.scripts,            a.scripts,
8            exclude_binaries=1,            exclude_binaries=1,
9            name='buildgnue-forms/gnue-forms.exe',            name='buildgnue-forms/gnue-forms.exe',
10            debug=0,            debug=1,
11            strip=0,            strip=0,
12            console=1 )            console=1 )
13  coll = COLLECT( exe,  coll = COLLECT( exe,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26