]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
{DAPL] 1.1 dapltest added resource file
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Sep 2007 23:05:03 +0000 (23:05 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Sep 2007 23:05:03 +0000 (23:05 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@796 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/dapl/test/udapl/dapltest/SOURCES
trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc [new file with mode: 0644]

index ad9b3a1770da28da7c281e6cd979465b22229d1f..ffab1ebe2172e8f9b2fe38115bdc1fba0dd7fc3e 100644 (file)
@@ -4,7 +4,7 @@ TARGETTYPE=PROGRAM
 UMTYPE=console\r
 USE_CRTDLL=1\r
 \r
-SOURCES= \\r
+SOURCES=dapltest.rc \\r
        dapl_bpool.c    \\r
        dapl_client.c   \\r
        dapl_client_info.c      \\r
diff --git a/trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc b/trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc
new file mode 100644 (file)
index 0000000..cf5770b
--- /dev/null
@@ -0,0 +1,47 @@
+/*\r
+ * Copyright (c) 2007 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
+#if DBG\r
+#define VER_FILEDESCRIPTION_STR                "DAPL/DAT[1.1] test Application (Debug)"\r
+#else\r
+#define VER_FILEDESCRIPTION_STR                "DAPL/DAT[1.1] test Application"\r
+#endif\r
+\r
+#define VER_INTERNALNAME_STR           "dapltest.exe"\r
+#define VER_ORIGINALFILENAME_STR       "dapltest.exe"\r
+\r
+#include <common.ver>\r