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
7960e02b
Commit
7960e02b
authored
Nov 05, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add makedep pragmas for identifier idl files.
parent
074f30b9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
1 deletion
+16
-1
Make.rules.in
Make.rules.in
+1
-1
msiserver.idl
dlls/msi/msiserver.idl
+2
-0
mstask_local.idl
dlls/mstask/mstask_local.idl
+2
-0
test_reg.idl
dlls/oleaut32/tests/test_reg.idl
+2
-0
tmarshal.idl
dlls/oleaut32/tests/tmarshal.idl
+2
-0
convert.idl
dlls/oledb32/convert.idl
+2
-0
convert.idl
dlls/oledb32/tests/convert.idl
+2
-0
qmgr_local.idl
dlls/qmgr/qmgr_local.idl
+2
-0
qmgrprxy.idl
dlls/qmgrprxy/qmgrprxy.idl
+1
-0
No files found.
Make.rules.in
View file @
7960e02b
...
@@ -101,7 +101,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
...
@@ -101,7 +101,7 @@ $(IMPORTLIB:%=lib%.cross.a): $(MAINSPEC) $(IMPLIB_SRCS:.c=.cross.o)
# Rules for dependencies
# Rules for dependencies
DEPEND_SRCS = $(C_SRCS) $(OBJC_SRCS) $(RC_SRCS) $(MC_SRCS) $(PO_SRCS:.rc=.pot) \
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_S_SRCS) $(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_SRCS:.idl=.tlb) \
$(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) $(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_SRCS:.idl=.tlb) \
$(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS)
$(BISON_SRCS) $(LEX_SRCS) $(EXTRA_OBJS)
depend: dummy
depend: dummy
...
...
dlls/msi/msiserver.idl
View file @
7960e02b
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
*/
#
pragma
makedep
ident
#
include
"msiserver_dispids.h"
#
include
"msiserver_dispids.h"
import
"unknwn.idl"
;
import
"unknwn.idl"
;
import
"wtypes.idl"
;
import
"wtypes.idl"
;
...
...
dlls/mstask/mstask_local.idl
View file @
7960e02b
...
@@ -16,4 +16,6 @@
...
@@ -16,4 +16,6 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
*/
#
pragma
makedep
ident
#
include
"mstask.idl"
#
include
"mstask.idl"
dlls/oleaut32/tests/test_reg.idl
View file @
7960e02b
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
*/
#
pragma
makedep
ident
import
"oaidl.idl"
; /* needed by widl */
import
"oaidl.idl"
; /* needed by widl */
[
[
...
...
dlls/oleaut32/tests/tmarshal.idl
View file @
7960e02b
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
*
*
*/
*/
#
pragma
makedep
ident
#
include
"tmarshal_dispids.h"
#
include
"tmarshal_dispids.h"
import
"ocidl.idl"
;
import
"ocidl.idl"
;
...
...
dlls/oledb32/convert.idl
View file @
7960e02b
#
pragma
makedep
ident
#
include
"msdadc.idl"
#
include
"msdadc.idl"
dlls/oledb32/tests/convert.idl
View file @
7960e02b
#
pragma
makedep
ident
#
include
"msdadc.idl"
#
include
"msdadc.idl"
dlls/qmgr/qmgr_local.idl
View file @
7960e02b
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
*/
#
pragma
makedep
ident
#
include
"bits.idl"
#
include
"bits.idl"
#
define
DO_NO_IMPORTS
#
define
DO_NO_IMPORTS
...
...
dlls/qmgrprxy/qmgrprxy.idl
View file @
7960e02b
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
*/
#
pragma
makedep
ident
#
pragma
makedep
proxy
#
pragma
makedep
proxy
#
include
"bits.idl"
#
include
"bits.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