[Spambayes-checkins] spambayes/windows spambayes.iss, 1.15.4.6, 1.15.4.7

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Jan 26 23:46:54 CET 2005


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

Modified Files:
      Tag: release_1_0-branch
	spambayes.iss 
Log Message:
Build with Python 2.4, not 2.3.

Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.15.4.6
retrieving revision 1.15.4.7
diff -C2 -d -r1.15.4.6 -r1.15.4.7
*** spambayes.iss	25 Jan 2005 23:11:33 -0000	1.15.4.6
--- spambayes.iss	26 Jan 2005 22:46:51 -0000	1.15.4.7
***************
*** 21,25 ****
  
  Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
! Source: "py2exe\dist\bin\python23.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
  
  Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin"; Check: InstallingOutlook; Flags: ignoreversion
--- 21,25 ----
  
  Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
! Source: "py2exe\dist\bin\python24.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
  
  Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin"; Check: InstallingOutlook; Flags: ignoreversion



More information about the Spambayes-checkins mailing list