|
From: <jgr...@us...> - 2003-10-15 17:07:39
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv1035/windows Modified Files: Makefile Log Message: Simplify the rc target Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 30 Sep 2003 14:44:12 -0000 1.13 --- Makefile 15 Oct 2003 17:07:28 -0000 1.14 *************** *** 21,25 **** include ..\engine\vars.mak - POPFILE_WINDOWS_ZIP := popfile-$(POPFILE_VERSION)-windows.zip BUILD_ZIP=../engine/wzzip -P $(POPFILE_WINDOWS_ZIP) -a $^ --- 21,24 ---- |