mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
msxml3: Move xmlparser.idl to msxml3.
This commit is contained in:
parent
99f770e4ef
commit
54b37b8c41
2
.gitignore
vendored
2
.gitignore
vendored
@ -75,6 +75,7 @@ dlls/msi/sql.tab.c
|
||||
dlls/msi/sql.tab.h
|
||||
dlls/mstask/mstask_local.h
|
||||
dlls/mstask/mstask_local_i.c
|
||||
dlls/msxml3/xmlparser.h
|
||||
dlls/msxml3/xslpattern.tab.c
|
||||
dlls/msxml3/xslpattern.tab.h
|
||||
dlls/msxml3/xslpattern.yy.c
|
||||
@ -234,7 +235,6 @@ include/wpcapi.h
|
||||
include/wtypes.h
|
||||
include/wuapi.h
|
||||
include/xmllite.h
|
||||
include/xmlparser.h
|
||||
libs/wpp/ppl.yy.c
|
||||
libs/wpp/ppy.tab.c
|
||||
libs/wpp/ppy.tab.h
|
||||
|
@ -44,6 +44,8 @@ RC_SRCS = \
|
||||
schemas.rc \
|
||||
version.rc
|
||||
|
||||
IDL_H_SRCS = xmlparser.idl
|
||||
|
||||
IDL_TLB_SRCS = msxml3_v1.idl
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
@ -104,8 +104,7 @@ PUBLIC_IDL_H_SRCS = \
|
||||
wpcapi.idl \
|
||||
wtypes.idl \
|
||||
wuapi.idl \
|
||||
xmllite.idl \
|
||||
xmlparser.idl
|
||||
xmllite.idl
|
||||
|
||||
IDL_TLB_SRCS = \
|
||||
stdole2.idl
|
||||
|
Loading…
Reference in New Issue
Block a user