[Spambayes-checkins] spambayes/windows spambayes.iss,1.7,1.8

Kenny Pitt kpitt at projects.sourceforge.net
Thu Jan 29 13:27:57 EST 2004


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

Modified Files:
	spambayes.iss 
Log Message:
pythoncom23.dll and pywintypes32.dll don't need to be installed in the bin
directory.  See CVS revision 1.34 of build_exe.py in py2exe.

http://cvs.sourceforge.net/viewcvs.py/py2exe/py2exe/sandbox/py2exe/Attic/build_exe.py


Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** spambayes.iss	21 Jan 2004 19:48:53 -0000	1.7
--- spambayes.iss	29 Jan 2004 18:27:54 -0000	1.8
***************
*** 19,24 ****
  Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
  Source: "py2exe\dist\bin\python23.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
- Source: "py2exe\dist\lib\pythoncom23.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
- Source: "py2exe\dist\lib\PyWinTypes23.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
  
  Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin"; Check: InstallingOutlook; Flags: ignoreversion
--- 19,22 ----




More information about the Spambayes-checkins mailing list