]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[IBDIAGS] missing files - some days are better than others!
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 27 Jan 2009 19:06:35 +0000 (19:06 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 27 Jan 2009 19:06:35 +0000 (19:06 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1897 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tools/infiniband_diags/src/ibnetdiscover/ibnetdiscover.rc [new file with mode: 0644]
trunk/tools/infiniband_diags/src/ibnetdiscover/makefile [new file with mode: 0644]

diff --git a/trunk/tools/infiniband_diags/src/ibnetdiscover/ibnetdiscover.rc b/trunk/tools/infiniband_diags/src/ibnetdiscover/ibnetdiscover.rc
new file mode 100644 (file)
index 0000000..22ea76d
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2009 Intel Corporation.  All rights reserved.\r
+ *\r
+ * This software is available to you under the OpenIB.org BSD license\r
+ * below:\r
+ *\r
+ *     Redistribution and use in source and binary forms, with or\r
+ *     without modification, are permitted provided that the following\r
+ *     conditions are met:\r
+ *\r
+ *      - Redistributions of source code must retain the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer.\r
+ *\r
+ *      - Redistributions in binary form must reproduce the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer in the documentation and/or other materials\r
+ *        provided with the distribution.\r
+ *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
+ * SOFTWARE.\r
+ *\r
+ * $Id$\r
+ */\r
+\r
+\r
+#include <oib_ver.h>\r
+\r
+#define VER_FILETYPE                   VFT_APP\r
+#define VER_FILESUBTYPE                        VFT2_UNKNOWN\r
+\r
+#ifdef DBG\r
+#define VER_FILEDESCRIPTION_STR        "InfiniBand Fabric Topology Discovery (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR        "InfiniBand Fabric Topology Discovery"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibnetdiscover.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibnetdiscover.exe"\r
+\r
+#include <common.ver>\r
diff --git a/trunk/tools/infiniband_diags/src/ibnetdiscover/makefile b/trunk/tools/infiniband_diags/src/ibnetdiscover/makefile
new file mode 100644 (file)
index 0000000..a0c0627
--- /dev/null
@@ -0,0 +1,7 @@
+#\r
+# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source\r
+# file to this component.  This file merely indirects to the real make file\r
+# that is shared by all the driver components of the OpenIB Windows project.\r
+#\r
+\r
+!INCLUDE ..\..\..\..\inc\openib.def\r