mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
ole32: Added version resource for ole2nls.dll.
This commit is contained in:
parent
f8ff1c3237
commit
71d70f0fa1
1
.gitignore
vendored
1
.gitignore
vendored
@ -322,6 +322,7 @@ dlls/ole32/ole32res.res
|
||||
dlls/ole32/tests/*.ok
|
||||
dlls/ole32/tests/ole32_crosstest.exe
|
||||
dlls/ole32/tests/testlist.c
|
||||
dlls/ole32/version16.res
|
||||
dlls/oleacc/liboleacc.def
|
||||
dlls/oleaut32/liboleaut32.def
|
||||
dlls/oleaut32/oleaut32.res
|
||||
|
@ -62,6 +62,8 @@ SPEC_SRCS16 = \
|
||||
|
||||
RC_SRCS = ole32res.rc
|
||||
|
||||
RC_SRCS16 = version16.rc
|
||||
|
||||
IDL_H_SRCS = \
|
||||
dcom.idl
|
||||
|
||||
@ -70,4 +72,10 @@ IDL_C_SRCS = \
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
ole2nls.spec.o: ole2nls.spec version16.res
|
||||
$(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --dll-name ole2nls --main-module $(MODULE) --res version16.res --export $(SRCDIR)/ole2nls.spec
|
||||
|
||||
version16.res: version16.rc
|
||||
$(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
|
||||
|
||||
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
||||
|
23
dlls/ole32/version16.rc
Normal file
23
dlls/ole32/version16.rc
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright 2007 Stefan Leichter
|
||||
*
|
||||
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WINE_FILEVERSION_STR "2.10.3050.1"
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
|
||||
#define WINE_FILENAME_STR "OLE2NLS.DLL"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
Loading…
Reference in New Issue
Block a user