]> git.sur5r.net Git - bacula/bacula/commitdiff
Update Win32 build
authorKern Sibbald <kern@sibbald.com>
Wed, 11 Jul 2007 17:05:28 +0000 (17:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 11 Jul 2007 17:05:28 +0000 (17:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5143 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/README.mingw32
bacula/technotes-2.1

index cd39aabdbe4ccd500a4e73127e796ead8a79d7c9..394997dcbcdc8d61ece4838fe57ff25f9df7f8ca 100644 (file)
@@ -212,8 +212,9 @@ New data variables are exported by placing their name in the file
 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
index 0c614945f743444c0a43f140eea1318e2feea4cd..e26b9f3eb5e469ba629b37e5edd2c5fa67590357 100644 (file)
@@ -3,6 +3,7 @@
 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