From 063546474b2629f84e9b6720b8864fd1a005c07d Mon Sep 17 00:00:00 2001 From: ftillier Date: Tue, 12 Jul 2005 17:36:43 +0000 Subject: [PATCH] Adding vstat resource file. Submitted by Yossi Leybovich git-svn-id: svn://openib.tc.cornell.edu/gen1@39 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/tools/vstat/user/SOURCES | 3 ++- trunk/tools/vstat/user/vstat.rc | 47 +++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 trunk/tools/vstat/user/vstat.rc diff --git a/trunk/tools/vstat/user/SOURCES b/trunk/tools/vstat/user/SOURCES index 28d7a766..4e2b4e5e 100644 --- a/trunk/tools/vstat/user/SOURCES +++ b/trunk/tools/vstat/user/SOURCES @@ -4,7 +4,8 @@ TARGETTYPE=PROGRAM UMTYPE=console USE_CRTDLL=1 -SOURCES= vstat_querycaattr.c \ +SOURCES=vstat.rc \ + vstat_querycaattr.c \ vstat_main.c INCLUDES=..\..\..\inc;..\..\..\inc\user;..\..\..\tests\alts; diff --git a/trunk/tools/vstat/user/vstat.rc b/trunk/tools/vstat/user/vstat.rc new file mode 100644 index 00000000..01fce6c7 --- /dev/null +++ b/trunk/tools/vstat/user/vstat.rc @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2005 Mellanox Technologies. All rights reserved. + * + * This software is available to you under the OpenIB.org BSD license + * below: + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the following + * conditions are met: + * + * - Redistributions of source code must retain the above + * copyright notice, this list of conditions and the following + * disclaimer. + * + * - Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + * $Id$ + */ + + +#include + +#define VER_FILETYPE VFT_APP +#define VER_FILESUBTYPE VFT2_UNKNOWN + +#ifdef _DEBUG_ +#define VER_FILEDESCRIPTION_STR "HCA Status Report Application (Debug)" +#else +#define VER_FILEDESCRIPTION_STR "HCA Status Report Application" +#endif + +#define VER_INTERNALNAME_STR "vstat.exe" +#define VER_ORIGINALFILENAME_STR "vstat.exe" + +#include -- 2.41.0