Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8196
Modified Files:
Tag: b0_22_2
Makefile
Log Message:
Add new module and update Makefile to build it
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/windows/Makefile,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -C2 -d -r1.22 -r1.22.4.1
*** Makefile 19 Dec 2004 01:07:59 -0000 1.22
--- Makefile 13 Sep 2005 19:05:32 -0000 1.22.4.1
***************
*** 60,63 ****
--- 60,69 ----
@cd $(dir $@) ; makensis /v2 $(notdir $<)
+ test/pfidbstatus.exe: test/pfidbstatus.nsi test/pfinfo.ico
+ test/pfidbstatus.exe: hdr-common.bmp UI/pfi_headerbmpr.exe
+ test/pfidbstatus.exe: UI/pfi_modern.exe
+ test/pfidbstatus.exe:
+ @cd $(dir $@) ; makensis /v2 /DCTS_INTEGRATED $(notdir $<)
+
$(SETUP): installer.nsi ; @$(MAKENSIS)
$(SETUP): $(ENGINE)/*.pl $(ENGINE)/POPFile/*.pm $(ENGINE)/Classifier/*.pm $(ENGINE)/Proxy/*.pm $(ENGINE)/UI/*.pm $(ENGINE)/Platform/MSWin32.pm $(ENGINE)/skins/*/*.css $(ENGINE)/skins/*/*.gif $(ENGINE)/skins/*/*.thtml $(ENGINE)/v$(POPFILE_VERSION).change
***************
*** 67,71 ****
$(SETUP): languages/*-pfi.nsh hdr-common.bmp special.bmp remove.ico
$(SETUP): UI/pfi_headerbmpr.exe UI/pfi_modern.exe
! $(SETUP): test/pfidiag.exe $(RUNSQLITE)
$(RUNPOPFILE): $(patsubst %.exe,%.nsi,$(RUNPOPFILE))
--- 73,77 ----
$(SETUP): languages/*-pfi.nsh hdr-common.bmp special.bmp remove.ico
$(SETUP): UI/pfi_headerbmpr.exe UI/pfi_modern.exe
! $(SETUP): test/pfidbstatus.exe test/pfidiag.exe $(RUNSQLITE)
$(RUNPOPFILE): $(patsubst %.exe,%.nsi,$(RUNPOPFILE))
|