Added optional OLESelfRegister to wine_common_ver.rc, used in

dlls/comcat.
This commit is contained in:
John K. Hohm 2003-01-20 23:24:43 +00:00 committed by Alexandre Julliard
parent 6d9630f397
commit 2db37e20cd
4 changed files with 31 additions and 0 deletions

View File

@ -3,3 +3,4 @@ comcat.dll
comcat.dll.dbg.c
comcat.spec.c
comcat.spec.def
version.res

View File

@ -17,6 +17,9 @@ C_SRCS = \
register.c \
regsvr.c
RC_SRCS = \
version.rc
@MAKE_DLL_RULES@
### Dependencies:

24
dlls/comcat/version.rc Normal file
View File

@ -0,0 +1,24 @@
/*
* version information for comcat.dll
*
* Copyright (C) 2003 John K. Hohm
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_OLESELFREGISTER
#define WINE_FILENAME_STR "comcat.dll"
#include <wine/wine_common_ver.rc>

View File

@ -74,6 +74,9 @@ FILESUBTYPE VFT2_UNKNOWN
VALUE "OriginalFilename", WINE_FILENAME_STR
VALUE "ProductName", WINE_PRODUCTNAME_STR
VALUE "ProductVersion", WINE_PRODUCTVERSION_STR
#ifdef WINE_OLESELFREGISTER
VALUE "OLESelfRegister", ""
#endif
}
}
BLOCK "VarFileInfo"