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
3b3025b6
Commit
3b3025b6
authored
Oct 12, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the Wine tools search path.
Add /usr/local/lib to the default ntdll search path.
parent
003f02b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
winemaker
tools/winemaker
+2
-2
No files found.
tools/winemaker
View file @
3b3025b6
...
...
@@ -2668,7 +2668,7 @@ else
fi])
if test -n "$WINE_TOOLS"
then
WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/
wrc:$WINE_TOOLS
/winebuild"
WINE_TOOL_PATH="$WINE_TOOLS:$WINE_TOOLS/
tools/wrc:$WINE_TOOLS/tools
/winebuild"
fi
if test -z "$WINE_INCLUDE_ROOT"
...
...
@@ -2714,7 +2714,7 @@ then
then
WINE_DLL_ROOT="$WINE_LIBRARY_ROOT:$WINE_LIBRARY_ROOT/dlls"
else
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls"
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls
:/usr/local/lib:/usr/local/lib/dlls
"
fi
fi
AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.so],[
...
...
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