From 7998736579af7656457282974a3c8912640f3248 Mon Sep 17 00:00:00 2001 From: stansmith Date: Mon, 10 Sep 2007 23:05:03 +0000 Subject: [PATCH] {DAPL] 1.1 dapltest added resource file git-svn-id: svn://openib.tc.cornell.edu/gen1@796 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/dapl/test/udapl/dapltest/SOURCES | 2 +- .../ulp/dapl/test/udapl/dapltest/dapltest.rc | 47 +++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc diff --git a/trunk/ulp/dapl/test/udapl/dapltest/SOURCES b/trunk/ulp/dapl/test/udapl/dapltest/SOURCES index ad9b3a17..ffab1ebe 100644 --- a/trunk/ulp/dapl/test/udapl/dapltest/SOURCES +++ b/trunk/ulp/dapl/test/udapl/dapltest/SOURCES @@ -4,7 +4,7 @@ TARGETTYPE=PROGRAM UMTYPE=console USE_CRTDLL=1 -SOURCES= \ +SOURCES=dapltest.rc \ dapl_bpool.c \ dapl_client.c \ dapl_client_info.c \ diff --git a/trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc b/trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc new file mode 100644 index 00000000..cf5770bc --- /dev/null +++ b/trunk/ulp/dapl/test/udapl/dapltest/dapltest.rc @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2007 Intel Corporation. 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 + +#if DBG +#define VER_FILEDESCRIPTION_STR "DAPL/DAT[1.1] test Application (Debug)" +#else +#define VER_FILEDESCRIPTION_STR "DAPL/DAT[1.1] test Application" +#endif + +#define VER_INTERNALNAME_STR "dapltest.exe" +#define VER_ORIGINALFILENAME_STR "dapltest.exe" + +#include -- 2.41.0