]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Adding vstat resource file.
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 12 Jul 2005 17:36:43 +0000 (17:36 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 12 Jul 2005 17:36:43 +0000 (17:36 +0000)
Submitted by Yossi Leybovich <sleybo@mellanox.co.il>

git-svn-id: svn://openib.tc.cornell.edu/gen1@39 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tools/vstat/user/SOURCES
trunk/tools/vstat/user/vstat.rc [new file with mode: 0644]

index 28d7a76692a9815b302683a8116ef9207bba0538..4e2b4e5ebddbc97e7889def3218b108b0bd25a35 100644 (file)
@@ -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 (file)
index 0000000..01fce6c
--- /dev/null
@@ -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 <ics_ver.h>
+
+#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 <common.ver>