]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak: cross-tools + VSS
authorKern Sibbald <kern@sibbald.com>
Sun, 7 Mar 2010 12:13:00 +0000 (13:13 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:38 +0000 (16:49 +0200)
bacula/src/win32/build-win32-cross-tools
bacula/src/win32/filed/vss_generic.cpp

index 181e1085b4197fb158437e70941de802d0dcaa08..9d05f88de9e6eb9e87bc385831f7a3f8b8ec4ec4 100755 (executable)
@@ -42,6 +42,7 @@
 
 # Directory where cross-tools directory will be placed
 TOPDIR=../../..
+TOPDIR=${DEPKGS:-${TOPDIR}}
 # Cross tools directory name under TOPDIR
 CROSSTOOLS=cross-tools
 # What flavor of GCC cross-compiler are we building? under CROSSTOOLS
index 7aa6f03ed11b67dd84fbaec70a1febcc4c3738ff..034113e42f680f775560443ecfd6ecc33978606c 100644 (file)
@@ -84,7 +84,6 @@ class IXMLDOMDocument;
 #define uuid(x)
 
 #ifdef B_VSS_XP
-// #pragma message("compile VSS for Windows XP")   
    #define VSSClientGeneric VSSClientXP
    
    #include "inc/WinXP/vss.h"
@@ -94,7 +93,6 @@ class IXMLDOMDocument;
 #endif
 
 #ifdef B_VSS_W2K3
-// #pragma message("compile VSS for Windows 2003")
    #define VSSClientGeneric VSSClient2003
    
    #include "inc/Win2003/vss.h"
@@ -103,7 +101,6 @@ class IXMLDOMDocument;
 #endif
 
 #ifdef B_VSS_VISTA
-// #pragma message("compile VSS for Vista")
    #define VSSClientGeneric VSSClientVista
 
    #include "inc/Win2003/vss.h"