Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12611/windows/py2exe
Modified Files:
setup_all.py
Log Message:
If we are going to distribute imapfilter, then we need to build it.
Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** setup_all.py 27 Jan 2005 02:43:18 -0000 1.20
--- setup_all.py 7 Apr 2005 01:31:22 -0000 1.21
***************
*** 116,119 ****
--- 116,123 ----
(1010, os.path.join(sb_top_dir,
r"windows\resources\sb-stopped.ico"))],
)
+ sb_imapfilter = dict(
+ dest_base = "bin/sb_imapfilter",
+ script = os.path.join(sb_top_dir, "scripts", "sb_imapfilter.py"),
+ )
autoconfigure = dict(
dest_base = "bin/setup_server",
***************
*** 155,159 ****
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],
--- 159,164 ----
service=[service],
# console exes for debugging
! console=[sb_server, sb_upload, outlook_dump_props, sb_pop3dnd,
! sb_imapfilter],
# The taskbar
windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins