From ea71553988990010a921976133c36b0b81fc5046 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 5 Aug 1997 22:45:23 +0000 Subject: Makefile.in, cnsres5.rc: Add a version resource to the executable git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10155 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/cns/cnsres5.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/windows/cns/cnsres5.rc') diff --git a/src/windows/cns/cnsres5.rc b/src/windows/cns/cnsres5.rc index a62c682b39..e29ab5ac5b 100644 --- a/src/windows/cns/cnsres5.rc +++ b/src/windows/cns/cnsres5.rc @@ -1,5 +1,6 @@ //Microsoft Developer Studio generated resource script. // +// XXX Since modified by hand! #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -208,3 +209,5 @@ END ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED + +#include "..\version.rc" -- cgit