Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv14696
Modified Files:
installer.nsi
Log Message:
Updated to match recent CVS changes (new POPFile\MQ.pm module)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** installer.nsi 14 Jun 2003 21:37:02 -0000 1.65
--- installer.nsi 14 Jun 2003 23:43:41 -0000 1.66
***************
*** 19,23 ****
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.19.0 (CVS)"
!define RELEASE_NOTES "..\engine\v0.19.0.change"
--- 19,23 ----
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.0 (CVS)"
!define RELEASE_NOTES "..\engine\v0.19.0.change"
***************
*** 322,325 ****
--- 322,326 ----
File "..\engine\Classifier\MailParse.pm"
SetOutPath $INSTDIR\POPFile
+ File "..\engine\POPFile\MQ.pm"
File "..\engine\POPFile\Logger.pm"
File "..\engine\POPFile\Module.pm"
|