[Spambayes-checkins] spambayes/Outlook2000/installer spambayes_addin.spec, 1.5, 1.6

Mark Hammond mhammond at users.sourceforge.net
Fri Jul 25 09:58:37 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/installer
In directory sc8-pr-cvs1:/tmp/cvs-serv10164

Modified Files:
	spambayes_addin.spec 
Log Message:
Enable my gross hacks to McMillan installer to include a pre-built
gencache.  This means we do not depend on having all the COM typelibraries
installed, which is a common problem.


Index: spambayes_addin.spec
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/installer/spambayes_addin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** spambayes_addin.spec	1 Jul 2003 03:16:32 -0000	1.5
--- spambayes_addin.spec	25 Jul 2003 15:58:34 -0000	1.6
***************
*** 47,50 ****
--- 47,55 ----
  #          console=0 )
  
+ typelibs = [
+     ('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0),
+     ('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}', 0, 2, 1),
+     ('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0),
+ ]
  dll = DLL(pyz,
            a.scripts,
***************
*** 56,58 ****
                 strip=0,
                 debug=debug,
!                name='dist')
--- 61,64 ----
                 strip=0,
                 debug=debug,
!                name='dist',
!                typelibs=typelibs)





More information about the Spambayes-checkins mailing list