Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
18e7e0d9
Commit
18e7e0d9
authored
Jan 20, 2003
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include $prefix/include/wine/windows into the WINE include search path.
wrc no longer understands -r (not needed).
parent
61e9670d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
winemaker
tools/winemaker
+3
-3
No files found.
tools/winemaker
View file @
18e7e0d9
...
...
@@ -2635,7 +2635,7 @@ else
fi
])
if
test
-
n
"$WINE_ROOT"
then
WINE_INCLUDE_ROOT
=
"$WINE_ROOT/include:$WINE_ROOT/include/wine"
WINE_INCLUDE_ROOT
=
"$WINE_ROOT/include:$WINE_ROOT/include/wine
:$WINE_ROOT/include/wine/windows:$WINE_ROOT/include/windows
"
WINE_LIBRARY_ROOT
=
"$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/library"
WINE_UNICODE_ROOT
=
"$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/unicode"
WINE_UUID_ROOT
=
"$WINE_ROOT:$WINE_ROOT/lib:$WINE_ROOT/ole"
...
...
@@ -2695,7 +2695,7 @@ fi
if
test
-
z
"$WINE_INCLUDE_ROOT"
then
WINE_INCLUDE_ROOT
=
":/usr/include/wine
:/usr/local/include/wine:/opt/wine/include
:/opt/wine/include/wine"
;
WINE_INCLUDE_ROOT
=
":/usr/include/wine
/windows:/usr/include/wine:/usr/local/include/wine/windows:/opt/wine/include/windows
:/opt/wine/include/wine"
;
else
AC_PATH_FILE
(
WINE_INCLUDE_ROOT
,[
windef
.
h
],[
AC_MSG_ERROR
([
Could
not
find
the
Wine
headers
(
windef
.
h
)])
...
...
@@ -3080,7 +3080,7 @@ DISTCLEAN_FILES = config.* Makefile Make.rules
$(CXX) -c $(ALLCXXFLAGS) -o $@ $<
.rc.res:
$(LDPATH) $(WRC) $(WRCFLAGS) $(DIVINCL) -o $@
-r
$<
$(LDPATH) $(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ $<
.PHONY: all install uninstall clean distclean depend dummy
...
...
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