CVS: winex/dlls/ole32 .cvsignore, 1.2, 1.3 dcom.h, 1.1, NONE Makefile.in, 1.4, 1.5
[email protected] 14 Dec 2007 20:41:40 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/ole32 .cvsignore,1.2,1.3 dcom.h,1.1,NONE Makefile.in,1.4,1.5Update of /var/lib/cvsd/cvsroot/winex/dlls/ole32 In directory agravaine:/tmp/cvs-serv18073/dlls/ole32 Modified Files: .cvsignore Makefile.in Removed Files: dcom.h Log Message: Since we've got rules to do so, generate dcom.h at build time, to keep the tree clean. Index: .cvsignore =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/ole32/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .cvsignore 28 Jul 2004 13:30:23 -0000 1.2 +++ .cvsignore 14 Dec 2007 20:41:37 -0000 1.3 @@ -1,5 +1,6 @@ Makefile compobj.spec.c +dcom.h ole2.spec.c ole2conv.spec.c ole2nls.spec.c --- dcom.h DELETED --- Index: Makefile.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/ole32/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 Dec 2003 20:51:17 -0000 1.4 +++ Makefile.in 14 Dec 2007 20:41:37 -0000 1.5 @@ -39,6 +39,8 @@ storage.c \ storage32.c +IDL_H_SRCS = dcom.h + RC_SRCS = \ ole32res.rc