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
853d1937
Commit
853d1937
authored
Jul 29, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files can be used for other…
Make.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files can be used for other things than resources.
parent
293d7ab6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Make.rules.in
Make.rules.in
+3
-3
Makefile.in
dlls/stdole2.tlb/Makefile.in
+1
-1
Makefile.in
dlls/stdole32.tlb/Makefile.in
+1
-1
No files found.
Make.rules.in
View file @
853d1937
...
...
@@ -169,7 +169,7 @@ filter:
$(RC_BINARIES): $(BIN2RES) $(RC_BINSRC)
$(BIN2RES) -f -o $@ $(SRCDIR)/$(RC_BINSRC)
$(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES) $(
RC_TLB
)
$(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES) $(
IDL_TLB_SRCS:.idl=.tlb
)
# Rules for makefile
...
...
@@ -221,7 +221,7 @@ $(EXTRASUBDIRS:%=%/__clean__): dummy
testclean:: $(SUBDIRS:%=%/__testclean__)
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
$(RM) $(CLEAN_FILES) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res) $(MC_SRCS:.mc=.mc.rc) $(IDL_SRCS:.idl=.h) $(
PROGRAMS) $(RC_BINARIES) $(RC_TLB
) $(MANPAGES)
$(RM) $(CLEAN_FILES) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res) $(MC_SRCS:.mc=.mc.rc) $(IDL_SRCS:.idl=.h) $(
IDL_TLB_SRCS:.idl=.tlb) $(PROGRAMS) $(RC_BINARIES
) $(MANPAGES)
.PHONY: clean testclean $(SUBDIRS:%=%/__clean__) $(SUBDIRS:%=%/__testclean__) $(EXTRASUBDIRS:%=%/__clean__)
...
...
@@ -270,7 +270,7 @@ $(MC_SRCS:.mc=.mc.rc): $(WMC)
$(IDL_SRCS:.idl=.h): $(WIDL)
$(
RC_TLB
:.idl=.tlb): $(WIDL)
$(
IDL_TLB_SRCS
:.idl=.tlb): $(WIDL)
$(SUBDIRS): dummy
@cd $@ && $(MAKE)
...
...
dlls/stdole2.tlb/Makefile.in
View file @
853d1937
...
...
@@ -6,7 +6,7 @@ MODULE = stdole2.tlb
IMPORTS
=
kernel32
RC_SRCS
=
rsrc.rc
RC_TLB
=
std_ole_v2.tlb
IDL_TLB_SRCS
=
std_ole_v2.idl
@MAKE_DLL_RULES@
...
...
dlls/stdole32.tlb/Makefile.in
View file @
853d1937
...
...
@@ -6,7 +6,7 @@ MODULE = stdole32.tlb
IMPORTS
=
kernel32
RC_SRCS
=
rsrc.rc
RC_TLB
=
std_ole_v1.tlb
IDL_TLB_SRCS
=
std_ole_v1.idl
@MAKE_DLL_RULES@
...
...
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