$(LIBDIR)\afs_xstat_fs.lib: $(OUT)\xstat_fs.obj $(OUT)\xstat_fs_callback.obj $(OUT)\AFS_component_version_number.obj
$(LIBARCH)
-$(BINDIR)\xstat_fs_test.exe: $(OUT)\xstat_fs_test.obj $(LIBDIR)\afs_xstat_fs.lib $(LIBS)
+$(OUT)\xstat_fs_test.res: xstat_fs_test.rc AFS_component_version_number.h
+
+$(BINDIR)\xstat_fs_test.exe: $(OUT)\xstat_fs_test.obj $(OUT)\xstat_fs_test.res $(LIBDIR)\afs_xstat_fs.lib $(LIBS)
$(EXECONLINK) rpcrt4.lib
$(_VC_MANIFEST_EMBED_EXE)
$(EXEPREP)
$(LIBDIR)\afs_xstat_cm.lib: $(OUT)\xstat_cm.obj $(OUT)\AFS_component_version_number.obj
$(LIBARCH)
-$(BINDIR)\xstat_cm_test.exe: $(OUT)\xstat_cm_test.obj $(LIBDIR)\afs_xstat_cm.lib $(LIBS)
+$(OUT)\xstat_cm_test.res: xstat_cm_test.rc AFS_component_version_number.h
+
+$(BINDIR)\xstat_cm_test.exe: $(OUT)\xstat_cm_test.obj $(OUT)\xstat_cm_test.res $(LIBDIR)\afs_xstat_cm.lib $(LIBS)
$(EXECONLINK)
$(_VC_MANIFEST_EMBED_EXE)
$(EXEPREP)
#
clean::
$(DEL) -f $(OUT)\*.obj
+ $(DEL) -f $(OUT)\*.res
$(DEL) -f $(OUT)\*.pdb
$(DEL) -f $(OUT)\*.ilk
$(DEL) -f $(INCDIR)\afs\xstat_fs.h
$(DEL) -f $(LIBDIR)\afs_xstat_cm.lib
$(DEL) -f $(BINDIR)\xstat_cm_test.exe
$(DEL) -f $(BINDIR)\xstat_fs_test.exe
- $(DEL) -f AFS_component_version_number.c
+ $(DEL) -f AFS_component_version_number.?
--- /dev/null
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License. For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+/* Define VERSIONINFO resource */
+
+#define AFS_VERINFO_FILE_DESCRIPTION "AFS Cache Manager Statistics Tool"
+#define AFS_VERINFO_NAME "xstat_cm_test"
+#define AFS_VERINFO_FILENAME "xstat_cm_test.exe"
+
+#include "AFS_component_version_number.h"
+#include "..\config\NTVersioninfo.rc"
--- /dev/null
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ *
+ * This software has been released under the terms of the IBM Public
+ * License. For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+/* Define VERSIONINFO resource */
+
+#define AFS_VERINFO_FILE_DESCRIPTION "AFS File Server Statistics Tool"
+#define AFS_VERINFO_NAME "xstat_fs_test"
+#define AFS_VERINFO_FILENAME "xstat_fs_test.exe"
+
+#include "AFS_component_version_number.h"
+#include "..\config\NTVersioninfo.rc"