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
4b807a1f
Commit
4b807a1f
authored
Apr 14, 2002
by
Martin Wilck
Committed by
Alexandre Julliard
Apr 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix winemaker-generated references to dlls that have changed their names.
parent
fc4524d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
winemaker
tools/winemaker
+5
-5
No files found.
tools/winemaker
View file @
4b807a1f
...
@@ -2732,14 +2732,14 @@ then
...
@@ -2732,14 +2732,14 @@ then
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls:/usr/local/lib:/usr/local/lib/dlls"
WINE_DLL_ROOT="/lib:/lib/dlls:/usr/lib:/usr/lib/dlls:/usr/local/lib:/usr/local/lib/dlls"
fi
fi
fi
fi
AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.so],[
AC_PATH_FILE(WINE_DLL_ROOT,[libntdll.
dll.
so],[
AC_MSG_ERROR([Could not find the Wine dlls (libntdll.so)])
AC_MSG_ERROR([Could not find the Wine dlls (libntdll.
dll.
so)])
],[$WINE_DLL_ROOT])
],[$WINE_DLL_ROOT])
AC_PATH_LIBRARY(WINE_DLL_ROOT,[-lntdll],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[
AC_PATH_LIBRARY(WINE_DLL_ROOT,[-lntdll
.dll
],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[
AC_MSG_ERROR([Could not link with the Wine dlls (libntdll.so)])
AC_MSG_ERROR([Could not link with the Wine dlls (libntdll.
dll.
so)])
],[$WINE_DLL_ROOT])
],[$WINE_DLL_ROOT])
WINE_DLL_PATH="-L$WINE_DLL_ROOT"
WINE_DLL_PATH="-L$WINE_DLL_ROOT
/wine
"
if test -n "$LD_PATH"
if test -n "$LD_PATH"
then
then
...
...
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