msxml4: Add a typelib resource.
This commit is contained in:
parent
1829fc51c1
commit
5293d1fd03
|
@ -97,6 +97,7 @@ dlls/msxml3/msxml3_v1.tlb
|
|||
dlls/msxml3/xslpattern.tab.c
|
||||
dlls/msxml3/xslpattern.tab.h
|
||||
dlls/msxml3/xslpattern.yy.c
|
||||
dlls/msxml4/msxml4_tlb.tlb
|
||||
dlls/msxml6/msxml6_tlb.tlb
|
||||
dlls/ole32/dcom.h
|
||||
dlls/ole32/dcom_p.c
|
||||
|
|
|
@ -6,4 +6,8 @@ C_SRCS = \
|
|||
main.c \
|
||||
regsvr.c
|
||||
|
||||
IDL_TLB_SRCS = msxml4_tlb.idl
|
||||
|
||||
RC_SRCS = rsrc.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Resources for msxml4
|
||||
*
|
||||
* Copyright 2010 Alexandre Julliard
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
/* @makedep: msxml4_tlb.tlb */
|
||||
1 TYPELIB msxml4_tlb.tlb
|
Loading…
Reference in New Issue