]> git.sur5r.net Git - bacula/bacula/commitdiff
Add installer build to build.bat
authorKern Sibbald <kern@sibbald.com>
Sat, 28 Feb 2004 12:00:34 +0000 (12:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 28 Feb 2004 12:00:34 +0000 (12:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1097 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/count-lines

index 8e3952293882f0b278b2b03b3624c8ac6cd05cbd..fb648972cadfa83183d5f38a139a268644f82b41 100644 (file)
@@ -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.
index c6019240b4d2149073641dde28a38f32f0075805..f2c989bb3bdc298f10ccbfbe51cebc9129a8b777 100755 (executable)
@@ -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