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
d1d5d426
Commit
d1d5d426
authored
Jan 09, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a few rules to rebuild idl headers.
parent
be3c1141
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
include/Makefile.in
+6
-0
No files found.
Make.rules.in
View file @
d1d5d426
...
...
@@ -157,7 +157,7 @@ $(MODULE).dbg.c: $(C_SRCS) $(C_SRCS16) $(WINEBUILD)
# Rule to rebuild the tools
$(MAKEDEP) $(WINEBUILD) $(WMC) $(WRC):
$(MAKEDEP) $(WI
DL) $(WI
NEBUILD) $(WMC) $(WRC):
cd $(TOOLSDIR)/tools && $(MAKE) `basename $@`
# Rules for makefile
...
...
include/Makefile.in
View file @
d1d5d426
...
...
@@ -240,6 +240,12 @@ EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
.idl.h
:
$(LDPATH)
$(WIDL)
$(DEFS)
-b
-h
-H
$@
$<
$(IDL_SRCS
:
.idl=.h): $(WIDL)
.PHONY
:
idl
idl
:
$(IDL_SRCS:.idl=.h)
install
::
$(MKINSTALLDIRS)
$(includedir)
$(includedir)
/windows
$(includedir)
/msvcrt
$(includedir)
/msvcrt/sys
for
f
in
$(WINDOWS_INCLUDES)
;
do
$(INSTALL_DATA)
$(SRCDIR)
/
$$
f
$(includedir)
/windows/
$$
f
;
done
...
...
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