build.cmd (need gnuwin32)

master
Tanguy Pruvot 2010-10-29 03:07:06 +02:00
rodzic f1ca86fc1c
commit decebcd3b5
1 zmienionych plików z 4 dodań i 0 usunięć

4
build.cmd 100644
Wyświetl plik

@ -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