Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv7184
Modified Files:
Makefile
Log Message:
Updated Makefile so that it knows how to build stop_pf.exe and has more dependency information
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/windows/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile 31 Jul 2003 16:32:22 -0000 1.12
--- Makefile 30 Sep 2003 14:44:12 -0000 1.13
***************
*** 30,34 ****
$(BUILD_ZIP)
! setup.exe: ../engine/*.pl ../engine/Classifier/*.pm ../engine/skins/*.css ../engine/skins/*.gif
setup.exe: installer.nsi ioA.ini ioB.ini CBP.nsh
@../NSIS/makensis.exe /V4 $<
--- 30,38 ----
$(BUILD_ZIP)
! setup.exe: ../engine/*.pl ../engine/Classifier/*.pm ../engine/skins/*.css ../engine/skins/*.gif ../engine/v$(POPFILE_VERSION).change
! setup.exe: stop_pf.exe ../engine/popfile.exe ../engine/popfileb.exe ../engine/popfileib.exe ../engine/popfilef.exe ../engine/popfileif.exe
setup.exe: installer.nsi ioA.ini ioB.ini CBP.nsh
+ @../NSIS/makensis.exe /V4 $<
+
+ stop_pf.exe: stop_popfile.nsi
@../NSIS/makensis.exe /V4 $<
|