# 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
#define uuid(x)
#ifdef B_VSS_XP
-// #pragma message("compile VSS for Windows XP")
#define VSSClientGeneric VSSClientXP
#include "inc/WinXP/vss.h"
#endif
#ifdef B_VSS_W2K3
-// #pragma message("compile VSS for Windows 2003")
#define VSSClientGeneric VSSClient2003
#include "inc/Win2003/vss.h"
#endif
#ifdef B_VSS_VISTA
-// #pragma message("compile VSS for Vista")
#define VSSClientGeneric VSSClientVista
#include "inc/Win2003/vss.h"