include: Stop building tlb files in the include directory.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ef8b871e12
commit
2a77543c53
|
@ -1,4 +1,4 @@
|
|||
MODULE = stdole2.tlb
|
||||
|
||||
RC_SRCS = rsrc.rc
|
||||
IDL_SRCS = std_ole_v2.idl
|
||||
IDL_SRCS = stdole2.idl
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
/*
|
||||
* Copyright (C) 2003 Robert Shearman
|
||||
* 2005 Huw Davies
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma makedep regtypelib
|
||||
|
||||
#include "stdole2.idl"
|
|
@ -19,8 +19,7 @@
|
|||
*/
|
||||
|
||||
#if 0
|
||||
#pragma makedep install
|
||||
#pragma makedep typelib
|
||||
#pragma makedep regtypelib
|
||||
#endif
|
||||
|
||||
#include <olectl.h>
|
|
@ -683,7 +683,6 @@ SOURCES = \
|
|||
srcrst.idl \
|
||||
srrestoreptapi.h \
|
||||
sspi.h \
|
||||
stdole2.idl \
|
||||
stgprop.h \
|
||||
sti.h \
|
||||
storage.h \
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#pragma makedep install
|
||||
#pragma makedep typelib
|
||||
#pragma makedep header
|
||||
#endif
|
||||
|
||||
import "oaidl.idl";
|
||||
|
||||
#ifndef __WIDL__
|
||||
|
|
Loading…
Reference in New Issue