Changeset 40

Show
Ignore:
Timestamp:
Thu Jun 16 12:00:57 2005
Author:
fredrikc
Message:

filters added to win32 build file. Small TM argument bugfix.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/transolution/tm/server/estreen.py

    r39 r40  
    105 105         pname = path(args[0])  
    106 106     except IndexError,e:  
    107           op.error("Invalid number if arguments, use -h for help")  
    108 107         options.fnames = []  
    109 108     else:         
  • trunk/win_setup.py

    r2 r40  
    31 31         {"script": "tm.py",  
    32 32 ##        "icon_resources": [(1, "jajouka.ico")]  
      33         },  
      34         {"script": "xliff2sgml.py",  
      35 ##        "icon_resources": [(1, "jajouka.ico")]  
      36         },  
      37         {"script": "sgml2xliff.py",  
      38 ##        "icon_resources": [(1, "jajouka.ico")]  
    33 39         }  
    34 40     ],  
     
    36 42     data_files=[("images", glob.glob("transolution/xliffeditor/images/*.png")),  
    37 43                 ("glade", glob.glob("transolution/xliffeditor/glade/*")),  
    38                   ("po", glob.glob("transolution/xliffeditor/po/*"))  
      44                 ("po", glob.glob("transolution/xliffeditor/po/*")),  
      45                 ("filter_settings", glob.glob("transolution/filters/filter_settings/*"))  
    39 46     ],  
    40 47 )