[Spambayes-checkins] spambayes/windows spambayes.iss,1.26,1.27

Mark Hammond mhammond at users.sourceforge.net
Mon Mar 26 10:05:00 CEST 2007


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

Modified Files:
	spambayes.iss 
Log Message:
Package gocr instead of ocrad


Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** spambayes.iss	25 Aug 2006 00:43:28 -0000	1.26
--- spambayes.iss	26 Mar 2007 08:04:57 -0000	1.27
***************
*** 52,58 ****
  Source: "py2exe\dist\bin\convert_database.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
  
! ; Include ocrad.exe and the patch required to get it to compile for Windows.
! Source: "py2exe\ocrad.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
! Source: "py2exe\ocrad.patch"; DestDir: "{app}\docs"; Flags: ignoreversion
  
  ; There is a problem attempting to get Inno to unregister our DLL.  If we mark our DLL
--- 52,60 ----
  Source: "py2exe\dist\bin\convert_database.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
  
! ; Include flavour-of-the-day OCR pacakge - currently gocr.
! ; Get from the spambayes package directory - its likely to exist
! ; there as the developer running a source version will have it there.
! Source: "..\spambayes\gocr.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
! Source: "py2exe\gocr.txt"; DestDir: "{app}\docs"; Flags: ignoreversion
  
  ; There is a problem attempting to get Inno to unregister our DLL.  If we mark our DLL



More information about the Spambayes-checkins mailing list