Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20938/windows
Modified Files:
Tag: release_1_0-branch
spambayes.iss
Log Message:
1.0.3. Need to include msvcr71.dll in the distribution (Microsoft recommend
this)
and install it in our bin directory, or people without it won't be able to do
anything.
This is a Python 2.4 change.
Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.15.4.7
retrieving revision 1.15.4.8
diff -C2 -d -r1.15.4.7 -r1.15.4.8
*** spambayes.iss 26 Jan 2005 22:46:51 -0000 1.15.4.7
--- spambayes.iss 28 Jan 2005 01:22:32 -0000 1.15.4.8
***************
*** 5,11 ****
[Setup]
; Version specific constants
! AppVerName=SpamBayes 1.0.2
! AppVersion=1.0.2
! OutputBaseFilename=spambayes-1.0.2
; Normal constants. Be careful about changing 'AppName'
AppName=SpamBayes
--- 5,11 ----
[Setup]
; Version specific constants
! AppVerName=SpamBayes 1.0.3
! AppVersion=1.0.3
! OutputBaseFilename=spambayes-1.0.3
; Normal constants. Be careful about changing 'AppName'
AppName=SpamBayes
***************
*** 22,25 ****
--- 22,26 ----
Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
Source: "py2exe\dist\bin\python24.dll"; DestDir: "{app}\bin"; Flags:
ignoreversion
+ Source: "py2exe\dist\bin\msvcr71.dll"; DestDir: "{app}\bin"; Flags:
ignoreversion
Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin"; Check:
InstallingOutlook; Flags: ignoreversion
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins