]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update documentation
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 1 May 2009 08:26:07 +0000 (08:26 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 1 May 2009 08:26:07 +0000 (08:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8776 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/README.mingw32
bacula/src/qt-console/bat.pro.mingw32.in
bacula/src/qt-console/make-win32

index 0c5484921a774f77f76ebddf62cca2a55bd4d8ce..cc8a75604eaada98cfa316570348098de5948dc3 100644 (file)
@@ -50,11 +50,11 @@ $ wine qt-win-opensource-4.4.0-mingw.exe
  * Install under c:\Qt (no space)
  * no worry about mingw installation
 
-$ cp -r ~/.wine/drive_c/Qt/4.4.0/src/    depkgs-mingw32/include
-$ cp -r ~/.wine/drive_c/Qt/4.4.0/include depkgs-mingw32/include/qt
-$ cp -r ~/.wine/drive_c/Qt/4.4.0/lib     depkgs-mingw32/lib/qt
-# copy ~/.wine/drive_c/Qt/4.4.0/bin/QtCore4.dll to src/win32/release
-# copy ~/.wine/drive_c/Qt/4.4.0/bin/QtGui4.dll to src/win32/release
+$ cp -r ~/.wine/drive_c/Qt/4.4.1/src/    depkgs-mingw32/include
+$ cp -r ~/.wine/drive_c/Qt/4.4.1/include depkgs-mingw32/include/qt
+$ cp -r ~/.wine/drive_c/Qt/4.4.1/lib     depkgs-mingw32/lib/qt
+# cp ~/.wine/drive_c/Qt/4.4.1/bin/QtCore4.dll src/win32/release32
+# cp ~/.wine/drive_c/Qt/4.4.1/bin/QtGui4.dll src/win32/release32
 
 MINGW setup
 -----------
index 74f7fdafbdba93e92581847e82282ee02511448a..68ae52bc9457425603e6e54b224f52814dd93214 100644 (file)
@@ -21,7 +21,7 @@ INCLUDEPATH += .. . ./console ./restore ./select
 
 cross-win32 {
 #  LIBS       +=  ../win32/dll/bacula.a
-  LIBS       +=  -mwindows -L../win32/release -lbacula
+  LIBS       +=  -mwindows -L../win32/release32 -lbacula
 }
 !cross-win32 {
   LIBS        += -L../lib -lbac @OPENSSL_LIBS@
@@ -69,7 +69,7 @@ SOURCES += bcomm/dircomm.cpp bcomm/dircomm_auth.cpp
 
 # Console
 HEADERS += console/console.h
-SOURCES += console/authenticate.cpp console/console.cpp
+SOURCES += console/console.cpp
 
 # Restore
 HEADERS += restore/restore.h
index 4de01cf1b0f71e39dcc164cbbabe1e021c4bfdda..a0683000a3eb792a305fae542969e1ee85913afe 100755 (executable)
@@ -11,6 +11,6 @@ make -j3 -f Makefile.mingw32 $1
 if test -e ../config.h.orig ; then
    mv -f ../config.h.orig ../config.h
 fi
-if test -d ../win32/release; then
-   cp -f debug/bat.exe ../win32/release
+if test -d ../win32/release32; then
+   cp -f debug/bat.exe ../win32/release32
 fi