The 'tools' build component publishes the VMware Tools header file as
'vmtools_version.h'. All products / components which consume 'tools'
should be built with the header file published by the 'tools' build
instead of the one archived in the include directory.
*********************************************************/
+#ifdef USE_GOBUILD_TOOLS_VERSION
+
+#include "vmtools_version.h"
+
+#else
+
#ifndef VM_TOOLS_VERSION_H
#define VM_TOOLS_VERSION_H
TOOLS_VERSION_CURRENT_STR "." PRODUCT_BUILD_NUMBER_NUMERIC_STRING
#endif /* VM_TOOLS_VERSION_H */
+
+#endif /* USE_GOBUILD_TOOLS_VERSION */