CVS: winex/include comcat.h, 1.4, NONE Makefile.in, 1.16, 1.17 oaidl.h, 1.6, NONE objidl.h, 1.4, NONE ocidl.h, 1.3, NONE oleidl.h, 1.3, NONE propidl.h, 1.2, NONE servprov.h, 1.3, NONE shobjidl.h, 1.2, NONE shtypes.h, 1.1, NONE unknwn.h, 1.3, NONE urlmon.h, 1.5, NONE wtypes.h, 1.6, NONE
[email protected] 14 Dec 2007 20:35:43 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include comcat.h,1.4,NONE Makefile.in,1.16,1.17 oaidl.h,1.6,NONE objidl.h,1.4,NONE ocidl.h,1.3,NONE oleidl.h,1.3,NONE propidl.h,1.2,NONE servprov.h,1.3,NONE shobjidl.h,1.2,NONE shtypes.h,1.1,NONE unknwn.h,1.3,NONE urlmon.h,1.5,NONE wtypes.h,1.6,NONEUpdate of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv17379/include Modified Files: Makefile.in Removed Files: comcat.h oaidl.h objidl.h ocidl.h oleidl.h propidl.h servprov.h shobjidl.h shtypes.h unknwn.h urlmon.h wtypes.h Log Message: Automatically generate headers from IDL files at build time. Delete IDL-generated headers from CVS. --- comcat.h DELETED --- Index: Makefile.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/Makefile.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.in 14 Dec 2007 20:26:17 -0000 1.16 +++ Makefile.in 14 Dec 2007 20:35:41 -0000 1.17 @@ -4,6 +4,20 @@ VPATH = @srcdir@ MODULE = none +IDL_H_SRCS = \ + comcat.idl \ + oaidl.idl \ + objidl.idl \ + ocidl.idl \ + oleidl.idl \ + propidl.idl \ + servprov.idl \ + shobjidl.idl \ + shtypes.idl \ + unknwn.idl \ + urlmon.idl \ + wtypes.idl + INSTALLED_INCLUDES = \ accctrl.h \ amaudio.h \ @@ -314,6 +328,10 @@ EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine +GENERATED_INCLUDES = $(IDL_H_SRCS:.idl=.h) + +all: $(GENERATED_INCLUDES) + @MAKE_RULES@ install:: --- oaidl.h DELETED --- --- objidl.h DELETED --- --- ocidl.h DELETED --- --- oleidl.h DELETED --- --- propidl.h DELETED --- --- servprov.h DELETED --- --- shobjidl.h DELETED --- --- shtypes.h DELETED --- --- unknwn.h DELETED --- --- urlmon.h DELETED --- --- wtypes.h DELETED ---