[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.15, 1.16

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Feb 16 03:20:20 EST 2004


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12304/windows/py2exe

Modified Files:
	setup_all.py 
Log Message:
Build pop3dnd as well.  It should work fine, and provide a simpler training method,
so it'd be nice to have some people try it out.

Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** setup_all.py	8 Jan 2004 20:41:18 -0000	1.15
--- setup_all.py	16 Feb 2004 08:20:17 -0000	1.16
***************
*** 99,102 ****
--- 99,106 ----
      script = os.path.join(sb_top_dir, "scripts", "sb_server.py")
  )
+ sb_pop3dnd = dict(
+     dest_base = "bin/sb_pop3dnd",
+     script = os.path.join(sb_top_dir, "scripts", "sb_pop3dnd.py")
+ )
  sb_upload = dict(
      dest_base = "bin/sb_upload",
***************
*** 146,150 ****
        service=[service],
        # console exes for debugging
!       console=[sb_server, sb_upload, outlook_dump_props],
        # The taskbar
        windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],
--- 150,154 ----
        service=[service],
        # console exes for debugging
!       console=[sb_server, sb_upload, outlook_dump_props, sb_pop3dnd],
        # The taskbar
        windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],




More information about the Spambayes-checkins mailing list