From: Kern Sibbald Date: Sat, 28 Feb 2004 12:00:34 +0000 (+0000) Subject: Add installer build to build.bat X-Git-Tag: Release-7.0.0~9656 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6dd44cf2dae2c0baa5de902b8f4757bb757ae82a;p=bacula%2Fbacula Add installer build to build.bat git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1097 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 8e39522938..fb648972ca 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,7 +1,7 @@ - Release Notes for Bacula 1.33.3 + Release Notes for Bacula 1.33.4 - Bacula code: Total files = 284 Total lines = 88,550 (*.h *.c *.in) + Bacula code: Total files = 301 Total lines = 89,118 (*.h *.c *.in) New directives: - "Close on Poll = yes/no" in SD Device resource. diff --git a/bacula/src/count-lines b/bacula/src/count-lines index c6019240b4..f2c989bb3b 100755 --- a/bacula/src/count-lines +++ b/bacula/src/count-lines @@ -1,8 +1,8 @@ #!/bin/sh rm -f 1 touch 1 -for i in . console gnome-console cats dird filed findlib lib stored tools; do - ls -1 $i/*.c $i/*.h $i/*.in >>1 +for i in . console gnome-console cats dird filed filed/win32 win32 findlib lib stored tools; do + ls -1 $i/*.c $i/*.cpp $i/*.h $i/*.in >>1 done cat 1 | $HOME/bin/lines # rm -f 1