From: stansmith Date: Fri, 7 Sep 2007 00:07:33 +0000 (+0000) Subject: [DAPL] Resource file + build it. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3e8844027d35e3f81e2b99232a04c1ab2313a9ce;p=~shefty%2Frdma-win.git [DAPL] Resource file + build it. git-svn-id: svn://openib.tc.cornell.edu/gen1@785 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/ulp/dapl/dat/udat/SOURCES b/trunk/ulp/dapl/dat/udat/SOURCES index 5a016c40..4e397f75 100644 --- a/trunk/ulp/dapl/dat/udat/SOURCES +++ b/trunk/ulp/dapl/dat/udat/SOURCES @@ -9,7 +9,7 @@ DLLENTRY=_DllMainCRTStartup DLLDEF=$O\udat_exports.def USE_CRTDLL=1 -SOURCES=\ +SOURCES=udat.rc \ udat.c \ udat_sr_parser.c \ udat_sources.c diff --git a/trunk/ulp/dapl/dat/udat/udat.rc b/trunk/ulp/dapl/dat/udat/udat.rc new file mode 100644 index 00000000..6f200001 --- /dev/null +++ b/trunk/ulp/dapl/dat/udat/udat.rc @@ -0,0 +1,48 @@ +/* + * 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_DLL +#define VER_FILESUBTYPE VFT2_UNKNOWN + +#if DBG +#define VER_FILEDESCRIPTION_STR "User-mode Direct Access Transport Library v1.1 (Debug)" +#define VER_INTERNALNAME_STR "datd.dll" +#define VER_ORIGINALFILENAME_STR "datd.dll" +#else +#define VER_FILEDESCRIPTION_STR "User-mode Direct Access Transport Library v1.1" +#define VER_INTERNALNAME_STR "dat.dll" +#define VER_ORIGINALFILENAME_STR "dat.dll" +#endif + +#include