makefiles: Add makedep pragmas for proxy idl files.

oldstable
Alexandre Julliard 2013-11-05 16:08:15 +01:00
parent c3a48aab20
commit 074f30b9e3
27 changed files with 53 additions and 1 deletions

View File

@ -101,7 +101,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
# Rules for dependencies
DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) $(PO_SRCS:.rc=.pot) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS:.idl=_i.c) $(IDL_P_SRCS:.idl=_p.c) $(IDL_S_SRCS) $(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_SRCS:.idl=.tlb) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS:.idl=_i.c) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_SRCS:.idl=.tlb) \
$(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS)
depend: dummy

View File

@ -18,6 +18,8 @@
/* just a wrapper for activscp.idl */
#pragma makedep proxy
#include "activscp.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for comcat.idl */
#pragma makedep proxy
#include "comcat.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for docobj.idl */
#pragma makedep proxy
#include "docobj.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for hlink.idl */
#pragma makedep proxy
#include "hlink.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for htiface.idl */
#pragma makedep proxy
#include "htiface.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for htiframe.idl */
#pragma makedep proxy
#include "htiframe.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for objsafe.idl */
#pragma makedep proxy
#include "objsafe.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for ocmm.idl */
#pragma makedep proxy
#include "ocmm.idl"
[

View File

@ -1,3 +1,5 @@
#pragma makedep proxy
#include "servprov.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for shldisp.idl */
#pragma makedep proxy
#include "shldisp.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for shobjidl.idl */
#pragma makedep proxy
#include "shobjidl.idl"
[

View File

@ -18,6 +18,8 @@
/* just a wrapper for urlhist.idl */
#pragma makedep proxy
#include "urlhist.idl"
[

View File

@ -1,3 +1,5 @@
#pragma makedep proxy
#include "dispex.idl"
[

View File

@ -1,3 +1,5 @@
#pragma makedep proxy
#include "oledb.idl"
[

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
import "oledb.idl";

View File

@ -19,6 +19,8 @@
/* see the official DCOM specification
* (there's a copy at http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm) */
#pragma makedep proxy
import "unknwn.idl";
[

View File

@ -20,6 +20,8 @@
including objidl.h at some point. This will cause all sorts of errors
so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy
cpp_quote("#if 0 /* ole32_objidl.idl hack */")
#include "objidl.idl"
cpp_quote("#endif /* ole32_objidl.idl hack */")

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "oleidl.idl"
[

View File

@ -20,6 +20,8 @@
including unknwn.h at some point. This will cause all sorts of errors
so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy
cpp_quote("#if 0 /* oleaut32_unknwn.idl hack */")
#include "unknwn.idl"
cpp_quote("#endif /* oleaut32_unknwn.idl hack */")

View File

@ -20,6 +20,8 @@
including oaidl.h at some point. This will cause all sorts of errors
so the easiest thing to do is just comment out our entire header. */
#pragma makedep proxy
cpp_quote("#if 0 /* oleaut32_oaidl.idl hack */")
#include "oaidl.idl"
cpp_quote("#endif /* oleaut32_oaidl.idl hack */")

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "ocidl.idl"
[

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "bits.idl"
#define DO_NO_IMPORTS

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
cpp_quote("#include <wingdi.h>")
#include "strmif.idl"

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "wia_lh.idl"
[

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "urlmon.idl"
[

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma makedep proxy
#include "wincodec.idl"
[