From: <jgr...@us...> - 2003-05-20 19:59:07
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv14453/windows Modified Files: Makefile installer.nsi Log Message: Make installer and package include otto.gif Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 20 May 2003 13:35:21 -0000 1.10 --- Makefile 20 May 2003 19:58:55 -0000 1.11 *************** *** 1,7 **** .PHONY: all build ! ifndef POPFILE_VERSION ! $(error POPFILE_VERSION must be defined, run 'make windows' in the engine directory) ! endif POPFILE_WINDOWS_ZIP := popfile-$(POPFILE_VERSION)-windows.zip --- 1,5 ---- .PHONY: all build ! include ..\engine\vars.mak POPFILE_WINDOWS_ZIP := popfile-$(POPFILE_VERSION)-windows.zip Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** installer.nsi 20 May 2003 13:35:22 -0000 1.49 --- installer.nsi 20 May 2003 19:58:56 -0000 1.50 *************** *** 15,19 **** !define MUI_PRODUCT "POPFile" ! !define MUI_VERSION "0.19.0 RC3" !include "MUI.nsh" --- 15,19 ---- !define MUI_PRODUCT "POPFile" ! !define MUI_VERSION "0.19.0RC3" !include "MUI.nsh" *************** *** 222,225 **** --- 222,226 ---- File "..\engine\pix.gif" File "..\engine\black.gif" + File "..\engine\otto.gif" IfFileExists "$INSTDIR\stopwords" stopwords_found |