From decebcd3b50a4d003fd2e8c820e68fde55dbd38f Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Fri, 29 Oct 2010 03:07:06 +0200 Subject: [PATCH] build.cmd (need gnuwin32) --- build.cmd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.cmd diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..32d7609 --- /dev/null +++ b/build.cmd @@ -0,0 +1,4 @@ +#!cmd.exe +cat SG_iCal.php | grep -v "BUILD: Remove line" > sgical.php +DIR /B /S helpers | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> sgical.php +DIR /B /S blocks | grep SG_iCal | grep -v svn | sed -e "s/\\/\//g" | xargs cat | grep -v "BUILD: Remove line" >> sgical.php