]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update for bat on win32
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Jul 2008 15:05:25 +0000 (15:05 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 9 Jul 2008 15:05:25 +0000 (15:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7350 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bcomm/dircomm.cpp
bacula/src/qt-console/console/console.cpp
bacula/src/qt-console/restore/restoretree.cpp
bacula/src/win32/External-mingw32
bacula/src/win32/dll/bacula.def
bacula/technotes-2.5

index ae97f9af3384635d55c367fd3ba4f6523b599cbf..e96ca6a0d0948e81cb37e906a5169c92889a1685 100644 (file)
@@ -544,7 +544,7 @@ static int tls_pem_callback(char *buf, int size, const void *userdata)
 #ifdef HAVE_TLS
    const char *prompt = (const char *)userdata;
 # if defined(HAVE_WIN32)
-   sendit(prompt);
+   //sendit(prompt);
    if (win32_cgets(buf, size) == NULL) {
       buf[0] = 0;
       return 0;
index f159083c9e32fbc5cbfbfe55906d2765df0b6bbf..7defc72e65c5cf371b4be690d04c60e0fb0212a5 100644 (file)
@@ -846,7 +846,7 @@ static int tls_pem_callback(char *buf, int size, const void *userdata)
 #ifdef HAVE_TLS
    const char *prompt = (const char *)userdata;
 # if defined(HAVE_WIN32)
-   sendit(prompt);
+   //sendit(prompt);
    if (win32_cgets(buf, size) == NULL) {
       buf[0] = 0;
       return 0;
index 6aa4b54d03c860479ef4d5cca4f4356e7e431332..9171b321c4c7114b3bbe2c1c79f5640df17b2783 100644 (file)
@@ -486,7 +486,7 @@ void restoreTree::jobComboChanged(int)
    }
    job_defaults job_defs;
 
-   (void)index;
+   //(void)index;
    job_defs.job_name = jobCombo->currentText();
    if (m_console->get_job_defaults(job_defs)) {
       fileSetCombo->setCurrentIndex(fileSetCombo->findText(job_defs.fileset_name, Qt::MatchExactly));
index b5b37c490c981c707dbb43d85049757d17fcaecf..30ede46fb33b7be9d4116010433dbc3c47c8744e 100644 (file)
@@ -32,7 +32,7 @@ OPENSSL|http://www.bacula.org/depkgs-mingw32/openssl-0.9.8b.tar.gz
 PCRE|http://www.bacula.org/depkgs-mingw32/pcre-6.3.tar.bz2
 POSTGRESQL|http://www.bacula.org/depkgs-mingw32/postgresql-base-8.1.4.tar.bz2|postgresql-8.1.4
 PTHREADS|http://www.bacula.org/depkgs-mingw32/pthreads-snap-2004-06-22.tar.gz
-Qt4|ftp://www.bacula.org/depkgs-mingw32/qt-win-opensource-src-4.3.4.zip
+Qt4|http://www.bacula.org/depkgs-mingw32/qt-win-opensource-src-4.3.4.zip
 SCONS|http://www.bacula.org/depkgs-mingw32/scons-0.96.92.tar.gz
 SED|http://www.bacula.org/depkgs-mingw32/sed-4.1.5.tar.gz
 SQLITE|http://www.bacula.org/depkgs-mingw32/sqlite-3.3.17.tar.gz
index 0bda791fe9c6384ca8733eee2c6275f0e09c4d31..1bff88d879adf184efc33b50aed7019a7cdc6401 100644 (file)
@@ -722,7 +722,9 @@ _Z18jobstatus_to_asciiiPci
 _Z19last_path_separatorPKc
 _Z21set_working_directoryPc
 _Z5lcasePc
+_Z20volume_status_to_strPKc 
+_Z22jobstatus_to_ascii_guiiPci
+
 ; var.o
 _Z10var_configP6var_st12var_config_tz
 _Z10var_createPP6var_st
index ae44e8423a398ac3d704695d8eabe0d35caeeb0f..1436c9ece5f14adfef0b9be844c3e4b3657809a6 100644 (file)
@@ -30,6 +30,8 @@ vtape driver
 
 
 General:
+09Jul08
+ebl  tweak bat for win32 compilation
 08Jul08
 ebl  Remove tokyo cabinet from the source
 ebl  Update configure/autoconf to support berkeley DB