Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv31932
Modified Files:
Makefile
Log Message:
Update Makefile so that Windows EXEs include two icons
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile 16 Oct 2003 17:59:38 -0000 1.27
--- Makefile 27 Oct 2003 22:04:05 -0000 1.28
***************
*** 49,55 ****
# Builds the tray application using PerlTray
! winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe
! TRAY_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2003 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0
ifeq ($(TRAY_DEBUG),1)
TRAY_OPTIONS += --debug
--- 49,55 ----
# Builds the tray application using PerlTray
! winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe trayicon.ico ../windows/POPFileIcon/popfile.ico
! TRAY_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --icon trayicon.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2003 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0
ifeq ($(TRAY_DEBUG),1)
TRAY_OPTIONS += --debug
|