Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
074f30b9
Commit
074f30b9
authored
Nov 05, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add makedep pragmas for proxy idl files.
parent
c3a48aab
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
53 additions
and
1 deletion
+53
-1
Make.rules.in
Make.rules.in
+1
-1
actxprxy_activscp.idl
dlls/actxprxy/actxprxy_activscp.idl
+2
-0
actxprxy_comcat.idl
dlls/actxprxy/actxprxy_comcat.idl
+2
-0
actxprxy_docobj.idl
dlls/actxprxy/actxprxy_docobj.idl
+2
-0
actxprxy_hlink.idl
dlls/actxprxy/actxprxy_hlink.idl
+2
-0
actxprxy_htiface.idl
dlls/actxprxy/actxprxy_htiface.idl
+2
-0
actxprxy_htiframe.idl
dlls/actxprxy/actxprxy_htiframe.idl
+2
-0
actxprxy_objsafe.idl
dlls/actxprxy/actxprxy_objsafe.idl
+2
-0
actxprxy_ocmm.idl
dlls/actxprxy/actxprxy_ocmm.idl
+2
-0
actxprxy_servprov.idl
dlls/actxprxy/actxprxy_servprov.idl
+2
-0
actxprxy_shldisp.idl
dlls/actxprxy/actxprxy_shldisp.idl
+2
-0
actxprxy_shobjidl.idl
dlls/actxprxy/actxprxy_shobjidl.idl
+2
-0
actxprxy_urlhist.idl
dlls/actxprxy/actxprxy_urlhist.idl
+2
-0
disp_ex.idl
dlls/dispex/disp_ex.idl
+2
-0
msdaps.idl
dlls/msdaps/msdaps.idl
+2
-0
row_server.idl
dlls/msdaps/row_server.idl
+2
-0
dcom.idl
dlls/ole32/dcom.idl
+2
-0
ole32_objidl.idl
dlls/ole32/ole32_objidl.idl
+2
-0
ole32_oleidl.idl
dlls/ole32/ole32_oleidl.idl
+2
-0
ole32_unknwn.idl
dlls/ole32/ole32_unknwn.idl
+2
-0
oleaut32_oaidl.idl
dlls/oleaut32/oleaut32_oaidl.idl
+2
-0
oleaut32_ocidl.idl
dlls/oleaut32/oleaut32_ocidl.idl
+2
-0
qmgrprxy.idl
dlls/qmgrprxy/qmgrprxy.idl
+2
-0
quartz_strmif.idl
dlls/quartz/quartz_strmif.idl
+2
-0
sti_wia.idl
dlls/sti/sti_wia.idl
+2
-0
urlmon_urlmon.idl
dlls/urlmon/urlmon_urlmon.idl
+2
-0
windowscodecs_wincodec.idl
dlls/windowscodecs/windowscodecs_wincodec.idl
+2
-0
No files found.
Make.rules.in
View file @
074f30b9
...
...
@@ -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
...
...
dlls/actxprxy/actxprxy_activscp.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
activscp
.
idl
*/
#
pragma
makedep
proxy
#
include
"activscp.idl"
[
...
...
dlls/actxprxy/actxprxy_comcat.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
comcat
.
idl
*/
#
pragma
makedep
proxy
#
include
"comcat.idl"
[
...
...
dlls/actxprxy/actxprxy_docobj.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
docobj
.
idl
*/
#
pragma
makedep
proxy
#
include
"docobj.idl"
[
...
...
dlls/actxprxy/actxprxy_hlink.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
hlink
.
idl
*/
#
pragma
makedep
proxy
#
include
"hlink.idl"
[
...
...
dlls/actxprxy/actxprxy_htiface.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
htiface
.
idl
*/
#
pragma
makedep
proxy
#
include
"htiface.idl"
[
...
...
dlls/actxprxy/actxprxy_htiframe.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
htiframe
.
idl
*/
#
pragma
makedep
proxy
#
include
"htiframe.idl"
[
...
...
dlls/actxprxy/actxprxy_objsafe.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
objsafe
.
idl
*/
#
pragma
makedep
proxy
#
include
"objsafe.idl"
[
...
...
dlls/actxprxy/actxprxy_ocmm.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
ocmm
.
idl
*/
#
pragma
makedep
proxy
#
include
"ocmm.idl"
[
...
...
dlls/actxprxy/actxprxy_servprov.idl
View file @
074f30b9
#
pragma
makedep
proxy
#
include
"servprov.idl"
[
...
...
dlls/actxprxy/actxprxy_shldisp.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
shldisp
.
idl
*/
#
pragma
makedep
proxy
#
include
"shldisp.idl"
[
...
...
dlls/actxprxy/actxprxy_shobjidl.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
shobjidl
.
idl
*/
#
pragma
makedep
proxy
#
include
"shobjidl.idl"
[
...
...
dlls/actxprxy/actxprxy_urlhist.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
/*
just
a
wrapper
for
urlhist
.
idl
*/
#
pragma
makedep
proxy
#
include
"urlhist.idl"
[
...
...
dlls/dispex/disp_ex.idl
View file @
074f30b9
#
pragma
makedep
proxy
#
include
"dispex.idl"
[
...
...
dlls/msdaps/msdaps.idl
View file @
074f30b9
#
pragma
makedep
proxy
#
include
"oledb.idl"
[
...
...
dlls/msdaps/row_server.idl
View file @
074f30b9
...
...
@@ -18,6 +18,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
import
"oledb.idl"
;
...
...
dlls/ole32/dcom.idl
View file @
074f30b9
...
...
@@ -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";
[
...
...
dlls/ole32/ole32_objidl.idl
View file @
074f30b9
...
...
@@ -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 */"
)
...
...
dlls/ole32/ole32_oleidl.idl
View file @
074f30b9
...
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
#
include
"oleidl.idl"
[
...
...
dlls/ole32/ole32_unknwn.idl
View file @
074f30b9
...
...
@@ -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 */"
)
...
...
dlls/oleaut32/oleaut32_oaidl.idl
View file @
074f30b9
...
...
@@ -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 */"
)
...
...
dlls/oleaut32/oleaut32_ocidl.idl
View file @
074f30b9
...
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
#
include
"ocidl.idl"
[
...
...
dlls/qmgrprxy/qmgrprxy.idl
View file @
074f30b9
...
...
@@ -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
...
...
dlls/quartz/quartz_strmif.idl
View file @
074f30b9
...
...
@@ -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"
...
...
dlls/sti/sti_wia.idl
View file @
074f30b9
...
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
#
include
"wia_lh.idl"
[
...
...
dlls/urlmon/urlmon_urlmon.idl
View file @
074f30b9
...
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
#
include
"urlmon.idl"
[
...
...
dlls/windowscodecs/windowscodecs_wincodec.idl
View file @
074f30b9
...
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
proxy
#
include
"wincodec.idl"
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment