msxml3: Move xmlparser.idl to msxml3.
This commit is contained in:
parent
99f770e4ef
commit
54b37b8c41
|
@ -75,6 +75,7 @@ dlls/msi/sql.tab.c
|
||||||
dlls/msi/sql.tab.h
|
dlls/msi/sql.tab.h
|
||||||
dlls/mstask/mstask_local.h
|
dlls/mstask/mstask_local.h
|
||||||
dlls/mstask/mstask_local_i.c
|
dlls/mstask/mstask_local_i.c
|
||||||
|
dlls/msxml3/xmlparser.h
|
||||||
dlls/msxml3/xslpattern.tab.c
|
dlls/msxml3/xslpattern.tab.c
|
||||||
dlls/msxml3/xslpattern.tab.h
|
dlls/msxml3/xslpattern.tab.h
|
||||||
dlls/msxml3/xslpattern.yy.c
|
dlls/msxml3/xslpattern.yy.c
|
||||||
|
@ -234,7 +235,6 @@ include/wpcapi.h
|
||||||
include/wtypes.h
|
include/wtypes.h
|
||||||
include/wuapi.h
|
include/wuapi.h
|
||||||
include/xmllite.h
|
include/xmllite.h
|
||||||
include/xmlparser.h
|
|
||||||
libs/wpp/ppl.yy.c
|
libs/wpp/ppl.yy.c
|
||||||
libs/wpp/ppy.tab.c
|
libs/wpp/ppy.tab.c
|
||||||
libs/wpp/ppy.tab.h
|
libs/wpp/ppy.tab.h
|
||||||
|
|
|
@ -44,6 +44,8 @@ RC_SRCS = \
|
||||||
schemas.rc \
|
schemas.rc \
|
||||||
version.rc
|
version.rc
|
||||||
|
|
||||||
|
IDL_H_SRCS = xmlparser.idl
|
||||||
|
|
||||||
IDL_TLB_SRCS = msxml3_v1.idl
|
IDL_TLB_SRCS = msxml3_v1.idl
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
|
@ -104,8 +104,7 @@ PUBLIC_IDL_H_SRCS = \
|
||||||
wpcapi.idl \
|
wpcapi.idl \
|
||||||
wtypes.idl \
|
wtypes.idl \
|
||||||
wuapi.idl \
|
wuapi.idl \
|
||||||
xmllite.idl \
|
xmllite.idl
|
||||||
xmlparser.idl
|
|
||||||
|
|
||||||
IDL_TLB_SRCS = \
|
IDL_TLB_SRCS = \
|
||||||
stdole2.idl
|
stdole2.idl
|
||||||
|
|
Loading…
Reference in New Issue