]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinVerbs] Added .rc files + mods to SOURCES to use .rc files.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 12 Dec 2008 00:52:06 +0000 (00:52 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 12 Dec 2008 00:52:06 +0000 (00:52 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1784 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

12 files changed:
trunk/ulp/libibverbs/examples/asyncwatch/SOURCES
trunk/ulp/libibverbs/examples/asyncwatch/asyncwatch.rc [new file with mode: 0644]
trunk/ulp/libibverbs/examples/devinfo/SOURCES
trunk/ulp/libibverbs/examples/devinfo/devinfo.rc [new file with mode: 0644]
trunk/ulp/libibverbs/examples/rc_pingpong/SOURCES
trunk/ulp/libibverbs/examples/rc_pingpong/rc_pingpong.rc [new file with mode: 0644]
trunk/ulp/libibverbs/examples/srq_pingpong/SOURCES
trunk/ulp/libibverbs/examples/srq_pingpong/srq_pingpong.rc [new file with mode: 0644]
trunk/ulp/libibverbs/examples/uc_pingpong/SOURCES
trunk/ulp/libibverbs/examples/uc_pingpong/uc_pingpong.rc [new file with mode: 0644]
trunk/ulp/libibverbs/examples/ud_pingpong/SOURCES
trunk/ulp/libibverbs/examples/ud_pingpong/ud_pingpong.rc [new file with mode: 0644]

index 7d7d5d5be70b317c4cd13bd48991aad11058d3b0..f8c7c854a2adf3811a3906a8d14bfd053c399171 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       asyncwatch.rc   \\r
        asyncwatch.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/asyncwatch/asyncwatch.rc b/trunk/ulp/libibverbs/examples/asyncwatch/asyncwatch.rc
new file mode 100644 (file)
index 0000000..aa7bc92
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - Async Event Watch (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - Async Event Watch"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r
index 10a12102a336256bf2ed5d6260fcbea748408234..007a1e102d520d90d4d407c58bec55587cc2cdd4 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       devinfo.rc              \\r
        devinfo.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/devinfo/devinfo.rc b/trunk/ulp/libibverbs/examples/devinfo/devinfo.rc
new file mode 100644 (file)
index 0000000..85046ae
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - Device information (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - Device information "\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r
index 6c331d04e194bdcc9c21c28ae3d813c3f647c525..8de70ed489ca172a619447a2cf7cc2801d636376 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       rc_pingpong.rc  \\r
        rc_pingpong.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/rc_pingpong/rc_pingpong.rc b/trunk/ulp/libibverbs/examples/rc_pingpong/rc_pingpong.rc
new file mode 100644 (file)
index 0000000..7365c01
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - Reliable Connection pingpong test (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - Reliable Connection pingpong test"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r
index 9e55c726b2da98bde17a7c4ad7f40b4bebaadac6..b1bb2979186843f38c0a454822df79133151fa6c 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       srq_pingpong.rc \\r
        srq_pingpong.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/srq_pingpong/srq_pingpong.rc b/trunk/ulp/libibverbs/examples/srq_pingpong/srq_pingpong.rc
new file mode 100644 (file)
index 0000000..43ea895
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - Shared Recv Queue pingpong test (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - Shared Recv Queue pingpong test"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r
index 2be49b9f4d61b3f4992786db469754e37c933e0a..c84ae84c3b6aa216fc8c611c5762f83ec2f98e99 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       uc_pingpong.rc  \\r
        uc_pingpong.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/uc_pingpong/uc_pingpong.rc b/trunk/ulp/libibverbs/examples/uc_pingpong/uc_pingpong.rc
new file mode 100644 (file)
index 0000000..12dbc6d
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - UC pingpong test (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - UC pingpong test"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r
index 3be4bb532474fa60bfac98ac761d4fa41e348e2a..5cdce283289514432fc0a810569208a90e25d165 100644 (file)
@@ -11,6 +11,7 @@ USE_NATIVE_EH = 1
 USE_IOSTREAM = 1\r
 \r
 SOURCES =                      \\r
+       ud_pingpong.rc  \\r
        ud_pingpong.c\r
        \r
 INCLUDES = ..;..\..\include;..\..\..\..\inc;..\..\..\..\inc\user;\r
diff --git a/trunk/ulp/libibverbs/examples/ud_pingpong/ud_pingpong.rc b/trunk/ulp/libibverbs/examples/ud_pingpong/ud_pingpong.rc
new file mode 100644 (file)
index 0000000..c5d0ecc
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2005 Mellanox Technologies.  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                "winverbs - Unreliable Datagram pingpong test (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "winverbs - Unreliable Datagram pingpong test"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "ibv_send_bw.exe"\r
+#define VER_ORIGINALFILENAME_STR       "ibv_send_bw.exe"\r
+\r
+#include <common.ver>\r