[PATCH 1/2] qmgr: Generate C file with local GUID definitions from bits.idl

Roy Shea roy at cs.hmc.edu
Thu Dec 13 12:27:14 CST 2007


---
 dlls/qmgr/Makefile.in    |    2 ++
 dlls/qmgr/qmgr_local.idl |   19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 dlls/qmgr/qmgr_local.idl

diff --git a/dlls/qmgr/Makefile.in b/dlls/qmgr/Makefile.in
index 5ac07d3..d01f2b8 100644
--- a/dlls/qmgr/Makefile.in
+++ b/dlls/qmgr/Makefile.in
@@ -9,6 +9,8 @@ EXTRALIBS =
 C_SRCS = \
 	qmgr_main.c
 
+IDL_I_SRCS = qmgr_local.idl
+
 @MAKE_DLL_RULES@
 
 @DEPENDENCIES@  # everything below this line is overwritten by make depend
diff --git a/dlls/qmgr/qmgr_local.idl b/dlls/qmgr/qmgr_local.idl
new file mode 100644
index 0000000..f72325f
--- /dev/null
+++ b/dlls/qmgr/qmgr_local.idl
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2007 Google (Roy Shea)
+ *
+ * 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
+ */
+
+#include "bits.idl"
-- 
1.5.3.1




More information about the wine-patches mailing list