From: John Graham-C. <jgr...@us...> - 2007-06-11 07:15:43
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30118 Modified Files: Tag: b0_22_2 Makefile Log Message: Add automatic building of the version checking executable Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.22.4.2 retrieving revision 1.22.4.3 diff -C2 -d -r1.22.4.2 -r1.22.4.3 *** Makefile 13 Sep 2005 20:35:49 -0000 1.22.4.2 --- Makefile 11 Jun 2007 07:15:38 -0000 1.22.4.3 *************** *** 35,42 **** MSGCAPTURE=msgcapture.exe RUNSQLITE=runsqlite.exe ALLEXES := $(SETUP) $(RUNPOPFILE) $(ADDUSER) \ $(MONITORCC) $(STOP_PF) $(MSGCAPTURE) \ ! $(RUNSQLITE) $(POPFILE_WINDOWS_ZIP) all: build --- 35,44 ---- MSGCAPTURE=msgcapture.exe RUNSQLITE=runsqlite.exe + APVERCHECK=toolkit/ap-vcheck.exe ALLEXES := $(SETUP) $(RUNPOPFILE) $(ADDUSER) \ $(MONITORCC) $(STOP_PF) $(MSGCAPTURE) \ ! $(APVERCHECK) \ ! $(RUNSQLITE) $(POPFILE_WINDOWS_ZIP) all: build *************** *** 70,73 **** --- 72,76 ---- $(SETUP): $(STOP_PF) $(ENGINE)/popfile.exe $(ENGINE)/popfileb.exe $(ENGINE)/popfileib.exe $(ENGINE)/popfilef.exe $(ENGINE)/popfileif.exe $(ENGINE)/popfile-service.exe $(SETUP): $(RUNPOPFILE) $(ADDUSER) $(MONITORCC) $(STOP_PF) $(MSGCAPTURE) + $(SETUP): $(APVERCHECK) $(SETUP): ioG.ini WriteEnvStr.nsh $(SETUP): languages/*-pfi.nsh hdr-common.bmp special.bmp remove.ico *************** *** 92,93 **** --- 95,98 ---- $(MSGCAPTURE): hdr-common.bmp $(MSGCAPTURE): UI/pfi_headerbmpr.exe UI/pfi_modern.exe + + $(APVERCHECK): $(patsubst %.exe,%.nsi,$(APVERCHECK)) |