From 34d6636074a8b6153a31f5372f8e56da1e2d057c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 7 Mar 2010 13:13:00 +0100 Subject: [PATCH] Tweak: cross-tools + VSS --- bacula/src/win32/build-win32-cross-tools | 1 + bacula/src/win32/filed/vss_generic.cpp | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bacula/src/win32/build-win32-cross-tools b/bacula/src/win32/build-win32-cross-tools index 181e1085b4..9d05f88de9 100755 --- a/bacula/src/win32/build-win32-cross-tools +++ b/bacula/src/win32/build-win32-cross-tools @@ -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 diff --git a/bacula/src/win32/filed/vss_generic.cpp b/bacula/src/win32/filed/vss_generic.cpp index 7aa6f03ed1..034113e42f 100644 --- a/bacula/src/win32/filed/vss_generic.cpp +++ b/bacula/src/win32/filed/vss_generic.cpp @@ -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" -- 2.39.5