$(OUT)\butc_xbsa.obj \
$(LWPOBJS) \
$(BUCOORDOBJS)
+
+BUTCRES = $(OUT)\butc.res
+
BUTCINCLUDE= -I. -I$(DESTDIR)\include -I$(XBSADIR)
BUTCLIBS=$(DESTDIR)\lib\afs\afsbudb.lib \
$(DESTDIR)\lib\afs\afsbubasics.lib \
# nmake /nologo /f ntmakefile install
#----------------------------------------------- BUTC
-$(BUTCEXE): $(BUTCOBJS) $(BUTCLIBS)
+$(BUTCRES): butc.rc AFS_component_version_number.h
+
+$(BUTCEXE): $(BUTCOBJS) $(BUTCRES) $(BUTCLIBS)
$(EXECONLINK) dnsapi.lib mpr.lib
$(_VC_MANIFEST_EMBED_EXE)
$(EXEPREP)
mkdir:
+clean::
+ $(DEL) $(BUTCRES)
--- /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 Tape Coordinator Server (threaded)"
+#define AFS_VERINFO_NAME "butc"
+#define AFS_VERINFO_FILENAME "butc.exe"
+
+#include "AFS_component_version_number.h"
+#include "..\config\NTVersioninfo.rc"