git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5143
91ce42f0-d328-0410-95d8-
f526ca767f89
As with the bacula.def file above, this is now more or less automated.
When the link dies, simply do the following:
- cd .../bacula/src/win32/cats
+ cd .../bacula/src/win32
make (to build the .o files, note the link will fail)
+ cd cats
./make_def >bacula_cats.def
This should rebuild the bacula_cats.def file. Note, if you have
General:
11Jul07
kes Move qwt (Graphics libarary for Qt4) to depkgs.
+kes You now need a --with-qwt=<dir> to be able to build bat.
kes Update src/win32/cats/bacula_cats.def to include the new
db_get_query_dbids() call on Win32.
07Jul07