Alistair Leslie-Hughes : msxml3: Move xmlparser.idl to msxml3.

Alexandre Julliard julliard at winehq.org
Thu Sep 15 12:34:55 CDT 2011


Module: wine
Branch: master
Commit: 54b37b8c41206ab301fd04623d0a034ff543bc52
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=54b37b8c41206ab301fd04623d0a034ff543bc52

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Sep 15 22:18:28 2011 +1000

msxml3: Move xmlparser.idl to msxml3.

---

 .gitignore                             |    2 +-
 dlls/msxml3/Makefile.in                |    2 ++
 {include => dlls/msxml3}/xmlparser.idl |    0
 include/Makefile.in                    |    3 +--
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index b401369..b1d82eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/dlls/msxml3/Makefile.in b/dlls/msxml3/Makefile.in
index 889ef64..7e0add1 100644
--- a/dlls/msxml3/Makefile.in
+++ b/dlls/msxml3/Makefile.in
@@ -44,6 +44,8 @@ RC_SRCS = \
 	schemas.rc \
 	version.rc
 
+IDL_H_SRCS = xmlparser.idl
+
 IDL_TLB_SRCS = msxml3_v1.idl
 
 @MAKE_DLL_RULES@
diff --git a/include/xmlparser.idl b/dlls/msxml3/xmlparser.idl
similarity index 100%
rename from include/xmlparser.idl
rename to dlls/msxml3/xmlparser.idl
diff --git a/include/Makefile.in b/include/Makefile.in
index 5223e41..c405d64 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -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




More information about the wine-cvs mailing list